Skip to content

Merge pull request #34 from opszero/revert-33-abhiyerra-patch-1 #227

Merge pull request #34 from opszero/revert-33-abhiyerra-patch-1

Merge pull request #34 from opszero/revert-33-abhiyerra-patch-1 #227

Workflow file for this run

name: Generate terraform docs
on: [push]
jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: main
- name: Render terraform docs inside the README.md and push changes back to PR branch
uses: terraform-docs/gh-actions@v1.1.0
with:
working-dir: .
config-file: .terraform-docs.yml
output-file: README.md
output-method: inject
indention: 3
git-push: true
git-commit-message: "terraform-docs: automated action"