Skip to content

Add tags as a variable #10

Add tags as a variable

Add tags as a variable #10

Workflow file for this run

name: Generate Terraform documentation
on:
push:
paths:
- "**.tf"
jobs:
docs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
ref: main
- name: Render Terraform docs
uses: terraform-docs/gh-actions@v1.1.0
with:
working-dir: .
output-file: README.md
output-method: inject
git-push: "true"