-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Terraform 0.12 syntax changes #123
Conversation
Co-Authored-By: Francisco Pires <[email protected]>
fix variables Workarround coalesce workarround fix 1 workarround fix 2 workarround fix 3
|
||
enabled_cloudwatch_logs_exports = var.enabled_cloudwatch_logs_exports | ||
|
||
dynamic "timeouts" { |
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.
looks like dynamic
is not working with this,
I've got Only one block of type "timeouts" is allowed.
If you are using Terraform 0.12, you can use v2.0.0 of this module which has been just released. Thanks to everyone in this pull-request for the work and comments! |
I'm going to lock this pull request 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 related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Fixes #111