Skip to content

Commit 10bfb56

Browse files
VIA-102 AJ/AS Fix for failing terraform validation
1 parent 0b90767 commit 10bfb56

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
@@ -16,5 +16,6 @@ runs:
1616
run: |
1717
stacks=${{ inputs.root-modules }}
1818
for dir in $(find infrastructure/environments -maxdepth 1 -mindepth 1 -type d; echo ${stacks//,/$'\n'}); do
19+
( cd $dir && terraform init -backend=false )
1920
dir=$dir make terraform-validate
2021
done

0 commit comments

Comments
 (0)