Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Mar 28, 2023
1 parent 53f910e commit 378f550
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion route53-zone-association/zone/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ resource "aws_route53_vpc_association_authorization" "self_zone" {
provider = aws.self
for_each = data.aws_caller_identity.self.account_id != data.aws_caller_identity.peer.account_id ? toset(var.zone_ids) : toset([])
zone_id = each.key
vpc_region = data.aws_region.self.name
vpc_region = data.aws_region.peer.name
vpc_id = var.vpc_id
}

Expand Down

0 comments on commit 378f550

Please sign in to comment.