Skip to content

feat: added template file for iterating through #40

feat: added template file for iterating through

feat: added template file for iterating through #40

Workflow file for this run

on: push
jobs:
check-terraform:
name: Check Terraform Formatting
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: hashicorp/setup-terraform@v3
- name: Terraform fmt
id: fmt
run: terraform fmt -recursive -check