From 0713dde822d8f6b7502b7976a01c1938e57ddf38 Mon Sep 17 00:00:00 2001 From: Justin Grant Date: Fri, 23 Apr 2021 13:19:39 -0400 Subject: [PATCH] minor fix related to multiple public route tables getting created --- vpc/public-subnet.tf | 1 - 1 file changed, 1 deletion(-) diff --git a/vpc/public-subnet.tf b/vpc/public-subnet.tf index 2c2d77d..ece716c 100644 --- a/vpc/public-subnet.tf +++ b/vpc/public-subnet.tf @@ -27,7 +27,6 @@ resource "aws_route_table_association" "route_net" { } resource "aws_route_table" "public-route-table" { - count = length(var.aws_azs) vpc_id = aws_vpc.cluster_vpc.id tags = merge( var.default_tags,