Skip to content

Commit

Permalink
docs: Update comment in docs (#226)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyle-cameron authored and antonbabenko committed Mar 2, 2019
1 parent 417c301 commit 7a52ef6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ resource "aws_route" "public_internet_gateway" {

#################
# Private routes
# There are so many routing tables as the largest amount of subnets of each type (really?)
# There are as many routing tables as the number of NAT gateways
#################
resource "aws_route_table" "private" {
count = "${var.create_vpc && local.max_subnet_length > 0 ? local.nat_gateway_count : 0}"
Expand Down

0 comments on commit 7a52ef6

Please sign in to comment.