chore: Add deprecation notice to terraform_docs_replace (#280)

This commit is contained in:
Maksym Vlasov 2021-11-08 22:28:02 +02:00 committed by GitHub
commit af10d4f082
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 25 additions and 17 deletions

View file

@ -0,0 +1,4 @@
print(
'`terraform_docs_replace` hook is DEPRECATED.'
'For details, see https://github.com/antonbabenko/pre-commit-terraform/issues/248'
)