Skip to content

chore(deps): update dependency @types/aws-lambda to v8.10.138 #325

chore(deps): update dependency @types/aws-lambda to v8.10.138

chore(deps): update dependency @types/aws-lambda to v8.10.138 #325

Workflow file for this run

name: Generate Terraform Modules Docs
on:
pull_request:
paths:
- "terraform-module/**"
jobs:
docs:
name: Generate and Commit Terraform Modules Docs
runs-on: ubuntu-22.04
permissions:
contents: write
steps:
- uses: actions/[email protected]
with:
ref: ${{ github.event.pull_request.head.ref }}
- name: Render terraform docs and commit back to the branch
uses: terraform-docs/[email protected]
with:
output-file: README.md
output-method: inject
git-push: true
working-dir: terraform-module
git-push-user-name: Friendly Bot
indention: 4
git-commit-message: "docs(terraform-module): Autogenerated documentation"