File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
examples/multi-resource-rule
solutions/fully-configurable Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ module "cbr_zone_vpc" {
5353
5454module "cos_instance_and_bucket" {
5555 source = " terraform-ibm-modules/cos/ibm"
56- version = " 10.5.0 "
56+ version = " 10.5.1 "
5757 resource_group_id = module. resource_group . resource_group_id
5858 region = var. region
5959 create_cos_instance = true
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ terraform {
33 required_providers {
44 ibm = {
55 source = " IBM-Cloud/ibm"
6- version = " 1.84.1 "
6+ version = " 1.84.3 "
77 }
88 }
99}
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ require (
99 github.com/IBM/platform-services-go-sdk v0.89.0
1010 github.com/gruntwork-io/terratest v0.51.0
1111 github.com/stretchr/testify v1.11.1
12- github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.60.15
12+ github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.60.17
1313)
1414
1515require (
Original file line number Diff line number Diff line change @@ -296,8 +296,8 @@ github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO
296296github.com/stretchr/testify v1.8.2 /go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4 =
297297github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U =
298298github.com/stretchr/testify v1.11.1 /go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U =
299- github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.60.15 h1:vTLAB97MQ45Hfla67pIWYnb/Z5YuEzRLjQ6WN4GHWgI =
300- github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.60.15 /go.mod h1:g0kmBhFk6pVoTmse42tMNCSNktiOYJHAda/pAzOIxco =
299+ github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.60.17 h1:unGRxvM9OJBTsfDQg/AZCYOeJZ5TqrCsPphjWJ2wI94 =
300+ github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.60.17 /go.mod h1:g0kmBhFk6pVoTmse42tMNCSNktiOYJHAda/pAzOIxco =
301301github.com/tidwall/pretty v1.0.0 /go.mod h1:XNkn88O1ChpSDQmQeStsy+sBenx6DDtFZJxhVysOjyk =
302302github.com/tmccombs/hcl2json v0.6.4 h1:/FWnzS9JCuyZ4MNwrG4vMrFrzRgsWEOVi+1AyYUVLGw =
303303github.com/tmccombs/hcl2json v0.6.4 /go.mod h1:+ppKlIW3H5nsAsZddXPy2iMyvld3SHxyjswOZhavRDk =
You can’t perform that action at this time.
0 commit comments