Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Apr 22, 2023
1 parent 1d1f551 commit 5fd7242
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion route53-zone-association/vpc/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ resource "aws_route53_vpc_association_authorization" "peer_zones" {
}

resource "aws_route53_zone_association" "peer_zones" {
provider = aws.peer
provider = aws.self
for_each = toset(local.zones_ids)

zone_id = each.key
Expand Down

0 comments on commit 5fd7242

Please sign in to comment.