Skip to content

build(deps): bump hashicorp/setup-terraform from 2.0.3 to 3.0.0 #8

build(deps): bump hashicorp/setup-terraform from 2.0.3 to 3.0.0

build(deps): bump hashicorp/setup-terraform from 2.0.3 to 3.0.0 #8

Workflow file for this run

name: check
on:
pull_request:
push:
branches:
- main
jobs:
terraform-fmt:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
- name: Setup Terraform
uses: hashicorp/setup-terraform@a1502cd9e758c50496cc9ac5308c4843bcd56d36 # v2
with:
terraform_version: latest
terraform_wrapper: false
- name: Check tf files
run: |
# run check formatting of files in tf-modules directory
make tf-fmt TF_ARGS="-check -diff"