File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
solutions/fully-configurable Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -137,14 +137,14 @@ resource "ibm_iam_authorization_policy" "atracker_cos" {
137137module "kms_instance_crn_parser" {
138138 count = var. existing_kms_instance_crn != null ? 1 : 0
139139 source = " terraform-ibm-modules/common-utilities/ibm//modules/crn-parser"
140- version = " 1.3.3 "
140+ version = " 1.3.4 "
141141 crn = var. existing_kms_instance_crn
142142}
143143
144144module "existing_kms_key_crn_parser" {
145145 count = var. existing_cos_kms_key_crn != null ? 1 : 0
146146 source = " terraform-ibm-modules/common-utilities/ibm//modules/crn-parser"
147- version = " 1.3.3 "
147+ version = " 1.3.4 "
148148 crn = var. existing_cos_kms_key_crn
149149}
150150
@@ -185,7 +185,7 @@ module "kms" {
185185module "cos_crn_parser" {
186186 count = var. existing_cos_instance_crn != null ? 1 : 0
187187 source = " terraform-ibm-modules/common-utilities/ibm//modules/crn-parser"
188- version = " 1.3.3 "
188+ version = " 1.3.4 "
189189 crn = var. existing_cos_instance_crn
190190}
191191
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ require (
66 github.com/IBM/go-sdk-core/v5 v5.21.2
77 github.com/gruntwork-io/terratest v0.54.0
88 github.com/stretchr/testify v1.11.1
9- github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.63.1
9+ github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.63.2
1010)
1111
1212require (
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.1 h1:OfAXXOucAQtzhQrRZx3q6tdore8XH0LkRqCbgipt/1Y =
301- github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.63.1 /go.mod h1:HqX0S0Ue19y7TJRGR5+Np2Aq0xElgw3mM3zZCWwQc1I =
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 =
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