File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed
solutions/fully-configurable Expand file tree Collapse file tree 6 files changed +7
-7
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.67.4 "
189+ version = " 3.67.5 "
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.67.4 "
201+ version = " 3.67.5 "
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 @@ -7,7 +7,7 @@ terraform {
77 }
88 helm = {
99 source = " hashicorp/helm"
10- version = " 3.0.2 "
10+ version = " 3.1.0 "
1111 }
1212 ibm = {
1313 source = " IBM-Cloud/ibm"
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.67.4 "
187+ version = " 3.67.5 "
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.3
77require (
88 github.com/gruntwork-io/terratest v0.52.0
99 github.com/stretchr/testify v1.11.1
10- github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.60.17
10+ github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.60.18
1111 gopkg.in/yaml.v3 v3.0.1
1212 k8s.io/apimachinery v0.34.1
1313)
Original file line number Diff line number Diff line change @@ -451,8 +451,8 @@ github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXl
451451github.com/stretchr/testify v1.9.0 /go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY =
452452github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U =
453453github.com/stretchr/testify v1.11.1 /go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U =
454- github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.60.17 h1:unGRxvM9OJBTsfDQg/AZCYOeJZ5TqrCsPphjWJ2wI94 =
455- github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.60.17 /go.mod h1:g0kmBhFk6pVoTmse42tMNCSNktiOYJHAda/pAzOIxco =
454+ github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.60.18 h1:iu4RNBcDYQ1JLx+b9CqlU6kvUo/Vgv8N+VLJreqgFqU =
455+ github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.60.18 /go.mod h1:g0kmBhFk6pVoTmse42tMNCSNktiOYJHAda/pAzOIxco =
456456github.com/tidwall/pretty v1.0.0 /go.mod h1:XNkn88O1ChpSDQmQeStsy+sBenx6DDtFZJxhVysOjyk =
457457github.com/tmccombs/hcl2json v0.6.4 h1:/FWnzS9JCuyZ4MNwrG4vMrFrzRgsWEOVi+1AyYUVLGw =
458458github.com/tmccombs/hcl2json v0.6.4 /go.mod h1:+ppKlIW3H5nsAsZddXPy2iMyvld3SHxyjswOZhavRDk =
You can’t perform that action at this time.
0 commit comments