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 4558a39 commit 0d56f82Copy full SHA for 0d56f82
main.tf
@@ -95,7 +95,7 @@ resource "aws_route_table" "private" {
95
}
96
97
# Route Table Associations
98
-resource "aws_route_tabe_association" "public" {
+resource "aws_route_table_association" "public" {
99
count = length(var.public_subnet_cidrs)
100
subnet_id = aws_subnet.public[count.index].id
101
route_table_id = aws_route_table.public.id
0 commit comments