Skip to content

Commit

Permalink
add license and gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
DFurt committed Oct 25, 2024
1 parent 0591f4a commit 1659b08
Show file tree
Hide file tree
Showing 2 changed files with 693 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/tfdocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Generate Tfdocs
on:
- pull_request

jobs:
generate-tfdocs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.ref }}

- name: Render terraform docs inside the README.md and push changes back to PR branch
uses: terraform-docs/[email protected]
with:
working-dir: .
output-file: README.md
output-method: inject
git-push: "true"
Loading

0 comments on commit 1659b08

Please sign in to comment.