File tree Expand file tree Collapse file tree 6 files changed +10
-10
lines changed
Expand file tree Collapse file tree 6 files changed +10
-10
lines changed 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.6.1 "
46+ version = " 1.6.2 "
4747 providers = {
4848 ibm = ibm.ibm- sm
4949 ibm.secret-store = ibm.ibm- sm
@@ -63,7 +63,7 @@ module "secrets_manager_public_cert_engine" {
6363module "secrets_manager_group" {
6464 count = var. existing_cert_secret_id == null ? 1 : 0
6565 source = " terraform-ibm-modules/secrets-manager-secret-group/ibm"
66- version = " 1.3.27 "
66+ version = " 1.3.29 "
6767 region = local. sm_region
6868 secrets_manager_guid = local. sm_guid
6969 secret_group_name = " ${ var . prefix } -certificates-secret-group"
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.3.5 |
46- | <a name =" module_cr_namespace " ></a > [ cr\_ namespace] ( #module\_ cr\_ namespace ) | terraform-ibm-modules/container-registry/ibm | 2.3.5 |
45+ | <a name =" module_cr_endpoint " ></a > [ cr\_ endpoint] ( #module\_ cr\_ endpoint ) | terraform-ibm-modules/container-registry/ibm//modules/endpoint | 2.4.1 |
46+ | <a name =" module_cr_namespace " ></a > [ cr\_ namespace] ( #module\_ cr\_ namespace ) | terraform-ibm-modules/container-registry/ibm | 2.4.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 @@ -61,14 +61,14 @@ locals {
6161module "cr_namespace" {
6262 count = local. create_cr_namespace ? 1 : 0
6363 source = " terraform-ibm-modules/container-registry/ibm"
64- version = " 2.3.5 "
64+ version = " 2.4.1 "
6565 namespace_name = " ${ local . prefix } ${ var . container_registry_namespace } "
6666 resource_group_id = var. existing_resource_group_id
6767}
6868
6969module "cr_endpoint" {
7070 source = " terraform-ibm-modules/container-registry/ibm//modules/endpoint"
71- version = " 2.3.5 "
71+ version = " 2.4.1 "
7272 region = var. region
7373}
7474
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ go 1.25.5
44
55require (
66 github.com/stretchr/testify v1.11.1
7- github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.63.2
7+ github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.64.0
88)
99
1010require (
Original file line number Diff line number Diff line change @@ -297,8 +297,8 @@ github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO
297297github.com/stretchr/testify v1.8.2 /go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4 =
298298github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U =
299299github.com/stretchr/testify v1.11.1 /go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U =
300- github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.63.2 h1:nvVWXM78z1qBxmaSbSDd+66N37liZiKJWl/UecvJ6LY =
301- github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.63.2 /go.mod h1:HqX0S0Ue19y7TJRGR5+Np2Aq0xElgw3mM3zZCWwQc1I =
300+ github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.64.0 h1:uaGN3RMlOpmkqCXPjlygPiCqnGhszYP6YU3rWWsp0wc =
301+ github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.64.0 /go.mod h1:HqX0S0Ue19y7TJRGR5+Np2Aq0xElgw3mM3zZCWwQc1I =
302302github.com/tidwall/pretty v1.0.0 /go.mod h1:XNkn88O1ChpSDQmQeStsy+sBenx6DDtFZJxhVysOjyk =
303303github.com/tmccombs/hcl2json v0.6.4 h1:/FWnzS9JCuyZ4MNwrG4vMrFrzRgsWEOVi+1AyYUVLGw =
304304github.com/tmccombs/hcl2json v0.6.4 /go.mod h1:+ppKlIW3H5nsAsZddXPy2iMyvld3SHxyjswOZhavRDk =
You can’t perform that action at this time.
0 commit comments