Skip to content

Commit e9a9dd0

Browse files
chore(deps): update dependencies
1 parent 2f27383 commit e9a9dd0

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

tests/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ toolchain go1.25.4
77
require (
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

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.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=
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=

tests/resources/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ module "ocp_base" {
9393

9494
module "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

117117
module "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

0 commit comments

Comments
 (0)