feat: added backend config secret

This commit is contained in:
2025-02-18 20:30:19 -05:00
parent 384815b4a4
commit 1ef8c9c173

View File

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