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:
Maksym Vlasov 2023-05-30 19:02:16 +03:00 committed by GitHub
commit 2426b527ae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 177 additions and 9 deletions

View file

@ -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