File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414
1515jobs :
1616 call-terraform-ci-pipeline :
17- uses : terraform-ibm-modules/common-pipeline-assets/.github/workflows/common-terraform-module-ci-v2.yml@v1.24.8
17+ uses : terraform-ibm-modules/common-pipeline-assets/.github/workflows/common-terraform-module-ci-v2.yml@v1.24.9
1818 secrets : inherit
Original file line number Diff line number Diff line change 1212
1313jobs :
1414 call-terraform-release-pipeline :
15- uses : terraform-ibm-modules/common-pipeline-assets/.github/workflows/common-release.yml@v1.24.8
15+ uses : terraform-ibm-modules/common-pipeline-assets/.github/workflows/common-release.yml@v1.24.9
1616 secrets : inherit
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ module "secrets_manager_public_cert_engine" {
4343 depends_on = [ibm_resource_instance . secrets_manager ]
4444 count = var. existing_sm_instance_guid == null ? 1 : 0
4545 source = " terraform-ibm-modules/secrets-manager-public-cert-engine/ibm"
46- version = " 1.8.4 "
46+ version = " 1.8.5 "
4747 providers = {
4848 ibm = ibm.ibm- sm
4949 ibm.secret-store = ibm.ibm- sm
Original file line number Diff line number Diff line change @@ -42,8 +42,8 @@ You need the following permissions to run this module.
4242
4343| Name | Source | Version |
4444| ------| --------| ---------|
45- | <a name =" module_cr_endpoint " ></a > [ cr\_ endpoint] ( #module\_ cr\_ endpoint ) | terraform-ibm-modules/container-registry/ibm//modules/endpoint | 2.8.0 |
46- | <a name =" module_cr_namespace " ></a > [ cr\_ namespace] ( #module\_ cr\_ namespace ) | terraform-ibm-modules/container-registry/ibm | 2.8.0 |
45+ | <a name =" module_cr_endpoint " ></a > [ cr\_ endpoint] ( #module\_ cr\_ endpoint ) | terraform-ibm-modules/container-registry/ibm//modules/endpoint | 2.8.1 |
46+ | <a name =" module_cr_namespace " ></a > [ cr\_ namespace] ( #module\_ cr\_ namespace ) | terraform-ibm-modules/container-registry/ibm | 2.8.1 |
4747| <a name =" module_secret " ></a > [ secret] ( #module\_ secret ) | ../../modules/secret | n/a |
4848
4949### Resources
Original file line number Diff line number Diff line change @@ -73,14 +73,14 @@ locals {
7373module "cr_namespace" {
7474 count = local. create_cr_namespace ? 1 : 0
7575 source = " terraform-ibm-modules/container-registry/ibm"
76- version = " 2.8.0 "
76+ version = " 2.8.1 "
7777 namespace_name = " ${ local . prefix } ${ var . container_registry_namespace } "
7878 resource_group_id = var. existing_resource_group_id
7979}
8080
8181module "cr_endpoint" {
8282 source = " terraform-ibm-modules/container-registry/ibm//modules/endpoint"
83- version = " 2.8.0 "
83+ version = " 2.8.1 "
8484 region = var. region
8585}
8686
You can’t perform that action at this time.
0 commit comments