Skip to content

configure the region variable to be optional #98

configure the region variable to be optional

configure the region variable to be optional #98

Workflow file for this run

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