We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I was running the following command: $ recink run terraform -vv --custom-config="m1.terraform.var-file.0:stable.tfvars"
$ 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
The text was updated successfully, but these errors were encountered:
@eistrati var-files is the right name of the option
var-files
Sorry, something went wrong.
Worked. Thanks for pointing this out!
ddimitrioglo
Successfully merging a pull request may close this issue.
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:
The text was updated successfully, but these errors were encountered: