Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Apr 3, 2023
1 parent b31d4c5 commit 71633d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion route53-zone-association/zone/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ resource "aws_route53_zone_association" "self_zone" {
#---
data "aws_route53_zone" "zones" {
provider = aws.self
for_each = toset(var.zones)
for_each = toset(var.zone_ids)
zone_id = each.key
private_zone = var.private_zone
}
Expand Down

0 comments on commit 71633d5

Please sign in to comment.