Skip to content

Merge remote-tracking branch 'origin/8.19' into update-8.19.18 #1926

Merge remote-tracking branch 'origin/8.19' into update-8.19.18

Merge remote-tracking branch 'origin/8.19' into update-8.19.18 #1926

Workflow file for this run

name: Terraform Format
on:
push:
paths:
- '**.tf'
pull_request:
paths:
- '**.tf'
merge_group:
permissions:
contents: read
jobs:
terraform-fmt:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: hashicorp/setup-terraform@5e8dbf3c6d9deaf4193ca7a8fb23f2ac83bb6c85 # v4.0.0
- run: terraform fmt -recursive -check -diff