File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ locals {
7171
7272module "ocp_base" {
7373 source = " terraform-ibm-modules/base-ocp-vpc/ibm"
74- version = " 3.73.2 "
74+ version = " 3.73.3 "
7575 resource_group_id = module. resource_group . resource_group_id
7676 region = var. region
7777 tags = var. resource_tags
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.31
10+ github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.60.32
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.31 h1:2ZslGjNvCrqTSmnqkbpsDLIchvO4hyBYCJvA28B35Ec =
301- github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.60.31 /go.mod h1:9X9hk3QCx9h/5mmoWUwDT2ORmgvyr1tURcgDtiqlC2Q =
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 =
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 @@ -71,7 +71,7 @@ locals {
7171
7272module "ocp_base" {
7373 source = " terraform-ibm-modules/base-ocp-vpc/ibm"
74- version = " 3.73.2 "
74+ version = " 3.73.3 "
7575 resource_group_id = module. resource_group . resource_group_id
7676 region = var. region
7777 tags = var. resource_tags
You can’t perform that action at this time.
0 commit comments