mirror of
https://github.com/tofuutils/pre-commit-opentofu.git
synced 2025-10-15 17:38:54 +02:00
feat(terraform_providers_lock): Add --mode option and deprecate previous workflow (#528)
Co-authored-by: George L. Yermulnik <yz@yz.kiev.ua>
This commit is contained in:
parent
37202d0d4c
commit
2426b527ae
3 changed files with 177 additions and 9 deletions
|
|
@ -312,6 +312,7 @@ function common::colorify {
|
|||
# Outputs:
|
||||
# If failed - print out terraform init output
|
||||
#######################################################################
|
||||
# TODO: v2.0: Move it inside terraform_validate.sh
|
||||
function common::terraform_init {
|
||||
local -r command_name=$1
|
||||
local -r dir_path=$2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue