Skip to content

Commit

Permalink
patch(deps): update dependency terraform-linters/tflint to v0.51.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 11, 2024
1 parent be3e318 commit 1e723b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ terraform_tflint_enabled: True

# @var terraform_tflint_version:description: Version of tflint to install
# renovate: datasource=github-releases depName=terraform-linters/tflint
terraform_tflint_version: 0.51.0
terraform_tflint_version: 0.51.1

# @var terraform_tflint_arch:description: Architecture for tflint
terraform_tflint_arch: "{{ 'arm64' if ansible_architecture == 'aarch64' else 'amd64' }}"
Expand Down

0 comments on commit 1e723b4

Please sign in to comment.