Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Apr 5, 2023
1 parent bf01bf1 commit 0607443
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 @@ -26,7 +26,7 @@ resource "aws_route53_vpc_association_authorization" "self_zone" {
}

resource "aws_route53_zone_association" "self_zone" {
provider = aws.peer
provider = aws.self
for_each = toset(var.zone_ids)

zone_id = each.key
Expand Down

0 comments on commit 0607443

Please sign in to comment.