Skip to content

Commit

Permalink
Update routes.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
Kgirthofer authored Feb 14, 2019
1 parent 2346c03 commit 5a78aa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routes.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ resource "aws_route" "public_igw" {
}

resource "aws_route" "vpn_gw_public" {
route_table_id = "rtb-4fbb3ac4"
route_table_id = "${aws_route_table.public.id}"
destination_cidr_block = "${var.vpn_internal_cidr}"
gateway_id = "${aws_vpn_gateway.vpn_gw.id}"
depends_on = ["aws_route_table.public"]
Expand Down

0 comments on commit 5a78aa8

Please sign in to comment.