Commit 5e35d78f authored by nimrod's avatar nimrod
Browse files

fixup! AWS VPC setup.

parent 8932b33a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
  }
}