Skip to content

Commit 7a52ef6

Browse files
kyle-cameronantonbabenko
authored andcommitted
docs: Update comment in docs (#226)
1 parent 417c301 commit 7a52ef6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ resource "aws_route" "public_internet_gateway" {
9494

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

0 commit comments

Comments
 (0)