Skip to content

Commit 49c70ca

Browse files
Merge pull request #2 from devops-contribution/feat/convert-into-private
update
2 parents 5485631 + 1d2fb5c commit 49c70ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/vpc/outputs.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ output "internet_gateway" {
1515
}
1616

1717
output "nat_gateway" {
18-
value =
18+
value = aws_nat_gateway.nat_gw.id
1919
}

0 commit comments

Comments
 (0)