Skip to content

Cloudwatch event and sns modules #360

Cloudwatch event and sns modules

Cloudwatch event and sns modules #360

Workflow file for this run

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