From 3ef438e76a0bdaff94f81efb5a8804032119026c Mon Sep 17 00:00:00 2001 From: flcdrg Date: Mon, 4 Sep 2023 00:05:09 +0000 Subject: [PATCH] AU: 1 updated - tflint [skip ci] https://gist.github.com/flcdrg/7d00c69c2cde8309a8594abaa897a9a6/0228c076397b99c6f212c823a52004bd8d285f5a --- tflint/tflint.nuspec | 61 ++++++++++++++++-------------- tflint/tools/chocolateyinstall.ps1 | 8 ++-- 2 files changed, 36 insertions(+), 33 deletions(-) diff --git a/tflint/tflint.nuspec b/tflint/tflint.nuspec index 02c9feb1..dfd4a08e 100644 --- a/tflint/tflint.nuspec +++ b/tflint/tflint.nuspec @@ -3,7 +3,7 @@ tflint - 0.47.0 + 0.48.0 https://github.com/flcdrg/au-packages/tree/master/tflint flcdrg TFLint (Terraform linter) @@ -24,42 +24,45 @@ TFLint is a framework and each feature is provided by plugins, the key features - Find possible errors (like invalid instance types) for Major Cloud providers (AWS/Azure/GCP). - Warn about deprecated syntax, unused declarations. - Enforce best practices, naming conventions. - diff --git a/tflint/tools/chocolateyinstall.ps1 b/tflint/tools/chocolateyinstall.ps1 index e27701d2..058327da 100644 --- a/tflint/tools/chocolateyinstall.ps1 +++ b/tflint/tools/chocolateyinstall.ps1 @@ -5,13 +5,13 @@ $packageArgs = @{ packageName = 'tflint' # 32-bit - url = 'https://github.com/terraform-linters/tflint/releases/download/v0.47.0/tflint_windows_386.zip' - checksum = '470ed46a9dcf8f0a7f001de790f191474b47c9229dafd8dff3531cbdb1a4460f' + url = 'https://github.com/terraform-linters/tflint/releases/download/v0.48.0/tflint_windows_386.zip' + checksum = 'ccbd7bd639b38ca0ee9e93792d97bad352c194f77d2d580c702730c2574c66a9' checksumType = 'sha256' # 64-bit - url64bit = 'https://github.com/terraform-linters/tflint/releases/download/v0.47.0/tflint_windows_amd64.zip' - checksum64 = '8d3b451bca731760aa790735f70d399080242bbd27c666248a113168c3bdb602' + url64bit = 'https://github.com/terraform-linters/tflint/releases/download/v0.48.0/tflint_windows_amd64.zip' + checksum64 = '1efab7ea19e8adb73cae770e5edabae44a5cebd63baf203a5d3270948db55648' checksumType64 = $checksumType # misc