Skip to content

fix(tffmt): fix CI and run terraform fmt #2943

fix(tffmt): fix CI and run terraform fmt

fix(tffmt): fix CI and run terraform fmt #2943

Workflow file for this run

name: Terraform
on:
push:
pull_request:
jobs:
terraform-actions:
name: Workflow
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Terraform
uses: hashicorp/setup-terraform@v2
- name: Terraform fmt
run: |
terraform fmt -check -recursive .