Skip to content

Commit

Permalink
phz auth needs to be where the zone resizes
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Apr 22, 2023
1 parent dc4f02f commit 9daf4b1
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.self
provider = aws.peer
for_each = toset(local.zones_ids)

zone_id = each.key
Expand Down

0 comments on commit 9daf4b1

Please sign in to comment.