Skip to content

Update apm-data and apm-aggregation #15

Update apm-data and apm-aggregation

Update apm-data and apm-aggregation #15

Workflow file for this run

name: Terraform Format
on:
push:
paths:
- '**.tf'
pull_request:
paths:
- '**.tf'
jobs:
terraform-fmt:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: hashicorp/setup-terraform@v2
- run: terraform fmt -recursive -check -diff