We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6bdf96 commit e62e2cdCopy full SHA for e62e2cd
.github/workflows/pr_iac_lint.yml
@@ -45,7 +45,7 @@ jobs:
45
- name: Setup Terraform lint
46
uses: terraform-linters/setup-tflint@a5a1af8c6551fb10c53f1cd4ba62359f1973746f # v3.1.1
47
- name: Run Terraform lint to check for best practices, errors, deprecated syntax etc.
48
- working-directory: examples/powertools-examples-core/terraform
+ working-directory: examples/powertools-examples-core-utilities/terraform
49
run: |
50
tflint --version
51
tflint --init
0 commit comments