Skip to content

Commit 75779fd

Browse files
committed
fix subnets tag lookup
1 parent 712b412 commit 75779fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infrastructure/terraform/modules/backend-api/data_vpc_account_vpc.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ data "aws_subnets" "account_vpc_private_subnets" {
1111
}
1212

1313
tags = {
14-
Tier = "Private"
14+
Subnet = "Private"
1515
}
1616
}
1717

0 commit comments

Comments
 (0)