Skip to content

Update the cloudguard readonly policy to the latest permissions #5

Update the cloudguard readonly policy to the latest permissions

Update the cloudguard readonly policy to the latest permissions #5

name: terraform validate
on:
- pull_request
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: hashicorp/setup-terraform@v2
- name: terraform init
run: terraform init -input=false -backend=false
working-directory: modules/dome9
- name: terraform validate
run: terraform validate
working-directory: modules/dome9