Skip to content

Merge branch 'main' into dependabot/terraform/terraform/aws/accounts/… #7057

Merge branch 'main' into dependabot/terraform/terraform/aws/accounts/…

Merge branch 'main' into dependabot/terraform/terraform/aws/accounts/… #7057

name: Terraform - Validate
on:
workflow_dispatch:
push:
paths:
- terraform/**
- terraform-modules/**
jobs:
validate:
runs-on: ubuntu-latest
steps:
- name: Install Terraform
uses: hashicorp/setup-terraform@v3.1.1
- name: Checkout Code
uses: actions/checkout@v4
with:
fetch-depth: 1
- name: Terraform Format
run: terraform fmt -check -diff -recursive