Skip to content

ci: add terraform-docs workflow #1

ci: add terraform-docs workflow

ci: add terraform-docs workflow #1

Workflow file for this run

name: Generate terraform docs
on:
- pull_request
jobs:
generate-terraform-docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.ref }}
- uses: terraform-docs/gh-actions@main
with:
find-dir: "infra/terraform/modules"
git-push: true