Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: Allow the dynamic collection of VPC IDs #11

Open
danvaida opened this issue Aug 3, 2020 · 1 comment
Open

Feature request: Allow the dynamic collection of VPC IDs #11

danvaida opened this issue Aug 3, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@danvaida
Copy link
Contributor

danvaida commented Aug 3, 2020

Instead of needing to hardcode the VPC IDs when performing the zone association, the module should fetch the IDs dynamically.
Filtering can take place based on tags.

@cytopia
Copy link
Owner

cytopia commented Aug 3, 2020

Hi @danvaida and thanks for the issue.

That was also the idea I had initially. The issue I encountered was that you cannot add VPCs from different regions this way - only the current region of Terraform/Terragrunt.

I was also thinking that it might make more sense for each VPC project to attach themselves to route53 (for private zones) instead of the other way round (this would also eliminate the issue with cross-region).

However, if you can think of an idea to also make the cross-region VPC association work within this module, I'd love to have a PR from you.

@cytopia cytopia added the enhancement New feature or request label Aug 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants