Skip to content

Commit bed96c3

Browse files
fix(deps): update dependencies (#778)
1 parent e781b58 commit bed96c3

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

examples/multi-resource-rule/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ module "cbr_zone_vpc" {
5353

5454
module "cos_instance_and_bucket" {
5555
source = "terraform-ibm-modules/cos/ibm"
56-
version = "10.8.5"
56+
version = "10.9.1"
5757
resource_group_id = module.resource_group.resource_group_id
5858
region = var.region
5959
create_cos_instance = true

solutions/fully-configurable/version.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ terraform {
33
required_providers {
44
ibm = {
55
source = "IBM-Cloud/ibm"
6-
version = "1.87.1"
6+
version = "1.87.2"
77
}
88
}
99
}

tests/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require (
77
github.com/IBM/platform-services-go-sdk v0.93.1
88
github.com/gruntwork-io/terratest v0.55.0
99
github.com/stretchr/testify v1.11.1
10-
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.65.2
10+
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.66.0
1111
)
1212

1313
require (

tests/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -297,8 +297,8 @@ github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO
297297
github.com/stretchr/testify v1.8.2/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4=
298298
github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U=
299299
github.com/stretchr/testify v1.11.1/go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U=
300-
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.65.2 h1:jJT3ARq0MNm8N3qYQy9VtugSLt68zBfVUj1Poi1LiOE=
301-
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.65.2/go.mod h1:8HqpvEsxvfkL1LXqLyxPfV6n12M0b6Foj9DsNRy7mi0=
300+
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.66.0 h1:FLJOt0WAekT6VxMXA5sAjs+GWj4E7zv77odCZcPjY2U=
301+
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.66.0/go.mod h1:8HqpvEsxvfkL1LXqLyxPfV6n12M0b6Foj9DsNRy7mi0=
302302
github.com/tidwall/pretty v1.0.0/go.mod h1:XNkn88O1ChpSDQmQeStsy+sBenx6DDtFZJxhVysOjyk=
303303
github.com/tmccombs/hcl2json v0.6.4 h1:/FWnzS9JCuyZ4MNwrG4vMrFrzRgsWEOVi+1AyYUVLGw=
304304
github.com/tmccombs/hcl2json v0.6.4/go.mod h1:+ppKlIW3H5nsAsZddXPy2iMyvld3SHxyjswOZhavRDk=

0 commit comments

Comments
 (0)