Skip to content

Commit

Permalink
Increase log level
Browse files Browse the repository at this point in the history
  • Loading branch information
mraerino committed Jan 20, 2024
1 parent c1f879d commit 753281d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/terraform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,10 @@ jobs:
- run: terraform init

- run: terraform plan -out=tfplan
- run: |
- name: terraform apply
env:
TF_LOG: "debug"
run: |
set -o pipefail
terraform apply tfplan | tee apply.log
if: ${{ github.event_name == 'push' && github.ref_name == 'main' }}
Expand Down

0 comments on commit 753281d

Please sign in to comment.