-
Notifications
You must be signed in to change notification settings - Fork 9.7k
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
Map override in terraform.tfvars gives a syntax error. #647
Comments
You can work around this by quoting the key: I'm not sure if it makes sense to support this syntax without quoting in HCL first class... I want to think about it further. Thoughts, @armon? |
Hmm, I think it does look better without the quoting, but also not sure about the complexity in HCL. I don't think it would be that much worse? |
Nope, wouldn't be hard at all (just a lexer change). I was just wondering if it maybe conflicted with anything obviously. I'll make the change. |
Fixed |
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. |
Not sure if this is a bug report or a feature request, however.
variables.tf
terraform.tfvars
Command
I do believe I am using the correct override syntax as described here: http://www.terraform.io/intro/getting-started/variables.html.
The text was updated successfully, but these errors were encountered: