Skip to content

Merge pull request #495 from fmasuhr/fmasuhr-patch-1 #937

Merge pull request #495 from fmasuhr/fmasuhr-patch-1

Merge pull request #495 from fmasuhr/fmasuhr-patch-1 #937

Workflow file for this run

name: Terraform
on: push
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: hashicorp/[email protected]
- uses: Homebrew/actions/setup-homebrew@master
- name: Install tflint
run: brew install tflint
- name: Run tflint
run: make tflint
- name: Run terraform validate
run: make validate
env:
AWS_REGION: us-east-1