We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0307d4 commit 0851840Copy full SHA for 0851840
.github/workflows/pre-commit.yml
@@ -67,6 +67,9 @@ jobs:
67
tflint-version: ${{ env.TFLINT_VERSION }}
68
args: 'terraform_validate --color=always --show-diff-on-failure --files $(ls *.tf)'
69
70
+ - name: Versions
71
+ run: terraform version
72
+
73
preCommitMaxVersion:
74
name: Max TF pre-commit
75
runs-on: ubuntu-latest
@@ -97,3 +100,6 @@ jobs:
97
100
98
101
terraform-docs-version: ${{ env.TERRAFORM_DOCS_VERSION }}
99
102
install-hcledit: true
103
104
105
0 commit comments