Skip to content

[1839] Disable public_network_access_enabled on postgres #418

[1839] Disable public_network_access_enabled on postgres

[1839] Disable public_network_access_enabled on postgres #418

Workflow file for this run

name: Lint
on: pull_request
jobs:
terraform-format:
name: Terraform Format
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: hashicorp/setup-terraform@v2
with:
terraform_version: "1.4.5"
- name: Check formatting
run: terraform fmt -recursive -check
terraform-docs:
name: Terraform Docs
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: terraform-docs/gh-actions@main
with:
find-dir: .
fail-on-diff: true
config-file: .terraform-docs.yaml
# these are set in the configuration file
output-method: ""
output-file: ""
output-format: ""
template: ""
yaml:
name: YAML
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Check formatting
uses: karancode/[email protected]