/terraform-lint

Repository for the terraform-lint Github Action

Primary LanguageShellApache License 2.0Apache-2.0

Terraform Lint

A Github Action to ensure your terraform files are formatted correctly

Usage

name: terraform-lint

on: [push, pull_request]

jobs:
  delivery:

    runs-on: ubuntu-latest

    steps:
    - name: Check out code
      uses: actions/checkout@main
    - name: Lint Terraform
      uses: actionshub/terraform-lint@main