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
- Host: GitHub
- URL: https://github.com/actionshub/terraform-lint
- Owner: actionshub
- License: apache-2.0
- Created: 2020-01-23T21:32:47.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T02:35:10.000Z (over 1 year ago)
- Last Synced: 2024-10-29T14:22:39.763Z (7 months ago)
- Topics: action, ci, github-action, terraform-lint, terraform-managed
- Language: Shell
- Homepage: https://github.com/marketplace/actions/terraform-lint
- Size: 16.6 KB
- Stars: 23
- Watchers: 3
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Terraform Lint
A Github Action to ensure your terraform files are formatted correctly
## Usage
```yaml
name: terraform-linton: [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
```