Skip to content

Commit

Permalink
[FIX] rename tf file
Browse files Browse the repository at this point in the history
  • Loading branch information
ohksj77 committed Mar 16, 2024
1 parent 49956be commit ab7d0b0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 47 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/backend-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ jobs:
echo "aws_access_key_id=${{ secrets.AWS_ACCESS_KEY_ID }}" >> ~/.aws/credentials
echo "aws_secret_access_key=${{ secrets.AWS_SECRET_ACCESS_KEY }}" >> ~/.aws/credentials
- name: Generate env.auto.tfvars
- name: Generate environment-var.tf
run: |
echo "${{ secrets.TF_ENV_FILE }}" > ./terraform/env.tf
echo "${{ secrets.TF_ENV_FILE }}" > ./terraform/environment-var.tf
- name: Set up Terraform
uses: hashicorp/setup-terraform@v1
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ data/
*/.terraform/
*.hcl
*.tfstate
env.tf
*.tfvars
environment-var.tf
44 changes: 0 additions & 44 deletions terraform/variables.tf

This file was deleted.

0 comments on commit ab7d0b0

Please sign in to comment.