Skip to content

Commit 8fd671c

Browse files
committed
Add QUEST_SECRET_WORD to terraform workflow
1 parent a30ecb9 commit 8fd671c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/terraform.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,10 @@ jobs:
7474
# 6. Terraform Plan
7575
- name: Terraform Plan
7676
run: |
77-
terraform plan -out=tfplan -var='manage_state_bucket=false' -var="app_count=${{ secrets.QUEST_APP_COUNT }}"
77+
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 }}"
7881
id: plan
7982

8083
# 7. Show Plan

0 commit comments

Comments
 (0)