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 @@ -857,7 +857,7 @@ module "cluster_pattern" {
857
857
| <a name =" module_placement_group_map " ></a > [ placement\_ group\_ map] ( #module\_ placement\_ group\_ map ) | ./dynamic_values/config_modules/list_to_map | n/a |
858
858
| <a name =" module_ssh_keys " ></a > [ ssh\_ keys] ( #module\_ ssh\_ keys ) | ./ssh_key | n/a |
859
859
| <a name =" module_teleport_config " ></a > [ teleport\_ config] ( #module\_ teleport\_ config ) | ./teleport_config | n/a |
860
- | <a name =" module_vpc " ></a > [ vpc] ( #module\_ vpc ) | terraform-ibm-modules/landing-zone-vpc/ibm | 7.18.3 |
860
+ | <a name =" module_vpc " ></a > [ vpc] ( #module\_ vpc ) | terraform-ibm-modules/landing-zone-vpc/ibm | 7.19.0 |
861
861
| <a name =" module_vsi " ></a > [ vsi] ( #module\_ vsi ) | terraform-ibm-modules/landing-zone-vsi/ibm | 3.3.0 |
862
862
863
863
### Resources
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ locals {
33
33
# Due to existing implicit dependencies we do not think this will be an issue, including auth policies for activity tracker.
34
34
module "vpc" {
35
35
source = " terraform-ibm-modules/landing-zone-vpc/ibm"
36
- version = " 7.18.3 "
36
+ version = " 7.19.0 "
37
37
for_each = local. vpc_map
38
38
name = each. value . prefix
39
39
existing_vpc_id = each. value . existing_vpc_id
You can’t perform that action at this time.
0 commit comments