Downloads:
45,413
Downloads of v 0.49.0:
2,010
Last Update:
13 Nov 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)
- 1
- 2
- 3
0.49.0 | Updated: 13 Nov 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:
45,413
Downloads of v 0.49.0:
2,010
Maintainer(s):
Software Author(s):
- Kazuma Watanabe
TFLint (Terraform linter) 0.49.0
- 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.49.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.49.0'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller tflint
{
Name = "tflint"
Version = "0.49.0"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'tflint':
ensure => '0.49.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 13 Nov 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.49.0.nupkg (26350183cefd) - ## / 62
- tflint_windows_amd64.zip (215b2f3658c1) - ## / 66
- tflint_windows_386.zip (cb64f78afca6) - ## / 64
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.49.0 | 2010 | Monday, November 13, 2023 | Approved | |
TFLint (Terraform linter) 0.48.0 | 4335 | Monday, September 4, 2023 | Approved | |
TFLint (Terraform linter) 0.47.0 | 4225 | Monday, June 19, 2023 | Approved | |
TFLint (Terraform linter) 0.46.1 | 2278 | Sunday, April 23, 2023 | Approved | |
TFLint (Terraform linter) 0.46.0.20230409 | 618 | Sunday, April 9, 2023 | Approved | |
TFLint (Terraform linter) 0.46.0 | 35 | Sunday, April 9, 2023 | Approved | |
TFLint (Terraform linter) 0.45.0 | 217 | Thursday, April 6, 2023 | Approved | |
TFLint (Terraform linter) 0.42.2 | 5456 | Thursday, October 27, 2022 | Approved | |
TFLint (Terraform linter) 0.42.1 | 160 | Wednesday, October 26, 2022 | Approved | |
TFLint (Terraform linter) 0.42.0 | 254 | Monday, October 24, 2022 | Approved | |
TFLint (Terraform linter) 0.41.0 | 587 | Wednesday, October 12, 2022 | Approved | |
TFLint (Terraform linter) 0.40.0 | 1728 | Thursday, September 15, 2022 | Approved | |
TFLint (Terraform linter) 0.35.0 | 4021 | Tuesday, April 5, 2022 | Approved | |
TFLint (Terraform linter) 0.34.1 | 2015 | Thursday, January 20, 2022 | Approved | |
TFLint (Terraform linter) 0.32.1 | 2913 | Saturday, September 25, 2021 | Approved | |
TFLint (Terraform linter) 0.31.0 | 533 | Tuesday, September 7, 2021 | Approved | |
TFLint (Terraform linter) 0.30.0 | 1265 | Tuesday, July 6, 2021 | Approved | |
TFLint (Terraform linter) 0.29.1 | 527 | Sunday, June 13, 2021 | Approved | |
TFLint (Terraform linter) 0.28.1 | 681 | Wednesday, May 12, 2021 | Approved | |
TFLint (Terraform linter) 0.27.0 | 585 | Monday, April 19, 2021 | Approved | |
TFLint (Terraform linter) 0.26.0 | 362 | Tuesday, April 6, 2021 | Approved | |
TFLint (Terraform linter) 0.25.0 | 557 | Saturday, March 13, 2021 | Approved | |
TFLint (Terraform linter) 0.24.1 | 481 | Thursday, February 4, 2021 | Approved | |
TFLint (Terraform linter) 0.24.0 | 93 | Thursday, February 4, 2021 | Approved | |
TFLint (Terraform linter) 0.23.1 | 84 | Thursday, February 4, 2021 | Approved | |
TFLint (Terraform linter) 0.23.0 | 150 | Monday, February 1, 2021 | Approved | |
TFLint (Terraform linter) 0.22.0 | 427 | Friday, December 25, 2020 | Approved | |
TFLint (Terraform linter) 0.21.0 | 131 | Tuesday, December 22, 2020 | Approved | |
TFLint (Terraform linter) 0.20.3 | 524 | Wednesday, November 4, 2020 | Approved | |
TFLint (Terraform linter) 0.20.2 | 374 | Tuesday, October 6, 2020 | Approved | |
TFLint (Terraform linter) 0.20.1 | 379 | Monday, September 14, 2020 | Approved | |
TFLint (Terraform linter) 0.19.1 | 286 | Tuesday, August 25, 2020 | Approved | |
TFLint (Terraform linter) 0.19.0 | 245 | Tuesday, August 18, 2020 | Approved | |
TFLint (Terraform linter) 0.18.0 | 332 | Wednesday, July 22, 2020 | Approved | |
TFLint (Terraform linter) 0.17.0 | 245 | Wednesday, July 8, 2020 | Approved | |
TFLint (Terraform linter) 0.16.2 | 348 | Tuesday, June 9, 2020 | Approved | |
TFLint (Terraform linter) 0.15.3 | 560 | Thursday, April 2, 2020 | Approved | |
TFLint (Terraform linter) 0.15.0 | 365 | Friday, February 28, 2020 | Approved | |
TFLint (Terraform linter) 0.14.0 | 301 | Monday, February 3, 2020 | Approved | |
TFLint (Terraform linter) 0.13.4 | 273 | Tuesday, December 31, 2019 | Approved | |
TFLint (Terraform linter) 0.13.3 | 210 | Friday, December 27, 2019 | Approved | |
TFLint (Terraform linter) 0.13.2 | 249 | Tuesday, December 10, 2019 | Approved | |
TFLint (Terraform linter) 0.13.1 | 252 | Monday, November 18, 2019 | Approved | |
TFLint (Terraform linter) 0.12.1 | 284 | Monday, October 14, 2019 | Approved | |
TFLint (Terraform linter) 0.12.0 | 207 | Monday, September 30, 2019 | Approved | |
TFLint (Terraform linter) 0.11.2 | 200 | Thursday, September 19, 2019 | Approved | |
TFLint (Terraform linter) 0.11.0 | 187 | Tuesday, September 10, 2019 | Approved | |
TFLint (Terraform linter) 0.10.3 | 236 | Wednesday, August 28, 2019 | Approved | |
TFLint (Terraform linter) 0.10.1 | 197 | Friday, August 23, 2019 | Approved | |
TFLint (Terraform linter) 0.10.0 | 152 | Friday, August 23, 2019 | Approved | |
TFLint (Terraform linter) 0.9.3 | 232 | Saturday, August 3, 2019 | Approved | |
TFLint (Terraform linter) 0.9.2 | 205 | Monday, July 29, 2019 | Approved | |
TFLint (Terraform linter) 0.9.1 | 201 | Wednesday, July 17, 2019 | Approved | |
TFLint (Terraform linter) 0.9.0 | 213 | Monday, July 8, 2019 | Approved | |
TFLint (Terraform linter) 0.8.3 | 170 | Monday, July 8, 2019 | Approved | |
TFLint (Terraform linter) 0.8.0 | 233 | Thursday, May 30, 2019 | Approved | |
TFLint (Terraform linter) 0.7.6 | 177 | Wednesday, May 29, 2019 | Approved | |
TFLint (Terraform linter) 0.7.5 | 268 | Sunday, April 7, 2019 | Approved | |
TFLint (Terraform linter) 0.7.3 | 286 | Tuesday, January 1, 2019 | Approved | |
TFLint (Terraform linter) 0.7.2 | 294 | Saturday, September 22, 2018 | Approved |
What's Changed
Enhancements
- build(deps): Bump github.com/terraform-linters/tflint-ruleset-terraform from 0.4.0 to 0.5.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/1883
- This change updates the bundled terraform plugin version
- feat(annotations): Allow a comment at the end of a tflint-ignore annotation by @papkos in https://github.com/terraform-linters/tflint/pull/1892
- tflint: Allow config file to be set via
TFLINT_CONFIG_FILE
by @wata727 in https://github.com/terraform-linters/tflint/pull/1903 - tflint: Add
tflint-ignore-file
annotation by @wata727 in https://github.com/terraform-linters/tflint/pull/1909
Chores
- Add formula-path to follow formula path changes by @wata727 in https://github.com/terraform-linters/tflint/pull/1835
- build(deps): Bump sigstore/cosign-installer from 3.1.1 to 3.1.2 by @dependabot in https://github.com/terraform-linters/tflint/pull/1839
- build(deps): Bump actions/checkout from 3 to 4 by @dependabot in https://github.com/terraform-linters/tflint/pull/1838
- Fix go directive to include patch version by @wata727 in https://github.com/terraform-linters/tflint/pull/1842
- Replace golang.org/x/exp/slices to slices package by @wata727 in https://github.com/terraform-linters/tflint/pull/1836
- build(deps): Bump github.com/hashicorp/go-plugin from 1.4.10 to 1.5.1 by @dependabot in https://github.com/terraform-linters/tflint/pull/1846
- build(deps): Bump golang.org/x/oauth2 from 0.11.0 to 0.12.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/1843
- build(deps): Bump github.com/zclconf/go-cty from 1.13.2 to 1.14.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/1845
- build(deps): Bump google.golang.org/grpc from 1.57.0 to 1.58.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/1848
- Deprecate tflint-bundle image by @wata727 in https://github.com/terraform-linters/tflint/pull/1837
- build(deps): Bump google.golang.org/grpc from 1.58.0 to 1.58.1 by @dependabot in https://github.com/terraform-linters/tflint/pull/1850
- build(deps): Bump docker/build-push-action from 4 to 5 by @dependabot in https://github.com/terraform-linters/tflint/pull/1851
- build(deps): Bump docker/login-action from 2 to 3 by @dependabot in https://github.com/terraform-linters/tflint/pull/1852
- build(deps): Bump docker/setup-buildx-action from 2 to 3 by @dependabot in https://github.com/terraform-linters/tflint/pull/1853
- build(deps): Bump docker/metadata-action from 4 to 5 by @dependabot in https://github.com/terraform-linters/tflint/pull/1854
- build(deps): Bump goreleaser/goreleaser-action from 4 to 5 by @dependabot in https://github.com/terraform-linters/tflint/pull/1855
- build(deps): Bump mislav/bump-homebrew-formula-action from 2 to 3 by @dependabot in https://github.com/terraform-linters/tflint/pull/1861
- build(deps): Bump google.golang.org/grpc from 1.58.1 to 1.58.2 by @dependabot in https://github.com/terraform-linters/tflint/pull/1862
- build(deps): Bump github.com/spf13/afero from 1.9.5 to 1.10.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/1863
- build(deps): Bump github.com/hashicorp/go-plugin from 1.5.1 to 1.5.2 by @dependabot in https://github.com/terraform-linters/tflint/pull/1864
- add test coverage for install script fail by @bendrucker in https://github.com/terraform-linters/tflint/pull/1868
- install: move
-e
out of shebang by @ddelange in https://github.com/terraform-linters/tflint/pull/1870 - build(deps): Bump golang.org/x/oauth2 from 0.12.0 to 0.13.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/1879
- build(deps): Bump github.com/zclconf/go-cty from 1.14.0 to 1.14.1 by @dependabot in https://github.com/terraform-linters/tflint/pull/1880
- build(deps): Bump github.com/hashicorp/hcl/v2 from 2.18.0 to 2.18.1 by @dependabot in https://github.com/terraform-linters/tflint/pull/1882
- build(deps): Bump golang.org/x/net from 0.16.0 to 0.17.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/1884
- build(deps): Bump github.com/hashicorp/hcl/v2 from 2.18.1 to 2.19.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/1885
- build(deps): Bump google.golang.org/grpc from 1.58.2 to 1.58.3 by @dependabot in https://github.com/terraform-linters/tflint/pull/1887
- build(deps): Bump github.com/google/go-cmp from 0.5.9 to 0.6.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/1886
- build(deps): Bump github.com/hashicorp/hcl/v2 from 2.19.0 to 2.19.1 by @dependabot in https://github.com/terraform-linters/tflint/pull/1890
- build(deps): Bump google.golang.org/grpc from 1.58.3 to 1.59.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/1891
- build(deps): Bump github.com/google/uuid from 1.3.1 to 1.4.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/1898
- build(deps): Bump github.com/fatih/color from 1.15.0 to 1.16.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/1905
- build(deps): Bump golang.org/x/text from 0.13.0 to 0.14.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/1906
New Contributors
- @ddelange made their first contribution in https://github.com/terraform-linters/tflint/pull/1870
- @papkos made their first contribution in https://github.com/terraform-linters/tflint/pull/1892
Full Changelog: https://github.com/terraform-linters/tflint/compare/v0.48.0...v0.49.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.