Skip to content

Commit ed46ec7

Browse files
VIA-579 AJ More debug info added
1 parent 0e860e7 commit ed46ec7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/actions/lint-terraform/action.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ runs:
2828
run: |
2929
stacks=${{ inputs.root-modules }}
3030
for dir in $(find infrastructure/environments -maxdepth 1 -mindepth 1 -type d; echo ${stacks//,/$'\n'}); do
31+
echo "Processing $dir"
3132
( cd $dir && terraform init -backend=false )
3233
dir=$dir make terraform-validate
3334
done

0 commit comments

Comments
 (0)