Skip to content

Updating to meet current lambda config #31

Updating to meet current lambda config

Updating to meet current lambda config #31

Workflow file for this run

name: Docs
on:
- pull_request
jobs:
generate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
ref: ${{ github.event.pull_request.head.ref }}
- name: Generate TF Docs
uses: terraform-docs/[email protected]
with:
working-dir: .
output-file: README.md
output-method: replace
git-push: true