-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
fix: Updated code and version requirements to work with Terraform 0.15 #1165
fix: Updated code and version requirements to work with Terraform 0.15 #1165
Conversation
Co-authored-by: Thierno IB. BARRY <[email protected]>
b88fa61
to
083d719
Compare
Thanks for the review @barryib. I applied your suggestion and rebased on top of master. |
I found that the deprecated function |
The CI "Check Docs" failure is probably a false positive as I didn't alter anything related to the documentation in this pull request. |
Co-authored-by: Anton Babenko <[email protected]>
Terraform 0.15 is out and officially breaking things 😁 |
Will look into this during the week. |
Hey guys, |
bad luck for people who use |
It's a rather trivial change if you take a look at the file diff. Hope it wouldn't take too long to be merged. |
Pls merge 😅 |
Terraform 0.15 is supported in version v15.0.0 that has been just released. For the previous version of Terraform please use this module version Let us know if there are any issues with this release. @barryib I used the same release process as for all other modules we have and CHANGELOG changes were rather big ( eafc458 ) |
Hi @antonbabenko, I think you've missed
|
Hi @antonbabenko, adding to @vauchok, also a
|
Weird that |
Big thanks for the report! v15.1.0 has been just released. |
@antonbabenko works now, thank you very much! 🙌 |
…form 0.15 (terraform-aws-modules#1165)" This reverts commit 65b0489. Revert changes to workers.tf, as it is custom
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. |
PR o'clock
Description
Replaced use of deprecated
list()
function with[]
syntax andmap()
function with{}
syntax.Fix #1164
Checklist