Skip to content

Bump hashicorp/aws (#2821) #7610

Bump hashicorp/aws (#2821)

Bump hashicorp/aws (#2821) #7610

name: Terraform - Validate
on:
workflow_dispatch:
push:
jobs:
validate:
runs-on: ubuntu-latest
steps:
- name: Install Terraform
uses: hashicorp/setup-terraform@v3.1.2
- name: Install TFLint
uses: terraform-linters/setup-tflint@v4.1.0
- name: Checkout Code
uses: actions/checkout@v4
with:
fetch-depth: 1
- name: Terraform Format
run: terraform fmt -check -diff -recursive
- name: Terraform Lint
run: |
tflint --version
tflint --init
tflint --config="$(pwd)/.tflint.hcl" --format=compact --recursive