From 9daf4b10e3b67e30e6ed7d8b1c5df8f78907582e Mon Sep 17 00:00:00 2001 From: badra001 Date: Sat, 22 Apr 2023 15:11:30 -0400 Subject: [PATCH] phz auth needs to be where the zone resizes --- route53-zone-association/vpc/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/route53-zone-association/vpc/main.tf b/route53-zone-association/vpc/main.tf index 75046bd..f827397 100644 --- a/route53-zone-association/vpc/main.tf +++ b/route53-zone-association/vpc/main.tf @@ -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