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 ad64186 commit f5d3598Copy full SHA for f5d3598
.github/workflows/documentation.yaml
@@ -0,0 +1,17 @@
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@v3
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/[email protected]
15
16
+ git-push: "true"
17
+ git-commit-message: "docs: updated terraform docs"
0 commit comments