Commit 7a52ef6e authored by Kyle's avatar Kyle Committed by Anton Babenko

docs: Update comment in docs (#226)

parent 417c3018
...@@ -94,7 +94,7 @@ resource "aws_route" "public_internet_gateway" { ...@@ -94,7 +94,7 @@ resource "aws_route" "public_internet_gateway" {
################# #################
# Private routes # 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" { resource "aws_route_table" "private" {
count = "${var.create_vpc && local.max_subnet_length > 0 ? local.nat_gateway_count : 0}" count = "${var.create_vpc && local.max_subnet_length > 0 ? local.nat_gateway_count : 0}"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment