Skip to content

An opinionated Terraform linter for the abcxyz style guide

License

Notifications You must be signed in to change notification settings

abcxyz/terraform-linter

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Terraform Linter and GitHub Action

This repository contains the opinionated Terraform linter for abcxyz and the corresponding GitHub Action to run those linting checks.

Usage

name: 'terraform-lint'
on:
  push:
    branches:
      - 'main'
  pull_request:
    branches:
      - 'main'
  workflow_dispatch:

jobs:
  lint:
    uses: 'abcxyz/terraform-linter@main'
    with:
      paths: './terraform'