-
Notifications
You must be signed in to change notification settings - Fork 9.6k
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
module ordering causes template_file resource to fail? #1916
Comments
@ketzacoatl I jus fixed this on master. Will be in 0.5.1 |
@mitchellh you are amazing! I guess I should pull/build/test |
is this me building the project incorrectly or an error on master?
|
@ketzacoatl Update deps |
👍 just ran into this in 0.5.0 - looks like it's time to upgrade, thanks @mitchellh |
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. |
I am testing some of the new capabilities in Terraform v0.5.0, and now running into problems with the template_file resource. More information is here: https://groups.google.com/forum/#!topic/terraform-tool/MbEnBHMqV7E
This is so utterly simple, and I'm seeing
template_file
work when used without a module. I have also seen module ordering/dependency issues (an instance not created / deployed before the module), and so I am wondering if this is a bug / problem with module ordering/dependencies, and not reallytemplate_file
directly.The text was updated successfully, but these errors were encountered: