Skip to content

Commit f4b278b

Browse files
fix(deps): update terraform terraform-ibm-modules/landing-zone-vpc/ibm to v7.19.0 (#839)
1 parent aa8a1bb commit f4b278b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -857,7 +857,7 @@ module "cluster_pattern" {
857857
| <a name="module_placement_group_map"></a> [placement\_group\_map](#module\_placement\_group\_map) | ./dynamic_values/config_modules/list_to_map | n/a |
858858
| <a name="module_ssh_keys"></a> [ssh\_keys](#module\_ssh\_keys) | ./ssh_key | n/a |
859859
| <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 |
861861
| <a name="module_vsi"></a> [vsi](#module\_vsi) | terraform-ibm-modules/landing-zone-vsi/ibm | 3.3.0 |
862862

863863
### Resources

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.
3434
module "vpc" {
3535
source = "terraform-ibm-modules/landing-zone-vpc/ibm"
36-
version = "7.18.3"
36+
version = "7.19.0"
3737
for_each = local.vpc_map
3838
name = each.value.prefix
3939
existing_vpc_id = each.value.existing_vpc_id

0 commit comments

Comments
 (0)