Skip to content

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'

About

An opinionated Terraform linter for the abcxyz style guide

Topics

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Packages

 
 
 

Contributors