Skip to content

Terraform-Lint

Actions
Validates your terraform files are formatted correctly
2.0.1
Latest
Star (23)

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

Terraform-Lint 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

Validates your terraform files are formatted correctly
2.0.1
Latest

Terraform-Lint 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.