mirror of
https://github.com/tofuutils/pre-commit-opentofu.git
synced 2025-10-15 17:38:54 +02:00
feat: rename pre-commit-terraform to pre-commit-opentofu, pt VII
This commit is contained in:
parent
8c07b3a56d
commit
ad6e3254b7
4 changed files with 47 additions and 47 deletions
|
|
@ -1,4 +1,4 @@
|
|||
print(
|
||||
'`terraform_docs_replace` hook is DEPRECATED.'
|
||||
'For migration instructions see https://github.com/tofuutils/pre-commit-opentofu/issues/248#issuecomment-1290829226'
|
||||
'`tofu_docs_replace` hook is DEPRECATED.'
|
||||
'TODO: For migration instructions see https://github.com/tofuutils/pre-commit-opentofu/issues/248#issuecomment-1290829226'
|
||||
)
|
||||
|
|
|
|||
|
|
@ -312,7 +312,7 @@ function common::colorify {
|
|||
# Outputs:
|
||||
# If failed - print out tofu init output
|
||||
#######################################################################
|
||||
# TODO: v2.0: Move it inside terraform_validate.sh
|
||||
# TODO: v2.0: Move it inside tofu_validate.sh
|
||||
function common::tofu_init {
|
||||
local -r command_name=$1
|
||||
local -r dir_path=$2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue