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
Error: Missing key/value separator
on terraform.tfvars line 4:
2: terraform = {
3: source = "./vsphere"
4: extra_arguments "custom_vars" {
Expected an equals sign ("=") to mark the beginning of the attribute value.`
hello,
I use Terraform v0.12.0-alpha4 and Terragrunt v0.18.0 to test old code, but there will be parsing errors.
V0.12 will be released, is this a Terragrunt problem or my configuration is wrong?
https://www.hashicorp.com/blog/terraform-0-1-2-preview
https://www.hashicorp.com/blog/terraform-0-12-preview-first-class-expressions
Terraform HCL has been greatly improved.
The text was updated successfully, but these errors were encountered: