fix: removed exposable backend config

This commit is contained in:
2025-02-18 20:48:32 -05:00
parent 73fa413df8
commit 554525c287

View File

@@ -31,7 +31,7 @@ jobs:
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
run: |
cd terraform
terraform init -backend-config="${{ secrets.BACKEND_CONFIG }}"
terraform init
- name: Terraform Plan
run: |