Skip to content
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

Support terraform v0.12 #653

Closed
devtook opened this issue Feb 14, 2019 · 2 comments
Closed

Support terraform v0.12 #653

devtook opened this issue Feb 14, 2019 · 2 comments

Comments

@devtook
Copy link

devtook commented Feb 14, 2019

hello,
I use Terraform v0.12.0-alpha4 and Terragrunt v0.18.0 to test old code, but there will be parsing errors.

terragrunt = {
  terraform = {
    source = "./vsphere"

    extra_arguments   "custom_vars"   {
      commands = ["plan", "refresh", "import", "destroy"]
      required_var_files = [
      ]
    }
  }
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.`

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.

@arledesma
Copy link
Member

This is covered in #466

@brikis98
Copy link
Member

Correct, Terragrunt has not yet been updated to work with Terraform 0.12. Please track #466 for details.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants