diff --git a/bucket/tflint.json b/bucket/tflint.json index 2dbe8aecbe..1d2cc3d9cd 100644 --- a/bucket/tflint.json +++ b/bucket/tflint.json @@ -1,16 +1,16 @@ { - "homepage": "https://github.com/terraform-linters/tflint", + "version": "0.17.0", "description": "A Terraform linter focused on possible errors, best practices, etc.", + "homepage": "https://github.com/terraform-linters/tflint", "license": "MPL-2.0", - "version": "0.16.2", "architecture": { "64bit": { - "url": "https://github.com/terraform-linters/tflint/releases/download/v0.16.2/tflint_windows_amd64.zip", - "hash": "5cf61c96523c826d1e9bd470eb4215a0a2e876885450fcafdfcaf95ca41fedfd" + "url": "https://github.com/terraform-linters/tflint/releases/download/v0.17.0/tflint_windows_amd64.zip", + "hash": "eaea9f5946dae81d173c28388ca529f2b2a2cd1b74281c96d9a21bb2e15ade5e" }, "32bit": { - "url": "https://github.com/terraform-linters/tflint/releases/download/v0.16.2/tflint_windows_386.zip", - "hash": "bacf870b68c2a336ca404e637758addc4e2f38a2ee93c8e94f29124e4a405d3d" + "url": "https://github.com/terraform-linters/tflint/releases/download/v0.17.0/tflint_windows_386.zip", + "hash": "5ca5e2ec65531a33594c9e15573387d52072bdc4fdf98ffd97c6776ebe684758" } }, "bin": "tflint.exe",