Downloads:
80,159
Downloads of v 0.46.0.20230409:
639
Last Update:
09 Apr 2023
Package Maintainer(s):
Software Author(s):
- Kazuma Watanabe
Tags:
terraform tflint- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
TFLint (Terraform linter)
This is not the latest version of TFLint (Terraform linter) available.
- 1
- 2
- 3
0.46.0.20230409 | Updated: 09 Apr 2023
- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
80,159
Downloads of v 0.46.0.20230409:
639
Maintainer(s):
Software Author(s):
- Kazuma Watanabe
TFLint (Terraform linter) 0.46.0.20230409
This is not the latest version of TFLint (Terraform linter) available.
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Kazuma Watanabe. The inclusion of Kazuma Watanabe trademark(s), if any, upon this webpage is solely to identify Kazuma Watanabe goods or services and not for commercial purposes.
- 1
- 2
- 3
Some Checks Have Failed or Are Not Yet Complete
Not All Tests Have Passed
Deployment Method: Individual Install, Upgrade, & Uninstall
To install TFLint (Terraform linter), run the following command from the command line or from PowerShell:
To upgrade TFLint (Terraform linter), run the following command from the command line or from PowerShell:
To uninstall TFLint (Terraform linter), run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download tflint --internalize --version=0.46.0.20230409 --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade tflint -y --source="'INTERNAL REPO URL'" --version="'0.46.0.20230409'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade tflint -y --source="'INTERNAL REPO URL'" --version="'0.46.0.20230409'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install tflint
win_chocolatey:
name: tflint
version: '0.46.0.20230409'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'tflint' do
action :install
source 'INTERNAL REPO URL'
version '0.46.0.20230409'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller tflint
{
Name = "tflint"
Version = "0.46.0.20230409"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'tflint':
ensure => '0.46.0.20230409',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
Private CDN cached downloads available for licensed customers. Never experience 404 breakages again! Learn more...
This package was approved as a trusted package on 09 Apr 2023.
TFLint is a Terraform linter for detecting errors that can not be detected by terraform plan.
TFLint is a framework and each feature is provided by plugins, the key features are as follows:
- 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.
Log in or click on link to see number of positives.
- tflint.0.46.0.20230409.nupkg (e222a224bb2e) - ## / 63
- tflint_windows_amd64.zip (80deea1af9a9) - ## / 65
- tflint_windows_386.zip (fb055a145c7e) - ## / 65
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
TFLint (Terraform linter) 0.54.0 | 1146 | Sunday, November 10, 2024 | Approved | |
TFLint (Terraform linter) 0.53.0 | 5903 | Sunday, August 18, 2024 | Approved | |
TFLint (Terraform linter) 0.52.0 | 2901 | Sunday, July 7, 2024 | Approved | |
TFLint (Terraform linter) 0.51.2 | 506 | Sunday, June 30, 2024 | Approved | |
TFLint (Terraform linter) 0.51.1 | 3992 | Sunday, May 12, 2024 | Approved | |
TFLint (Terraform linter) 0.51.0 | 762 | Friday, May 3, 2024 | Approved | |
TFLint (Terraform linter) 0.50.3 | 6341 | Sunday, February 18, 2024 | Approved | |
TFLint (Terraform linter) 0.50.2 | 2836 | Monday, January 22, 2024 | Approved | |
TFLint (Terraform linter) 0.50.1 | 1324 | Tuesday, January 9, 2024 | Approved | |
TFLint (Terraform linter) 0.50.0 | 1122 | Sunday, December 24, 2023 | Approved | |
TFLint (Terraform linter) 0.49.0 | 4414 | Monday, November 13, 2023 | Approved | |
TFLint (Terraform linter) 0.48.0 | 4439 | Monday, September 4, 2023 | Approved | |
TFLint (Terraform linter) 0.47.0 | 7765 | Monday, June 19, 2023 | Approved | |
TFLint (Terraform linter) 0.46.1 | 2305 | Sunday, April 23, 2023 | Approved | |
TFLint (Terraform linter) 0.46.0.20230409 | 639 | Sunday, April 9, 2023 | Approved | |
TFLint (Terraform linter) 0.46.0 | 60 | Sunday, April 9, 2023 | Approved | |
TFLint (Terraform linter) 0.45.0 | 248 | Thursday, April 6, 2023 | Approved | |
TFLint (Terraform linter) 0.42.2 | 5479 | Thursday, October 27, 2022 | Approved | |
TFLint (Terraform linter) 0.42.1 | 186 | Wednesday, October 26, 2022 | Approved | |
TFLint (Terraform linter) 0.42.0 | 273 | Monday, October 24, 2022 | Approved | |
TFLint (Terraform linter) 0.41.0 | 614 | Wednesday, October 12, 2022 | Approved | |
TFLint (Terraform linter) 0.40.0 | 2072 | Thursday, September 15, 2022 | Approved | |
TFLint (Terraform linter) 0.35.0 | 4041 | Tuesday, April 5, 2022 | Approved | |
TFLint (Terraform linter) 0.34.1 | 2055 | Thursday, January 20, 2022 | Approved | |
TFLint (Terraform linter) 0.32.1 | 2937 | Saturday, September 25, 2021 | Approved | |
TFLint (Terraform linter) 0.31.0 | 562 | Tuesday, September 7, 2021 | Approved | |
TFLint (Terraform linter) 0.30.0 | 1290 | Tuesday, July 6, 2021 | Approved | |
TFLint (Terraform linter) 0.29.1 | 548 | Sunday, June 13, 2021 | Approved | |
TFLint (Terraform linter) 0.28.1 | 699 | Wednesday, May 12, 2021 | Approved | |
TFLint (Terraform linter) 0.27.0 | 623 | Monday, April 19, 2021 | Approved | |
TFLint (Terraform linter) 0.26.0 | 385 | Tuesday, April 6, 2021 | Approved | |
TFLint (Terraform linter) 0.25.0 | 587 | Saturday, March 13, 2021 | Approved | |
TFLint (Terraform linter) 0.24.1 | 506 | Thursday, February 4, 2021 | Approved | |
TFLint (Terraform linter) 0.24.0 | 118 | Thursday, February 4, 2021 | Approved | |
TFLint (Terraform linter) 0.23.1 | 105 | Thursday, February 4, 2021 | Approved | |
TFLint (Terraform linter) 0.23.0 | 172 | Monday, February 1, 2021 | Approved | |
TFLint (Terraform linter) 0.22.0 | 451 | Friday, December 25, 2020 | Approved | |
TFLint (Terraform linter) 0.21.0 | 159 | Tuesday, December 22, 2020 | Approved | |
TFLint (Terraform linter) 0.20.3 | 552 | Wednesday, November 4, 2020 | Approved | |
TFLint (Terraform linter) 0.20.2 | 403 | Tuesday, October 6, 2020 | Approved | |
TFLint (Terraform linter) 0.20.1 | 421 | Monday, September 14, 2020 | Approved | |
TFLint (Terraform linter) 0.19.1 | 311 | Tuesday, August 25, 2020 | Approved | |
TFLint (Terraform linter) 0.19.0 | 282 | Tuesday, August 18, 2020 | Approved | |
TFLint (Terraform linter) 0.18.0 | 359 | Wednesday, July 22, 2020 | Approved | |
TFLint (Terraform linter) 0.17.0 | 273 | Wednesday, July 8, 2020 | Approved | |
TFLint (Terraform linter) 0.16.2 | 370 | Tuesday, June 9, 2020 | Approved | |
TFLint (Terraform linter) 0.15.3 | 592 | Thursday, April 2, 2020 | Approved | |
TFLint (Terraform linter) 0.15.0 | 399 | Friday, February 28, 2020 | Approved | |
TFLint (Terraform linter) 0.14.0 | 329 | Monday, February 3, 2020 | Approved | |
TFLint (Terraform linter) 0.13.4 | 299 | Tuesday, December 31, 2019 | Approved | |
TFLint (Terraform linter) 0.13.3 | 231 | Friday, December 27, 2019 | Approved | |
TFLint (Terraform linter) 0.13.2 | 276 | Tuesday, December 10, 2019 | Approved | |
TFLint (Terraform linter) 0.13.1 | 276 | Monday, November 18, 2019 | Approved | |
TFLint (Terraform linter) 0.12.1 | 313 | Monday, October 14, 2019 | Approved | |
TFLint (Terraform linter) 0.12.0 | 230 | Monday, September 30, 2019 | Approved | |
TFLint (Terraform linter) 0.11.2 | 227 | Thursday, September 19, 2019 | Approved | |
TFLint (Terraform linter) 0.11.0 | 225 | Tuesday, September 10, 2019 | Approved | |
TFLint (Terraform linter) 0.10.3 | 263 | Wednesday, August 28, 2019 | Approved | |
TFLint (Terraform linter) 0.10.1 | 224 | Friday, August 23, 2019 | Approved | |
TFLint (Terraform linter) 0.10.0 | 183 | Friday, August 23, 2019 | Approved | |
TFLint (Terraform linter) 0.9.3 | 260 | Saturday, August 3, 2019 | Approved | |
TFLint (Terraform linter) 0.9.2 | 233 | Monday, July 29, 2019 | Approved | |
TFLint (Terraform linter) 0.9.1 | 233 | Wednesday, July 17, 2019 | Approved | |
TFLint (Terraform linter) 0.9.0 | 235 | Monday, July 8, 2019 | Approved | |
TFLint (Terraform linter) 0.8.3 | 196 | Monday, July 8, 2019 | Approved | |
TFLint (Terraform linter) 0.8.0 | 268 | Thursday, May 30, 2019 | Approved | |
TFLint (Terraform linter) 0.7.6 | 208 | Wednesday, May 29, 2019 | Approved | |
TFLint (Terraform linter) 0.7.5 | 293 | Sunday, April 7, 2019 | Approved | |
TFLint (Terraform linter) 0.7.3 | 311 | Tuesday, January 1, 2019 | Approved | |
TFLint (Terraform linter) 0.7.2 | 319 | Saturday, September 22, 2018 | Approved |
0.46.0 (2023-04-09)
This release adds deprecation warnings for future breaking changes. Warn when using command line arguments like tflint dir
and tflint main.tf
. The former can be replaced with tflint --chdir=dir
and the latter with tflint --filter=main.tf
. See https://github.com/terraform-linters/tflint/pull/1687 for details.
The GPG key signed signature attached to TFLint releases has been deprecated. This signature will not be added to releases after May 1, 2023. Please migrate to verification with Cosign.
Enhancements
- #1700: plugin: Handle eval errors on the plugin side (@wata727)
- #1722: plugin: Handle sensitive values on the plugin side (@wata727)
- #1730: deps: Bump tflint-plugin-sdk to v0.16.0 (@wata727)
Changes
BugFixes
- #1686: sarif: add tool version, exclude empty range/position, slash paths (@bendrucker)
Chores
- #1587: Deprecate GPG key signed signature (@wata727)
- #1662: deps: bump to go1.20 (@chenrui333 @bendrucker)
- #1681: docs: Update usage output (@wata727)
- #1682 #1733: build(deps): Bump alpine from 3.17.1 to 3.17.3
- #1683: build(deps): Bump golang.org/x/text from 0.6.0 to 0.7.0
- #1684: build(deps): Bump github.com/hashicorp/hcl/v2 from 2.16.0 to 2.16.1
- #1685 #1729: build(deps): Bump google.golang.org/grpc from 1.52.3 to 1.54.0
- #1691: build(deps): Bump github.com/hashicorp/go-getter from 1.6.2 to 1.7.0
- #1692: build(deps): Bump golang.org/x/net from 0.5.0 to 0.7.0
- #1695 #1714: build(deps): Bump golang.org/x/oauth2 from 0.4.0 to 0.6.0
- #1701: build(deps): Bump github.com/sourcegraph/jsonrpc2 from 0.1.0 to 0.2.0
- #1702 #1712: build(deps): Bump github.com/spf13/afero from 1.9.3 to 1.9.5
- #1704 #1711: build(deps): Bump golang.org/x/crypto from 0.0.0-20220517005047-85d78b3ac167 to 0.7.0
- #1708: docs: revise plugin rate limiting guide (@bendrucker)
- #1710: build(deps): Bump sigstore/cosign-installer from 2.8.1 to 3.0.1
- #1715: build(deps): Bump github.com/hashicorp/go-plugin from 1.4.8 to 1.4.9
- #1717: build(deps): Bump github.com/fatih/color from 1.14.1 to 1.15.0
- #1723: build(deps): Bump actions/setup-go from 3 to 4
- #1724: build(deps): Bump github.com/zclconf/go-cty from 1.12.1 to 1.13.1
- #1736: Fix GoReleaser config for Cosign v2 (@wata727)
This package has no dependencies.
Ground Rules:
- This discussion is only about TFLint (Terraform linter) and the TFLint (Terraform linter) package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or TFLint (Terraform linter), or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.