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 a30ecb9 commit 8fd671cCopy full SHA for 8fd671c
.github/workflows/terraform.yaml
@@ -74,7 +74,10 @@ jobs:
74
# 6. Terraform Plan
75
- name: Terraform Plan
76
run: |
77
- terraform plan -out=tfplan -var='manage_state_bucket=false' -var="app_count=${{ secrets.QUEST_APP_COUNT }}"
+ terraform plan -out=tfplan \
78
+ -var='manage_state_bucket=false' \
79
+ -var="app_count=${{ secrets.QUEST_APP_COUNT }}" \
80
+ -var="secret_word=${{ secrets.QUEST_SECRET_WORD }}"
81
id: plan
82
83
# 7. Show Plan
0 commit comments