Skip to content

Commit

Permalink
fix vpc_id
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Apr 3, 2023
1 parent c1b66e2 commit 7d13792
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vpc-interface-endpoint/route53.tf
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ resource "aws_route53_zone" "vpce" {
force_destroy = false

vpc {
vpc_id = local.vpc_id
vpc_id = var.vpc_id
vpc_region = local.region
}

Expand Down

0 comments on commit 7d13792

Please sign in to comment.