Skip to content

Adding SSH support (#25) #24

Adding SSH support (#25)

Adding SSH support (#25) #24

Workflow file for this run

name: Generate Documentation
on:
push:
branches:
- main
permissions:
contents: write
jobs:
doc:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Render terraform docs and push changes
uses: terraform-docs/gh-actions@main
with:
working-dir: .
config-file: ".terraform-docs.yml"
output-method: "replace"
git-push: "true"
template: "{{ .Content }}"