Skip to content

Update README.md

Update README.md #72

Workflow file for this run

name: Generate terraform docs
permissions: read-all
on:
- pull_request
jobs:
docs:
permissions:
actions: write
contents: write
pull-requests: write
issues: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.ref }}
- name: Generates terraform docs and push changes back to PR
uses: terraform-docs/gh-actions@main
with:
working-dir: .
output-file: README.md
output-method: inject
git-push: "true"