Skip to content

Merge pull request #16 from zerodha/host_volumes #11

Merge pull request #16 from zerodha/host_volumes

Merge pull request #16 from zerodha/host_volumes #11

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/gh-actions@v1.0.0
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/gh-actions@v1.0.0
with:
working-dir: ./modules/nomad-servers
output-file: README.mkdn
output-method: inject
git-push: "true"