Skip to content

Commit

Permalink
fix: subnet 3 route table id
Browse files Browse the repository at this point in the history
  • Loading branch information
MuriloKakazu committed Sep 28, 2024
1 parent 2145b1d commit c94d8c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cluster.tf
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ resource "aws_route_table_association" "public_rt_assoc_2" {
route_table_id = aws_route_table.eks_public_rt.id
}

resource "aws_route_table_association" "public_rt_assoc_2" {
resource "aws_route_table_association" "public_rt_assoc_3" {
subnet_id = data.aws_ssm_parameter.subnet_3.value
route_table_id = aws_route_table.eks_public_rt.id
}
Expand Down

0 comments on commit c94d8c2

Please sign in to comment.