File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
trusted-profiles-authentication Expand file tree Collapse file tree 3 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.41.3 "
189+ version = " 3.41.5 "
190190 cluster_name = " ${ var . prefix } -vpc"
191191 resource_group_id = module. resource_group . resource_group_id
192192 region = var. region
@@ -231,7 +231,7 @@ data "ibm_cis" "cis_instance" {
231231
232232module "vpes" {
233233 source = " terraform-ibm-modules/vpe-gateway/ibm"
234- version = " 4.3 .0"
234+ version = " 4.5 .0"
235235 count = var. service_endpoints == " private" ? 1 : 0
236236 region = var. region
237237 prefix = " vpe"
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.3 "
212+ version = " 3.41.5 "
213213 cluster_name = " ${ var . prefix } -vpc"
214214 resource_group_id = module. resource_group . resource_group_id
215215 region = var. region
Original file line number Diff line number Diff line change @@ -185,7 +185,7 @@ module "external_secrets" {
185185
186186module "vpes" {
187187 source = " terraform-ibm-modules/vpe-gateway/ibm"
188- version = " 4.3 .0"
188+ version = " 4.5 .0"
189189 count = var. service_endpoints == " private" ? 1 : 0
190190 region = var. region
191191 prefix = " vpe"
You can’t perform that action at this time.
0 commit comments