actionshub / terraform-lint

Repository for the terraform-lint Github Action

Home Page:https://github.com/marketplace/actions/terraform-lint

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Repository for the terraform-lint Github Action

https://github.com/marketplace/actions/terraform-lint

License:Apache License 2.0


Languages

Language:Shell 62.9%Language:Dockerfile 37.1%