Skip to content

FEAT PINK-459: synced file(s) with VerticeOne/vertice-file-templates #1

FEAT PINK-459: synced file(s) with VerticeOne/vertice-file-templates

FEAT PINK-459: synced file(s) with VerticeOne/vertice-file-templates #1

Workflow file for this run

name: Generate terraform docs
on:
- pull_request
jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
ref: ${{ github.event.pull_request.head.ref }}
token: ${{ secrets.GH_TOKEN }}
- name: Render terraform docs inside the USAGE.md and push changes back to PR branch
uses: Dirrk/terraform-docs@v1.0.8
with:
tf_docs_working_dir: .
tf_docs_output_file: README.md
tf_docs_output_method: inject
tf_docs_git_push: true