-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Upgrade to 0.12 syntax #90
Conversation
@fearoffish Looks like you beat me to it 😸 I just opened #91. I am happy to close my PR, although I would suggest removing the TODO comments as I feel they are not needed |
Good point. I'll remove the TODO comments. I'm not sure if the comment about this issue is resolved though. Following the thread it looks like it, but this PR isn't the place to remove that. |
Every temporary workaround is to provide a bogus |
tested, in my prod, works great with additional fix mentioned by @rparsonsbb |
@rparsonsbb @den-is Thanks for that, I've added the fix. |
@antonbabenko can this get some attention? @fearoffish I noticed the outputs from this module are lists within lists. i.e.,
Is this intended? I modified the outputs file like so, so that all outputs are a non-nested list, i.e.:
To me, my modified version makes more sense, but I also just started terraforming in 0.12, so I don't have the full context of the original behavior of this module. |
Thanks, @fearoffish @den-is @rparsonsbb @heisian @yasn77 and everyone involved in one way or another! v2.0.0 has been just released. Remember to pin module version to be Please give this release a try and open an issue if there is something wrong. |
works! thank you @antonbabenko ! |
Thanks @antonbabenko! |
You are welcome! |
Awesome works great thanks all! |
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. |
This upgrade handles the syntax change to terraform 0.12 syntax. I'm only using this to create single instance calls at the moment though, with no use of count.