lablabs / terraform-aws-eks-external-dns

Apache License 2.0
33 stars 26 forks source link

`pre-commit-terraform` `terraform_docs` changes in v1.93+ #37

Open MaxymVlasov opened 3 months ago

MaxymVlasov commented 3 months ago

Summary

Just in case you plan to update to new versions of hook (1.93.0+)

You need to drop the template section to use the default one https://github.com/lablabs/terraform-aws-eks-external-dns/blob/c3381f9ce801c4663656cadf605adade954f7fa7/.terraform-docs.yml#L5-L8

Or run simple bash script from p.3 in https://github.com/antonbabenko/pre-commit-terraform?tab=readme-ov-file#terraform_docs (permalink) which will replace all comment occurrences

Issue Type

Feature Idea