You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ terraform version
Terraform v0.3.6.dev (6a6ae12fd25045a47edc27b65e304666652fb167)
Your version of Terraform is out of date! The latest version
is 0.3.5. You can update by downloading from www.terraform.io`
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.
ghost
locked and limited conversation to collaborators
May 4, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
If I have a template with
test.tf:
And I apply that, I get:
It's the colon that makes the difference. If I change that to a comma:
test.tf (with a comma instead):
An apply gives:
Also to note, it's not just outputs, but anywhere else that it could be interpolated at.
I tried to look into fixing this, but my go parser skills (what I think might be causing it) are pretty weak. Any ideas?
The text was updated successfully, but these errors were encountered: