Skip to content

TFE version to >= 1.5.0 #174

TFE version to >= 1.5.0

TFE version to >= 1.5.0 #174

Workflow file for this run

name: Generate docs
on: [push, pull_request]
jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
ref: ${{ github.event.pull_request.head.ref }}
- name: Storage Account Module Docs
uses: terraform-docs/[email protected]
with:
working-dir: .
output-file: README.md
output-method: inject
git-push: "true"