We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24fe5f8 commit c9dbff3Copy full SHA for c9dbff3
subnet-private.tf
@@ -52,7 +52,7 @@ resource "aws_route" "nat_route" {
52
depends_on = [aws_nat_gateway.nat_gw]
53
}
54
55
-resource aws_route_table_association "private" {
+resource "aws_route_table_association" "private" {
56
count = length(aws_subnet.private)
57
subnet_id = aws_subnet.private[count.index].id
58
route_table_id = var.multi_nat ? aws_route_table.private[count.index].id : aws_route_table.private[0].id
0 commit comments