Skip to content

Commit 75dd223

Browse files
authored
Update aws-nap-apply.yml
1 parent 3c4e74a commit 75dd223

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/aws-nap-apply.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ jobs:
4747
- name: Terraform Plan
4848
if: github.event_name == 'pull_request'
4949
run: |
50+
export TF_LOG=DEBUG
5051
terraform plan -no-color -input=false > plan.txt
5152
cat plan.txt
52-
continue-on-error: true
5353
5454
- name: Terraform Plan Status
5555
run: |

0 commit comments

Comments
 (0)