An open API service indexing awesome lists of open source software.

https://github.com/actionshub/terraform-lint

Repository for the terraform-lint Github Action
https://github.com/actionshub/terraform-lint

action ci github-action terraform-lint terraform-managed

Last synced: 23 days ago
JSON representation

Repository for the terraform-lint Github Action

Awesome Lists containing this project

README

        

# Terraform Lint

A Github Action to ensure your terraform files are formatted correctly

## Usage

```yaml
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
```