-
-
Notifications
You must be signed in to change notification settings - Fork 221
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
feat: Complex variable types for module zones #111
base: master
Are you sure you want to change the base?
feat: Complex variable types for module zones #111
Conversation
This PR has been automatically marked as stale because it has been open 30 days |
Not stale |
This PR has been automatically marked as stale because it has been open 30 days |
This is really nice! Any chance of getting your input here @antonbabenko ? |
Yes, I plan to get back to this and many other PRs in terraform-aws-modules after AWS reinvent. |
This PR has been automatically marked as stale because it has been open 30 days |
How was re:invent @antonbabenko ? 😅 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These changes certainly look like an improvement, but it is essential to keep backward compatibility in mind and don't introduce breaking changes.
Please make sure that the code in examples/complete
works as expected (now I see the error: each.value.vpc is null Cannot use a null value in for_each.
).
@BeyondEvil Thanks for asking, it went well - https://www.youtube.com/watch?v=fX7c2GGqTWs 😅 |
Oh nice! I'll have a look. 👍 |
use descriptive variable types.
versions.tf
already specifies higher than 1.3.0 so no change needed there.