Skip to content
Snippets Groups Projects
Commit 5e35d78f authored by nimrod's avatar nimrod
Browse files

fixup! AWS VPC setup.

parent 8932b33a
No related branches found
No related tags found
No related merge requests found
......@@ -270,7 +270,7 @@ resource "aws_route_table" "private" {
route {
cidr_block = "0.0.0.0/0"
nat_gateway_id = each.key
nat_gateway_id = each.value.id
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment