File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ go 1.25.5
55require (
66 github.com/gruntwork-io/terratest v0.54.0
77 github.com/stretchr/testify v1.11.1
8- github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.63.2
8+ github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.64.0
99)
1010
1111require (
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 =
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ module "resource_group" {
1616
1717module "event_notifications" {
1818 source = " terraform-ibm-modules/event-notifications/ibm"
19- version = " 2.10.19 "
19+ version = " 2.10.20 "
2020 resource_group_id = module. resource_group . resource_group_id
2121 name = " ${ var . prefix } -en"
2222 tags = var. resource_tags
@@ -31,7 +31,7 @@ module "event_notifications" {
3131
3232module "key_protect" {
3333 source = " terraform-ibm-modules/kms-all-inclusive/ibm"
34- version = " 5.5.4 "
34+ version = " 5.5.5 "
3535 resource_group_id = module. resource_group . resource_group_id
3636 region = var. region
3737}
You can’t perform that action at this time.
0 commit comments