Skip to content

updated the boundary policy to include bedrock #20

updated the boundary policy to include bedrock

updated the boundary policy to include bedrock #20

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