Skip to content

Commit

Permalink
Update tflint to 0.55.0
Browse files Browse the repository at this point in the history
  • Loading branch information
samsimpson1 committed Jan 27, 2025
1 parent 4afbb28 commit fce2cac
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci-terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- uses: terraform-linters/setup-tflint@v4
name: Set up TFLint
with:
tflint_version: v0.47.0
tflint_version: v0.55.0

- name: terraform fmt
working-directory: terraform
Expand Down Expand Up @@ -82,11 +82,12 @@ jobs:
cd terraform/deployments
tflint --version
tflint --init --recursive
tflint --format compact --module --recursive --force \
tflint --format compact --call-module-type=all --recursive --force \
--enable-rule=terraform_comment_syntax \
--enable-rule=terraform_deprecated_index \
--enable-rule=terraform_required_providers \
--enable-rule=terraform_standard_module_structure \
--enable-rule=terraform_typed_variables \
--enable-rule=terraform_unused_declarations \
--enable-rule=terraform_unused_required_providers
--enable-rule=terraform_unused_required_providers \
--disable-rule=aws_eks_node_group_invalid_ami_type

0 comments on commit fce2cac

Please sign in to comment.