Skip to content

Commit fb17423

Browse files
terraform-ibm-modules-opsrenovate-botjor2terraform-ibm-modules-dev
authored
chore(deps): update terraform github.com/terraform-ibm-modules/terraform-ibm-landing-zone-vpc to v5.2.0 (#302)
Co-authored-by: Renovate Bot <[email protected]> Co-authored-by: Jordan Williams <[email protected]> Co-authored-by: terraform-ibm-modules-dev <[email protected]>
1 parent 7f23955 commit fb17423

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/default/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ module "resource_group" {
1515

1616
module "vpc" {
1717
count = var.vpc_id != null ? 0 : 1
18-
source = "git::https://github.com/terraform-ibm-modules/terraform-ibm-landing-zone-vpc.git?ref=v5.0.1"
18+
source = "git::https://github.com/terraform-ibm-modules/terraform-ibm-landing-zone-vpc.git?ref=v5.2.0"
1919
resource_group_id = module.resource_group.resource_group_id
2020
region = var.region
2121
prefix = var.prefix

0 commit comments

Comments
 (0)