fix: removed exposable backend config
This commit is contained in:
2
.github/workflows/check.yml
vendored
2
.github/workflows/check.yml
vendored
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user