File tree Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Expand file tree Collapse file tree 3 files changed +5
-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.41.2 "
189+ version = " 3.41.3 "
190190 cluster_name = " ${ var . prefix } -vpc"
191191 resource_group_id = module. resource_group . resource_group_id
192192 region = var. region
@@ -197,8 +197,7 @@ module "ocp_base" {
197197 tags = []
198198 use_existing_cos = false
199199 # outbound required by cluster proxy
200- disable_outbound_traffic_protection = true
201- import_default_worker_pool_on_create = false
200+ disable_outbound_traffic_protection = true
202201}
203202
204203
Original file line number Diff line number Diff line change @@ -209,7 +209,7 @@ module "network_acl" {
209209# OCP CLUSTER creation
210210module "ocp_base" {
211211 source = " terraform-ibm-modules/base-ocp-vpc/ibm"
212- version = " 3.41.2 "
212+ version = " 3.41.3 "
213213 cluster_name = " ${ var . prefix } -vpc"
214214 resource_group_id = module. resource_group . resource_group_id
215215 region = var. region
@@ -220,8 +220,7 @@ module "ocp_base" {
220220 tags = []
221221 use_existing_cos = false
222222 # outbound required by cluster proxy
223- disable_outbound_traffic_protection = true
224- import_default_worker_pool_on_create = false
223+ disable_outbound_traffic_protection = true
225224}
226225
227226
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ terraform {
1515 }
1616 ibm = {
1717 source = " IBM-Cloud/ibm"
18- version = " = 1.70 .0"
18+ version = " = 1.71 .0"
1919 }
2020 null = {
2121 source = " hashicorp/null"
You can’t perform that action at this time.
0 commit comments