Skip to content

Commit 0d56f82

Browse files
committed
updated readme
1 parent 4558a39 commit 0d56f82

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
@@ -95,7 +95,7 @@ resource "aws_route_table" "private" {
9595
}
9696

9797
# Route Table Associations
98-
resource "aws_route_tabe_association" "public" {
98+
resource "aws_route_table_association" "public" {
9999
count = length(var.public_subnet_cidrs)
100100
subnet_id = aws_subnet.public[count.index].id
101101
route_table_id = aws_route_table.public.id

0 commit comments

Comments
 (0)