Skip to content

Update README.md

Update README.md #3

Workflow file for this run

# Copyright (c) NetApp, Inc.
# SPDX-License-Identifier: Apache-2.0
name: "Documentation: terraform-docs"
on:
pull_request:
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:
config-file: ".terraform-docs.yml"
output-file: "README.md"
output-method: inject
git-push: true