-
-
Notifications
You must be signed in to change notification settings - Fork 228
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
Significant refactor #109
Comments
FWIW, I'd like to see that 👍 |
Plus one from me as well. Glad I read this as I am going down the path of creating this landing zone right now with a similar architecture and you just saved me a ton of time trying to fiddle with this to make it work. Any chance you can throw this up on your account so I can fork it in the mean time? |
I'm specifically interested in "Allow for adding multiple CIDR blocks to VPC route tables per-attachment", currently only single CIDR is possible per attachment, which is very limiting, unless there is other way that I'm not aware of. |
Thank you all for your comments. I haven't heard back from maintainers yet, but I've put up a PR here. Please try it out, and let me know if anything is confusing or broken. I've tried to test all of my changes but it's certainly possible something slipped through. I am using this in production, though, so if something isn't working it's likely I didn't document it thoroughly enough. |
This issue has been automatically marked as stale because it has been open 30 days |
The PR is still open, so this issue should still stay open. |
This issue has been automatically marked as stale because it has been open 30 days |
The PR is still open, so this issue should still stay open. |
Wow great job! Will test your work from the PR, thanks for doing this! |
looking for this too. |
This issue has been automatically marked as stale because it has been open 30 days |
This issue was automatically closed because of stale in 10 days |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Is your request related to a problem? Please describe.
This module was missing quite a few features that are necessary for true multi-account operation, as well as operational concerns like logging.
Describe the solution you'd like.
I have a large refactor of the module that I can submit as a PR, which adds the following features:
Describe alternatives you've considered.
I considered using different modules or writing my own from scratch, but I thought the best approach would be to perform this refactor and give it back to the community.
Additional context
I am running my refactor in production currently, using one AWS account as the hub, and several other AWS accounts as the spokes.
Would you like me to open a PR? This was a massive effort and I would love for the community to benefit from it.
The text was updated successfully, but these errors were encountered: