We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a1995d commit 535e51fCopy full SHA for 535e51f
.github/workflows/terraform-deploy-feature-to-sandbox.yml
@@ -66,7 +66,7 @@ jobs:
66
shell: bash
67
68
- name: Terraform Plan Base
69
- id: plan
+ id: base_plan
70
run: |
71
terraform plan -input=false -no-color -var-file="${{vars.TF_VARS_FILE}}" -out tf.plan
72
working-directory: ./infrastructure
0 commit comments