Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion modules/plain-repo/files/.terraform-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,12 @@ settings:
hide-empty: false
html: true
indent: 2
lockfile: true
# Take provider versions from required_providers, not from .terraform.lock.hcl.
# Module repos do not commit a lock file, so reading one means the README's
# Providers table records whatever versions a developer's last `terraform init`
# happened to resolve - meaningless to consumers, and it silently replaces the
# constraints the module actually declares.
lockfile: false
read-comments: true
required: true
sensitive: true
Expand Down
Loading