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.48.3 "
189+ version = " 3.49.1 "
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.5.0 "
234+ version = " 4.6.6 "
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 @@ -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.48.3 "
201+ version = " 3.49.1 "
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 @@ -166,7 +166,7 @@ module "external_secrets" {
166166
167167module "vpes" {
168168 source = " terraform-ibm-modules/vpe-gateway/ibm"
169- version = " 4.5.0 "
169+ version = " 4.6.6 "
170170 count = var. service_endpoints == " private" ? 1 : 0
171171 region = var. region
172172 prefix = " vpe"
You can’t perform that action at this time.
0 commit comments