Skip to content

Commit

Permalink
[FIX] add env vars file
Browse files Browse the repository at this point in the history
  • Loading branch information
ohksj77 committed Mar 16, 2024
1 parent 404a83c commit 909f223
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/backend-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ jobs:
uses: hashicorp/setup-terraform@v1
with:
terraform_version: 1.0.0

- name: Generate environment-var.tf
run: |
echo "${{ secrets.TF_ENV_FILE }}" > ./terraform/environment-var.tf
- name: Run Terraform commands
env:
Expand Down

0 comments on commit 909f223

Please sign in to comment.