-
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
Error getting plugins: module "container_linux": missing required argument "version" #16859
Comments
Hi @MilenkoM! Sorry for this error. Unfortunately as of Terraform 0.11.0 the name Until Tectonic is updated to address this naming conflict, I think it will be necessary to use Terraform 0.10.8, which is the newest release where |
It looks like this has now been addressed in coreos/tectonic-installer#2471, with this module now using |
IMO, throwing a "reserved_word" error would be nice. In my projects, I've been using
and it took me a while to find out that this variable always come out with the default value, which causes me some trouble @apparentlymart what do you think we throw an error here? |
I just ran into this exact same error in a module I am writing. Thank goodness this issue was here to tell me I simply need to rename my variable. I think a "reserved word" error would be wonderful, as the current wording is quite misleading. |
We also use |
+1 on calls for a more specific error message. Instead of:
It could be:
|
I just tripped on this too while upgrading to TF 0.11. I think this should to be documented in the upgrade guide (https://www.terraform.io/upgrade-guides/0-11.html), along with other breaking changes listed in the CHANGELOG (https://github.com/hashicorp/terraform/blob/master/CHANGELOG.md#0110-november-16-2017). |
I think the error terraform throws should indicate that it's a reserved keyword too now. The error is extremely misleading. |
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. |
Terraform Version
Terraform Configuration Files
...
Debug Output
Crash Output
Expected Behavior
Actual Behavior
I am trying to install tectonic, terraform is the prerequisite. I am on Ubuntu 16.04Steps to Reproduce
Important Factoids
References
The text was updated successfully, but these errors were encountered: