Skip to content

added eventbridge module #431

added eventbridge module

added eventbridge module #431

Workflow file for this run

name: Documentation
on:
- pull_request
jobs:
documentation:
name: 'Documentation'
runs-on: ubuntu-latest
steps:
- name: Clone Repository
id: checkout
uses: actions/checkout@master
with:
ref: ${{ github.event.pull_request.head.ref }}
- name: Terraform Documentation
uses: terraform-docs/[email protected]
with:
working-dir: ./terraform
output-file: README.md
output-method: inject
recursive: true
git-push: true