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

Recink run terraform is stuck when using --custom-config #91

Closed
eistrati opened this issue Nov 18, 2017 · 2 comments · May be fixed by #219, #222 or #223
Closed

Recink run terraform is stuck when using --custom-config #91

eistrati opened this issue Nov 18, 2017 · 2 comments · May be fixed by #219, #222 or #223
Assignees
Labels

Comments

@eistrati
Copy link
Contributor

I was running the following command: $ recink run terraform -vv --custom-config="m1.terraform.var-file.0:stable.tfvars"

Here is where it gets stuck:

✅  Starting Terraform in module "talend_data_warehouse".

✨  Running "terraform init" in "talend_data_warehouse".


fileNames: 
  - /m1/.terraform/modules/1292e2ae94b46918b7f2a704669592fb
  - /m1/.terraform/modules/modules.json
  - /m1/.terraform/plugins/darwin_amd64/lock.json
  - /m1/.terraform/plugins/darwin_amd64/terraform-provider-aws_v1.3.0_x4
  - /m1/README.md
  - /m1/dev.tfvars
  - /m1/main.tf
  - /m1/provider.tf
  - /m1/stable.tfvars
  - /m1/talend.tfvars
  - /m1/variables.tf
command:   /m1/bin/terraform init
args: 
  - -no-color
  - .
✨  Running "terraform plan" in "m1".


fileNames: 
  - /m1/.terraform/modules/1292e2ae94b46918b7f2a704669592fb
  - /m1/.terraform/modules/modules.json
  - /m1/.terraform/plugins/darwin_amd64/lock.json
  - /m1/.terraform/plugins/darwin_amd64/terraform-provider-aws_v1.3.0_x4
  - /m1/README.md
  - /m1/dev.tfvars
  - /m1/main.tf
  - /m1/provider.tf
  - /m1/stable.tfvars
  - /m1/talend.tfvars
  - /m1/variables.tf
command:   /m1/bin/terraform plan
args: 
  - -no-color
  - -out=/m1/.resource/terraform.tfplan
@ddimitrioglo
Copy link
Contributor

@eistrati var-files is the right name of the option

@eistrati
Copy link
Contributor Author

Worked. Thanks for pointing this out!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment