terraform-linter

module
v0.1.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 24, 2025 License: Apache-2.0

README

Terraform Linter and GitHub Action

This repository contains the opinionated Terraform linter for abcxyz and the corresponding GitHub Action to run those linting checks.

Usage

name: 'terraform-lint'
on:
  push:
    branches:
      - 'main'
  pull_request:
    branches:
      - 'main'
  workflow_dispatch:

jobs:
  lint:
    uses: 'abcxyz/terraform-linter@main'
    with:
      paths: './terraform'

Directories

Path Synopsis
cmd
internal
cli
Package cli implements the commands for main entrypoint.
Package cli implements the commands for main entrypoint.
terraformlinter
Package terraformlinter contains a linter implementation that verifies terraform files against our internal style guide and reports on all violations.
Package terraformlinter contains a linter implementation that verifies terraform files against our internal style guide and reports on all violations.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL