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 @@ -244,7 +244,7 @@ module "cluster" {
244244 if cluster . kube_type == " openshift"
245245 }
246246 source = " terraform-ibm-modules/base-ocp-vpc/ibm"
247- version = " 3.46.14 "
247+ version = " 3.46.15 "
248248 resource_group_id = local. resource_groups [each . value . resource_group ]
249249 region = var. region
250250 cluster_name = each. value . cluster_name
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ locals {
3333# Due to existing implicit dependencies we do not think this will be an issue, including auth policies for activity tracker.
3434module "vpc" {
3535 source = " terraform-ibm-modules/landing-zone-vpc/ibm"
36- version = " 7.23.5 "
36+ version = " 7.23.7 "
3737 for_each = local. vpc_map
3838 name = each. value . prefix
3939 existing_vpc_id = each. value . existing_vpc_id
You can’t perform that action at this time.
0 commit comments