Skip to content

refactor: update lambda download to use terraform providers instead o… #39

refactor: update lambda download to use terraform providers instead o…

refactor: update lambda download to use terraform providers instead o… #39

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