Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 10 days 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 (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-02-07T22:15:44.000Z (over 2 years ago)
- Last Synced: 2023-04-13T22:59:15.728Z (over 1 year ago)
- Topics: asdf, asdf-plugin, asdf-vm, lint, plugin, terraform, tflint
- Language: Shell
- Size: 13.7 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# asdf-tflint
[![Build Status](https://travis-ci.org/skyzyx/asdf-tflint.svg?branch=master)](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.