Skip to content

Commit

Permalink
[CHORE] add provider terraform file
Browse files Browse the repository at this point in the history
  • Loading branch information
ohksj77 committed Mar 16, 2024
1 parent ab7d0b0 commit efa3bb5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/backend-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,10 @@ 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 environment-var.tf
- name: Generate environment tf files
run: |
echo "${{ secrets.TF_ENV_FILE }}" > ./terraform/environment-var.tf
echo "${{ secrets.TF_PROVIDER }}" > ./terraform/provider.tf
- name: Set up Terraform
uses: hashicorp/setup-terraform@v1
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ data/
*.tfstate
*.tfvars
environment-var.tf
provider.tf

0 comments on commit efa3bb5

Please sign in to comment.