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 @@ -186,7 +186,7 @@ module "network_acl" {
186186# OCP CLUSTER creation
187187module "ocp_base" {
188188 source = " terraform-ibm-modules/base-ocp-vpc/ibm"
189- version = " 3.55.2 "
189+ version = " 3.55.3 "
190190 cluster_name = " ${ var . prefix } -vpc"
191191 resource_group_id = module. resource_group . resource_group_id
192192 region = var. region
Original file line number Diff line number Diff line change @@ -198,7 +198,7 @@ module "network_acl" {
198198# OCP CLUSTER creation
199199module "ocp_base" {
200200 source = " terraform-ibm-modules/base-ocp-vpc/ibm"
201- version = " 3.55.2 "
201+ version = " 3.55.3 "
202202 cluster_name = " ${ var . prefix } -vpc"
203203 resource_group_id = module. resource_group . resource_group_id
204204 region = var. region
Original file line number Diff line number Diff line change @@ -184,7 +184,7 @@ module "network_acl" {
184184# OCP CLUSTER creation
185185module "ocp_base" {
186186 source = " terraform-ibm-modules/base-ocp-vpc/ibm"
187- version = " 3.55.2 "
187+ version = " 3.55.3 "
188188 cluster_name = " ${ var . prefix } -vpc"
189189 resource_group_id = module. resource_group . resource_group_id
190190 region = var. region
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ toolchain go1.25.0
77require (
88 github.com/gruntwork-io/terratest v0.50.0
99 github.com/stretchr/testify v1.10.0
10- github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.58.11
10+ github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.58.12
1111 gopkg.in/yaml.v3 v3.0.1
1212 k8s.io/apimachinery v0.33.4
1313)
Original file line number Diff line number Diff line change @@ -453,8 +453,8 @@ github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXl
453453github.com/stretchr/testify v1.9.0 /go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY =
454454github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA =
455455github.com/stretchr/testify v1.10.0 /go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY =
456- github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.58.11 h1:f8qp4xvv2ySGSadmd0xJw/3r5equ9eOLKj2J0Ux9CyE =
457- github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.58.11 /go.mod h1:2uu21nGEK+6saiBO6MVJNystf2Wm0BUIyiQmxTLM72U =
456+ github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.58.12 h1:c6/my1qhlnD7twSjZ66/1xsKQHu2OC9EF4rRQmsDKMU =
457+ github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.58.12 /go.mod h1:6Wz8vnBelmRZxD5qjm5K4MpvPPWpoCWRPzG76j0B36g =
458458github.com/tidwall/pretty v1.0.0 /go.mod h1:XNkn88O1ChpSDQmQeStsy+sBenx6DDtFZJxhVysOjyk =
459459github.com/tmccombs/hcl2json v0.6.4 h1:/FWnzS9JCuyZ4MNwrG4vMrFrzRgsWEOVi+1AyYUVLGw =
460460github.com/tmccombs/hcl2json v0.6.4 /go.mod h1:+ppKlIW3H5nsAsZddXPy2iMyvld3SHxyjswOZhavRDk =
You can’t perform that action at this time.
0 commit comments