Skip to content

Commit 17a8c5f

Browse files
authored
fix(deps): bump landing zone module dependency (#687)
* fix(deps): bump landing zone module dependency * SKIP UPGRADE TEST
1 parent 1158554 commit 17a8c5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/advanced/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ module "resource_group" {
1717
module "vpc" {
1818
count = var.vpc_id != null ? 0 : 1
1919
source = "terraform-ibm-modules/landing-zone-vpc/ibm"
20-
version = "7.20.2"
20+
version = "7.21.0"
2121
resource_group_id = module.resource_group.resource_group_id
2222
region = var.region
2323
prefix = var.prefix

0 commit comments

Comments
 (0)