Downloads:
80,144
Downloads of v 0.54.0:
1,135
Last Update:
10 Nov 2024
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)
- 1
- 2
- 3
0.54.0 | Updated: 10 Nov 2024
- 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,144
Downloads of v 0.54.0:
1,135
Maintainer(s):
Software Author(s):
- Kazuma Watanabe
TFLint (Terraform linter) 0.54.0
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 --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'" [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'"
$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.54.0'
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.54.0'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller tflint
{
Name = "tflint"
Version = "0.54.0"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'tflint':
ensure => '0.54.0',
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 10 Nov 2024.
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.54.0.nupkg (a30f1ba122dc) - ## / 66
- tflint_windows_amd64.zip (e11133209b03) - ## / 69
- tflint_windows_386.zip (7047f215da37) - ## / 69
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 | 1135 | 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 | 7761 | 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 |
What's Changed
Breaking Changes
- Remove deprecated --module/--no-module and
module
attribute by @wata727 in https://github.com/terraform-linters/tflint/pull/2036
Enhancements
- Update to owenrumney/go-sarif/v2 by @oWretch in https://github.com/terraform-linters/tflint/pull/2111
- build(deps): Bump github.com/terraform-linters/tflint-ruleset-terraform from 0.9.1 to 0.10.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/2152
Bug Fixes
- Override exactly according to the Terraform spec by @wata727 in https://github.com/terraform-linters/tflint/pull/2124
Chores
- build(deps): Bump google.golang.org/grpc from 1.65.0 to 1.66.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/2112
- build(deps): Bump github.com/hashicorp/hcl/v2 from 2.21.0 to 2.22.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/2109
- build(deps): Bump actions/attest-build-provenance from d6e56129ac57db21eabf33778e4aa20e800eb5cb to 310b0a4a3b0b78ef57ecda988ee04b132db73ef8 by @dependabot in https://github.com/terraform-linters/tflint/pull/2103
- plugin: Introduce explicit locking on the root runner operations by @wata727 in https://github.com/terraform-linters/tflint/pull/2115
- build(deps): Bump google.golang.org/grpc from 1.66.0 to 1.66.2 by @dependabot in https://github.com/terraform-linters/tflint/pull/2125
- build(deps): Bump google.golang.org/grpc from 1.66.2 to 1.67.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/2129
- build(deps): Bump golang.org/x/oauth2 from 0.22.0 to 0.23.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/2117
- build(deps): Bump golang.org/x/text from 0.17.0 to 0.18.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/2120
- build(deps): Bump golang.org/x/net from 0.28.0 to 0.29.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/2119
- build(deps): Bump docker/build-push-action from 6.7.0 to 6.9.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/2131
- Update config.md by @rquadling in https://github.com/terraform-linters/tflint/pull/2130
- build(deps): Bump actions/attest-build-provenance from 1.4.1 to 1.4.3 by @dependabot in https://github.com/terraform-linters/tflint/pull/2121
- build(deps): Bump docker/setup-buildx-action from 3.6.1 to 3.7.1 by @dependabot in https://github.com/terraform-linters/tflint/pull/2134
- build(deps): Bump sigstore/cosign-installer from 3.6.0 to 3.7.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/2136
- build(deps): Bump golang.org/x/text from 0.18.0 to 0.19.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/2137
- build(deps): Bump github.com/zclconf/go-cty-yaml from 1.0.3 to 1.1.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/2138
- build(deps): Bump golang.org/x/crypto from 0.27.0 to 0.28.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/2139
- build(deps): Bump google.golang.org/grpc from 1.67.0 to 1.67.1 by @dependabot in https://github.com/terraform-linters/tflint/pull/2140
- build(deps): Bump golang.org/x/net from 0.29.0 to 0.30.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/2141
- build(deps): Bump golangci/golangci-lint-action from 6.1.0 to 6.1.1 by @dependabot in https://github.com/terraform-linters/tflint/pull/2135
- build(deps): Bump github.com/hashicorp/go-plugin from 1.6.1 to 1.6.2 by @dependabot in https://github.com/terraform-linters/tflint/pull/2147
- build(deps): Bump github.com/fatih/color from 1.17.0 to 1.18.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/2148
- go: Remove patch version from go.mod by @wata727 in https://github.com/terraform-linters/tflint/pull/2156
- Bump GoReleaser to v2 by @wata727 in https://github.com/terraform-linters/tflint/pull/2157
- Fix FromAsCasting build check failure by @wata727 in https://github.com/terraform-linters/tflint/pull/2158
New Contributors
- @oWretch made their first contribution in https://github.com/terraform-linters/tflint/pull/2111
- @rquadling made their first contribution in https://github.com/terraform-linters/tflint/pull/2130
Full Changelog: https://github.com/terraform-linters/tflint/compare/v0.53.0...v0.54.0
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.