Skip to content

Commit ab7d0b0

Browse files
committed
[FIX] rename tf file
1 parent 49956be commit ab7d0b0

File tree

3 files changed

+3
-47
lines changed

3 files changed

+3
-47
lines changed

.github/workflows/backend-cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ jobs:
2626
echo "aws_access_key_id=${{ secrets.AWS_ACCESS_KEY_ID }}" >> ~/.aws/credentials
2727
echo "aws_secret_access_key=${{ secrets.AWS_SECRET_ACCESS_KEY }}" >> ~/.aws/credentials
2828
29-
- name: Generate env.auto.tfvars
29+
- name: Generate environment-var.tf
3030
run: |
31-
echo "${{ secrets.TF_ENV_FILE }}" > ./terraform/env.tf
31+
echo "${{ secrets.TF_ENV_FILE }}" > ./terraform/environment-var.tf
3232
3333
- name: Set up Terraform
3434
uses: hashicorp/setup-terraform@v1

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ data/
66
*/.terraform/
77
*.hcl
88
*.tfstate
9-
env.tf
109
*.tfvars
10+
environment-var.tf

terraform/variables.tf

Lines changed: 0 additions & 44 deletions
This file was deleted.

0 commit comments

Comments
 (0)