Skip to content

Bump hashicorp/setup-terraform from 2 to 3 #122

Bump hashicorp/setup-terraform from 2 to 3

Bump hashicorp/setup-terraform from 2 to 3 #122

Workflow file for this run

name: test
on:
push:
branches:
- main
pull_request:
jobs:
terraform:
name: fmt
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
- name: terraform
uses: hashicorp/setup-terraform@v3
with:
terraform_version: 1.2.5
- name: fmt
run: terraform fmt -check -diff -recursive