Add additional_configs options. (#69) #81
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Generate USAGE.md | |
on: | |
push: | |
paths: | |
- "**.tf" | |
- ".github/workflows/doc.yaml" | |
- "!examples/**" | |
jobs: | |
docs: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Render terraform docs inside the USAGE.md and push changes back to branch | |
uses: terraform-docs/gh-actions@v1 | |
with: | |
working-dir: . | |
output-file: USAGE.md | |
output-method: replace | |
git-push: 'true' |