Skip to content

Commit

Permalink
Code format
Browse files Browse the repository at this point in the history
  • Loading branch information
sugdyzhekov committed Jul 7, 2018
1 parent f8a9654 commit 9f74e80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions routing_nat_instance.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ resource "aws_route_table" "nat_instance_1" {
vpc_id = "${aws_vpc.project.id}"

route {
cidr_block = "0.0.0.0/0"
instance_id = "${aws_instance.nat_1.id}"
cidr_block = "0.0.0.0/0"
instance_id = "${aws_instance.nat_1.id}"
}

tags {
Expand Down

0 comments on commit 9f74e80

Please sign in to comment.