Skip to content

TFLint All-In-One

Actions
Scan Terraform Configuration Files
v1.0.1
Latest
Star (1)

tflint-all-in-one

Semantic Release

Run common TFLint commands in a single GitHub action

Usage

name: "Lint"

on:
  push:
    branches: ["main"]
  pull_request:
    branches: ["main"]

jobs:
  lint:
    name: Lint
    runs-on: ubuntu-latest    
    steps:
      - name: Checkout
        uses: actions/checkout@v4
      - name: Lint Terraform Code
        uses: "infinite-automations/[email protected]"
        with:
          directory: "./terraform"

Inputs

Input Name Description Required Default
version The version of TFLint to use false latest
directory The directory where the Terraform configuration files are located false .

TFLint All-In-One is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Scan Terraform Configuration Files
v1.0.1
Latest

TFLint All-In-One is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.