Skip to content

Commit 002b001

Browse files
committed
ci: refactor terraform validation
1 parent b9d1268 commit 002b001

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/terraform-validate-template.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,5 @@ jobs:
5858
github_token: ${{ secrets.GITHUB_TOKEN }}
5959
- name: Run TFLint
6060
run: |
61+
tflint --init -c ${GITHUB_WORKSPACE}/.tflint.hcl
6162
tflint -c ${GITHUB_WORKSPACE}/.tflint.hcl --var-file ${GITHUB_WORKSPACE}/.github/lint/tflint.tfvars

0 commit comments

Comments
 (0)