File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ locals {
7878module "ocp_base" {
7979 count = var. existing_cluster_name == null ? 1 : 0
8080 source = " terraform-ibm-modules/base-ocp-vpc/ibm"
81- version = " 3.46.14 "
81+ version = " 3.46.15 "
8282 resource_group_id = local. cluster_rg_id
8383 region = var. region
8484 tags = var. resource_tags
Original file line number Diff line number Diff line change 33# #############################################################################
44
55module "landing_zone" {
6- source = " git::https://github.com/terraform-ibm-modules/terraform-ibm-landing-zone//patterns//roks-quickstart?ref=v7.4.4 "
6+ source = " git::https://github.com/terraform-ibm-modules/terraform-ibm-landing-zone//patterns//roks-quickstart?ref=v7.4.7 "
77 ibmcloud_api_key = var. ibmcloud_api_key
88 region = var. region
99 prefix = var. prefix
You can’t perform that action at this time.
0 commit comments