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 @@ -858,7 +858,7 @@ module "cluster_pattern" {
858858| <a name =" module_placement_group_map " ></a > [ placement\_ group\_ map] ( #module\_ placement\_ group\_ map ) | ./dynamic_values/config_modules/list_to_map | n/a |
859859| <a name =" module_ssh_keys " ></a > [ ssh\_ keys] ( #module\_ ssh\_ keys ) | ./ssh_key | n/a |
860860| <a name =" module_teleport_config " ></a > [ teleport\_ config] ( #module\_ teleport\_ config ) | ./teleport_config | n/a |
861- | <a name =" module_vpc " ></a > [ vpc] ( #module\_ vpc ) | terraform-ibm-modules/landing-zone-vpc/ibm | 7.18.2 |
861+ | <a name =" module_vpc " ></a > [ vpc] ( #module\_ vpc ) | terraform-ibm-modules/landing-zone-vpc/ibm | 7.18.3 |
862862| <a name =" module_vsi " ></a > [ vsi] ( #module\_ vsi ) | terraform-ibm-modules/landing-zone-vsi/ibm | 3.3.0 |
863863
864864### Resources
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.18.2 "
36+ version = " 7.18.3 "
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