Ihor Bondarenko

Results 1 comments of Ihor Bondarenko

For me this temporary solution is working ``` resource "aws_route" "nat-gw-route" { route_table_id = aws_route_table.private-route-table.id # nat_gateway_id = aws_nat_gateway.nat-gw.id gateway_id = aws_internet_gateway.production-igw.id destination_cidr_block = "0.0.0.0/0" } ```