Skip to content

Merge pull request #18 from zerodha/imdsv2 #13

Merge pull request #18 from zerodha/imdsv2

Merge pull request #18 from zerodha/imdsv2 #13

Workflow file for this run

name: Generate Terraform Module Documentation
on:
push:
branches: ['main']
paths: ['**.tf']
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Render Terraform Nomad Clients Module Documentation
uses: terraform-docs/[email protected]
with:
working-dir: ./modules/nomad-clients
output-file: README.mkdn
output-method: inject
git-push: "true"
- name: Render Terraform Nomad Servers Module Documentation
uses: terraform-docs/[email protected]
with:
working-dir: ./modules/nomad-servers
output-file: README.mkdn
output-method: inject
git-push: "true"