Skip to content

tflint

A Pluggable Terraform Linter

Package Information

  • Domain: github.com/terraform-linters/tflint
  • Name: tflint
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install tflint

Programs

This package provides the following executable programs:

  • tflint

Available Versions

Show all 21 versions
  • 0.59.1, 0.58.1, 0.58.0, 0.57.0, 0.56.0
  • 0.55.1, 0.55.0, 0.54.0, 0.53.0, 0.52.0
  • 0.51.2, 0.51.1, 0.51.0, 0.50.3, 0.50.2
  • 0.50.1, 0.50.0, 0.49.0, 0.48.0, 0.47.0
  • 0.46.1

Latest Version: 0.59.1

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) tflint -- $SHELL -i

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.tflint

console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)

This documentation was auto-generated from package data.

Released under the MIT License.