https://github.com/skyzyx/asdf-tflint
An asdf plugin for installing terraform-linters/tflint.
https://github.com/skyzyx/asdf-tflint
asdf asdf-plugin asdf-vm lint plugin terraform tflint
Last synced: 2 months ago
JSON representation
An asdf plugin for installing terraform-linters/tflint.
- Host: GitHub
- URL: https://github.com/skyzyx/asdf-tflint
- Owner: skyzyx
- License: apache-2.0
- Created: 2020-01-31T01:37:05.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-02-07T22:15:44.000Z (over 3 years ago)
- Last Synced: 2025-04-10T07:58:01.298Z (2 months ago)
- Topics: asdf, asdf-plugin, asdf-vm, lint, plugin, terraform, tflint
- Language: Shell
- Size: 13.7 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# asdf-tflint
[](https://travis-ci.org/skyzyx/asdf-tflint)
[`tflint`](https://github.com/terraform-linters/tflint) plugin for the [asdf](https://github.com/asdf-vm/asdf) version manager.
## Install
```bash
asdf plugin-add tflint https://github.com/skyzyx/asdf-tflint
```## Use
Check out the [asdf](https://github.com/asdf-vm/asdf) README for instructions on how to install and manage versions of software.
## Credit
Most of this code is from [looztra/asdf-hadolint](https://github.com/looztra/asdf-hadolint), used under the Apache 2.0 license.