From 5fd72420e00441ee083fef4f91469b45da256ca3 Mon Sep 17 00:00:00 2001 From: badra001 Date: Sat, 22 Apr 2023 15:54:10 -0400 Subject: [PATCH] fix --- 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 f827397..75046bd 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.peer + provider = aws.self for_each = toset(local.zones_ids) zone_id = each.key