Skip to content

build: bump version to 8.11.3 (#12190) #53

build: bump version to 8.11.3 (#12190)

build: bump version to 8.11.3 (#12190) #53

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