Skip to content

adding 22.04 removing stale oses #29

adding 22.04 removing stale oses

adding 22.04 removing stale oses #29

Workflow file for this run

name: Generate terraform docs
on:
push:
branches:
- "main"
jobs:
build:
name: Documenation
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
ref: main
- name: Render terraform docs and push changes back to PR
uses: terraform-docs/[email protected]
with:
working-dir: .
output-file: README.md
config-file: .terraform-docs.yml
output-method: inject
git-push: "true"