Skip to content

Commit 78a663b

Browse files
authored
chore(deps): update terraform-module (#37)
1 parent 196b010 commit 78a663b

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

examples/all-combined/main.tf

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ module "network_acl" {
186186
# OCP CLUSTER creation
187187
module "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

examples/basic/main.tf

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ module "network_acl" {
209209
# OCP CLUSTER creation
210210
module "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

examples/basic/version.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)