Skip to content

Add dynamodb to perm boundary #12

Add dynamodb to perm boundary

Add dynamodb to perm boundary #12

Workflow file for this run

name: terraform format check
on:
- pull_request
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: hashicorp/setup-terraform@v2
- name: terraform fmt
run: terraform fmt -check -recursive -diff