Skip to content

Merge branch 'test/funcionaltests' of https://github.com/v1v/apm-serv… #377

Merge branch 'test/funcionaltests' of https://github.com/v1v/apm-serv…

Merge branch 'test/funcionaltests' of https://github.com/v1v/apm-serv… #377

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@v4
- uses: hashicorp/setup-terraform@v3
- run: terraform fmt -recursive -check -diff