File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
solutions/fully-configurable Expand file tree Collapse file tree 4 files changed +4
-4
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.63.5 "
189+ version = " 3.63.6 "
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.63.5 "
201+ version = " 3.63.6 "
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 @@ -11,7 +11,7 @@ terraform {
1111 }
1212 ibm = {
1313 source = " IBM-Cloud/ibm"
14- version = " 1.83.2 "
14+ version = " 1.83.3 "
1515 }
1616 }
1717}
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.63.5 "
187+ version = " 3.63.6 "
188188 cluster_name = " ${ var . prefix } -vpc"
189189 resource_group_id = module. resource_group . resource_group_id
190190 region = var. region
You can’t perform that action at this time.
0 commit comments