Skip to content

Allow Access Policy name to be speficied explicitely AB#21752 #627

Allow Access Policy name to be speficied explicitely AB#21752

Allow Access Policy name to be speficied explicitely AB#21752 #627

Workflow file for this run

name: Lint
on:
push:
branches:
- '**'
jobs:
lint-terraform:
runs-on: ubuntu-latest
name: Lint Terraform
steps:
- uses: actions/checkout@v4
- uses: hashicorp/setup-terraform@v3
with:
terraform_wrapper: false
- run: terraform fmt -check -diff -recursive