Skip to content

Commit

Permalink
un-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Apr 13, 2023
1 parent 9a2e4f8 commit 0ab4407
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 @@ -31,7 +31,7 @@ resource "aws_route53_zone_association" "self_zone" {

zone_id = each.key
vpc_id = var.vpc_id
vpc_region = var.region == null ? data.aws_region.self.name : var.region
vpc_region = var.region == null ? data.aws_region.peer.name : var.region

depends_on = [aws_route53_vpc_association_authorization.self_zone]
}
Expand Down

0 comments on commit 0ab4407

Please sign in to comment.