We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5485631 + 1d2fb5c commit 49c70caCopy full SHA for 49c70ca
1 file changed
modules/vpc/outputs.tf
@@ -15,5 +15,5 @@ output "internet_gateway" {
15
}
16
17
output "nat_gateway" {
18
- value =
+ value = aws_nat_gateway.nat_gw.id
19
0 commit comments