File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -186,7 +186,7 @@ module "network_acl" {
186
186
# OCP CLUSTER creation
187
187
module "ocp_base" {
188
188
source = " terraform-ibm-modules/base-ocp-vpc/ibm"
189
- version = " 3.53.0 "
189
+ version = " 3.53.3 "
190
190
cluster_name = " ${ var . prefix } -vpc"
191
191
resource_group_id = module. resource_group . resource_group_id
192
192
region = var. region
Original file line number Diff line number Diff line change @@ -198,7 +198,7 @@ module "network_acl" {
198
198
# OCP CLUSTER creation
199
199
module "ocp_base" {
200
200
source = " terraform-ibm-modules/base-ocp-vpc/ibm"
201
- version = " 3.53.0 "
201
+ version = " 3.53.3 "
202
202
cluster_name = " ${ var . prefix } -vpc"
203
203
resource_group_id = module. resource_group . resource_group_id
204
204
region = var. region
Original file line number Diff line number Diff line change @@ -184,7 +184,7 @@ module "network_acl" {
184
184
# OCP CLUSTER creation
185
185
module "ocp_base" {
186
186
source = " terraform-ibm-modules/base-ocp-vpc/ibm"
187
- version = " 3.53.0 "
187
+ version = " 3.53.3 "
188
188
cluster_name = " ${ var . prefix } -vpc"
189
189
resource_group_id = module. resource_group . resource_group_id
190
190
region = var. region
You can’t perform that action at this time.
0 commit comments