Updated aws_route53_zone to use vpc_id. Created variable route53_vpc_id #99
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
I have created the variable route53_vpc_id to allow searching across vpcs for the hosted zone. The current data resource leaves this out and prevents lookups for hosted zones in a different vpc.
Motivation and Context
This change is required to allow searching across vpc's when your hosted zone is placed in a different vpc than where your current code runs.
Breaking Changes
This should not break any current configurations as this is referencing an existing object, and if not provided the default is null.
How Has This Been Tested?
examples/*to demonstrate and validate my change(s)examples/*projectspre-commit run -aon my pull request