File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ toolchain go1.25.4
77require (
88 github.com/gruntwork-io/terratest v0.54.0
99 github.com/stretchr/testify v1.11.1
10- github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.60.32
10+ github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.60.33
1111)
1212
1313require (
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.60.32 h1:5G+wUtwYD82abKhrZjVGh/pCfkMBqZcu+HBU/TevvFE =
301- github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.60.32 /go.mod h1:9X9hk3QCx9h/5mmoWUwDT2ORmgvyr1tURcgDtiqlC2Q =
300+ github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.60.33 h1:BGcYqJQtSGIwhHXqEqIG1Tr+zIy9llUaEPeokLW9gGs =
301+ github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.60.33 /go.mod h1:9X9hk3QCx9h/5mmoWUwDT2ORmgvyr1tURcgDtiqlC2Q =
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 @@ -93,7 +93,7 @@ module "ocp_base" {
9393
9494module "cos" {
9595 source = " terraform-ibm-modules/cos/ibm"
96- version = " 10.6.1 "
96+ version = " 10.7.0 "
9797 resource_group_id = module. resource_group . resource_group_id
9898 region = var. region
9999 cos_instance_name = " ${ var . prefix } -cos"
@@ -116,7 +116,7 @@ locals {
116116
117117module "buckets" {
118118 source = " terraform-ibm-modules/cos/ibm//modules/buckets"
119- version = " 10.6.1 "
119+ version = " 10.7.0 "
120120 bucket_configs = [
121121 {
122122 bucket_name = local.logs_bucket_name
You can’t perform that action at this time.
0 commit comments