Skip to content

Commit

Permalink
tflint: Update to version 0.54.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 9, 2024
1 parent 09c03e1 commit bbdc7df
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions bucket/tflint.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"version": "0.53.0",
"version": "0.54.0",
"description": "A Terraform linter focused on possible errors, best practices, etc.",
"homepage": "https://github.com/terraform-linters/tflint",
"license": "MPL-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/terraform-linters/tflint/releases/download/v0.53.0/tflint_windows_amd64.zip",
"hash": "76c0fb7fcec89cfb3661fe5840736d74bacbfd89bf1829bd788cf47a1c9ee1ad"
"url": "https://github.com/terraform-linters/tflint/releases/download/v0.54.0/tflint_windows_amd64.zip",
"hash": "e11133209b031ccc055936bf8a1472b3b71993f9658a27e6b5863d793c6873a3"
},
"32bit": {
"url": "https://github.com/terraform-linters/tflint/releases/download/v0.53.0/tflint_windows_386.zip",
"hash": "6f253074bf0b393c239218f53ee7247cc342b9d84b52b0a9fcc9a8bfc0ffff32"
"url": "https://github.com/terraform-linters/tflint/releases/download/v0.54.0/tflint_windows_386.zip",
"hash": "7047f215da378067f282e9e8a0110a23c0c18cfad56c646b08eb6d9821fada9c"
}
},
"bin": "tflint.exe",
Expand Down

0 comments on commit bbdc7df

Please sign in to comment.