diff --git a/bucket/tflint.json b/bucket/tflint.json index b2acc744bf..3d6fb6058e 100644 --- a/bucket/tflint.json +++ b/bucket/tflint.json @@ -1,16 +1,16 @@ { - "version": "0.18.0", + "version": "0.19.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.18.0/tflint_windows_amd64.zip", - "hash": "3a68b330da6a995c5c3779443d3eab9662e705070593cc5388c87996a04faa7d" + "url": "https://github.com/terraform-linters/tflint/releases/download/v0.19.0/tflint_windows_amd64.zip", + "hash": "f03d54b0f77614230586000ebd0d8b2206d39fc999aec9cc6310b23204b33078" }, "32bit": { - "url": "https://github.com/terraform-linters/tflint/releases/download/v0.18.0/tflint_windows_386.zip", - "hash": "745badad99705fcbc9a45a1c8493b38d41dd392778f23b14f820c9c85e156f86" + "url": "https://github.com/terraform-linters/tflint/releases/download/v0.19.0/tflint_windows_386.zip", + "hash": "a266c6f2cfc2103eb423d66592c649d1a387bad4712bc72c65298f31f91e3475" } }, "bin": "tflint.exe",