v1.34.0
github-actions
released this
04 Mar 23:25
·
4 commits
to refs/heads/master
since this release
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.