Skip to content
play

GitHub Action

Terraform-Lint

2.0.1 Latest version

Terraform-Lint

play

Terraform-Lint

Validates your terraform files are formatted correctly

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Terraform-Lint

uses: actionshub/terraform-lint@2.0.1

Learn more about this action in actionshub/terraform-lint

Choose a version

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