Skip to content

v1.34.0

Compare
Choose a tag to compare
@github-actions github-actions released this 04 Mar 23:25
· 4 commits to refs/heads/master since this release
4ce029d
Ignore lockfiles while building Terraform docs @Nuru (#383)

what

  • Ignore lockfiles while building Terraform docs

why

  • By default, terraform-docs takes into account any version pinning present in the automatically generated .terraform.lock.hcl. However, Cloud Posse modules do not use the lock files for version pinning, which means that different people can get different results when creating the documentation, which causes problems. By ignoring the lock files, we make the documentation easier to reproduce.