Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdudfield committed Oct 31, 2023
1 parent fddc51f commit 47037a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/modules/networking/output.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ output "private_subnet_group" {
}

output "public_internet_gateway" {
value = aws_internet_gateway.public_internet_gateway
value = aws_route.public_internet_gateway
}

0 comments on commit 47037a9

Please sign in to comment.