Skip to content

added cloudwatch module #355

added cloudwatch module

added cloudwatch module #355

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/gh-actions@v1.0.0
with:
working-dir: ./terraform
output-file: README.md
output-method: inject
recursive: true
git-push: true