fix: aws credentials for plan

This commit is contained in:
2025-02-18 20:56:18 -05:00
parent eb91cf5052
commit e46795fd57
2 changed files with 3 additions and 17 deletions

View File

@@ -34,6 +34,9 @@ jobs:
terraform init
- name: Terraform Plan
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
run: |
cd terraform
terraform plan -out=tfplan -no-color