Skip to content

Commit

Permalink
bug :: 오타 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
HyunSu1768 committed Jul 8, 2024
1 parent 45d1397 commit 27d4e03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/eks-cluster-v2/data.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ data "aws_subnet" "this" {

data "aws_subnet" "public" {
for_each = {
for id in data.aws_subnets.all.ids : id => id if data.aws_subnet.this[id].map_public_ip_on_launch
for id in data.aws_subnets.this.ids : id => id if data.aws_subnet.this[id].map_public_ip_on_launch
}
id = each.value
}
Expand Down

0 comments on commit 27d4e03

Please sign in to comment.