Skip to content

Commit

Permalink
add provider
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Mar 29, 2023
1 parent d775c50 commit dfeef4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions route53-zone-association/vpc/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ resource "aws_route53_zone_association" "peer_zone" {
# zone list
#---
data "aws_route53_zone" "zones" {
provider = aws.peer
for_each = toset(var.zones)
name = each.key
private_zone = var.private_zone
Expand Down

0 comments on commit dfeef4f

Please sign in to comment.