Skip to content

Modified README and format #15

Modified README and format

Modified README and format #15

Workflow file for this run

# Copyright (c) NetApp, Inc.
# SPDX-License-Identifier: Apache-2.0
name: "Documentation: terraform-docs"
on:
pull_request:
paths:
- "Terraform/**"
jobs:
docs:
runs-on: ubuntu-latest
steps:
- name: Checkout pull request
uses: actions/[email protected]
with:
ref: ${{ github.event.pull_request.head.ref }}
- name: Render documentation and push changes back to branch
uses: terraform-docs/[email protected]
with:
working-dir: Terraform/*
config-file: ".terraform-docs.yml"
output-file: "README.md"
output-method: replace
git-push: true