Skip to content

Commit

Permalink
fix tflint
Browse files Browse the repository at this point in the history
  • Loading branch information
HectorCastelli committed Nov 17, 2023
1 parent a97379d commit 55b2fbd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ jobs:
- name: Show version
run: tflint --version
- name: Initialize
run: tflint --init
run: tflint --recursive --init
- name: Run
id: lint
run: tflint --recursive -f compact --minimum-failure-severity=warning
run: tflint --recursive -f compact --minimum-failure-severity=warning --config $(pwd)/.tflint.hcl
hclfmt:
name: hclfmt
runs-on: ubuntu-latest
Expand Down
8 changes: 4 additions & 4 deletions .tflint.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ config {
force = false

disabled_by_default = false
rule "required_version" {
# Handled by terragrunt
enabled = false
}
}

rule "terraform_required_version" {
enabled = false
}

0 comments on commit 55b2fbd

Please sign in to comment.