mirror of
https://github.com/tofuutils/pre-commit-opentofu.git
synced 2025-10-15 17:38:54 +02:00
docs: Update terraform-docs link pointing to new organization (#130)
This commit is contained in:
parent
dafe42560a
commit
994653c507
2 changed files with 5 additions and 5 deletions
|
|
@ -127,8 +127,8 @@ terraform_docs_awk() {
|
|||
cat << "EOF" > "$output_file"
|
||||
# This script converts Terraform 0.12 variables/outputs to something suitable for `terraform-docs`
|
||||
# As of terraform-docs v0.6.0, HCL2 is not supported. This script is a *dirty hack* to get around it.
|
||||
# https://github.com/segmentio/terraform-docs/
|
||||
# https://github.com/segmentio/terraform-docs/issues/62
|
||||
# https://github.com/terraform-docs/terraform-docs/
|
||||
# https://github.com/terraform-docs/terraform-docs/issues/62
|
||||
# Script was originally found here: https://github.com/cloudposse/build-harness/blob/master/bin/terraform-docs.awk
|
||||
{
|
||||
if ( $0 ~ /\{/ ) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue