Skip to content

Commit 98be371

Browse files
CCM-9140 rename vpc output
1 parent e22fb61 commit 98be371

File tree

1 file changed

+1
-1
lines changed
  • infrastructure/terraform/components/acct

1 file changed

+1
-1
lines changed

infrastructure/terraform/components/acct/outputs.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ output "s3_buckets" {
2020
}
2121
}
2222

23-
output "vpc_public_subnets" {
23+
output "vpc_subnets" {
2424
value = {
2525
public = module.vpc.public_subnets
2626
private = module.vpc.private_subnets

0 commit comments

Comments
 (0)