Skip to content

Commit

Permalink
[FIX] remove env logic
Browse files Browse the repository at this point in the history
  • Loading branch information
ohksj77 committed Mar 16, 2024
1 parent 16dd374 commit fc306a8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/backend-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,6 @@ 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
run: |
Expand Down

0 comments on commit fc306a8

Please sign in to comment.