We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8f0325 commit a7668eeCopy full SHA for a7668ee
.github/workflows/validate-terraform.yml
@@ -47,5 +47,5 @@ jobs:
47
- name: Terraform Plan
48
id: plan
49
working-directory: ./terraform
50
- run: terraform plan -no-color
+ run: terraform plan -no-color -var-file=vars.tfvars
51
continue-on-error: true
0 commit comments