Skip to content

refactor instance profile into a configurable variable #88

refactor instance profile into a configurable variable

refactor instance profile into a configurable variable #88

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@v3
- name: Terraform fmt
id: fmt
run: terraform fmt -recursive -check