We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cb77ec commit 50720bcCopy full SHA for 50720bc
modules/vpc/outputs.tf
@@ -11,7 +11,7 @@ output "private_subnet_az2_id" {
11
}
12
13
output "public_subnet_nat_cidr" {
14
- value = aws_subnet.public_subnet_nat_cidr.id
+ value = aws_subnet.public_subnet.id
15
16
17
output "internet_gateway" {
0 commit comments