We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33aa618 commit 52cf4e5Copy full SHA for 52cf4e5
.github/workflows/documentation.yml
@@ -0,0 +1,19 @@
1
+name: Generate terraform docs
2
+on:
3
+ - pull_request
4
+
5
+jobs:
6
+ docs:
7
+ runs-on: ubuntu-latest
8
+ steps:
9
+ - uses: actions/checkout@v4
10
+ with:
11
+ ref: ${{ github.event.pull_request.head.ref }}
12
13
+ - name: Render terraform docs and push changes back to PR
14
+ uses: terraform-docs/gh-actions@main
15
16
+ working-dir: .
17
+ output-file: README.md
18
+ output-method: inject
19
+ git-push: "true"
0 commit comments