Skip to content

Update database subnet conditional check #6

Update database subnet conditional check

Update database subnet conditional check #6

Workflow file for this run

name: Generate terraform docs
on:
push:
branches:
- main
jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
ref: main
- name: Render terraform docs and append to end of README.md
uses: terraform-docs/[email protected]
with:
working-dir: .
output-file: README.md
output-method: inject
git-push: "true"