We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb0f63e commit bf77b74Copy full SHA for bf77b74
hooks/terraform_providers_lock.sh
@@ -154,7 +154,8 @@ Check migration instructions at https://github.com/antonbabenko/pre-commit-terra
154
exit 0
155
fi
156
157
- common::colorify "yellow" "$dir_path/.terraform.lock.hcl missing some of required platforms (${platforms_names[*]})."
+ common::colorify "yellow" "\n$dir_path/.terraform.lock.hcl missing some of required platforms.
158
+ All required platforms: ${platforms_names[*]}."
159
160
161
#? Don't require `tf init` for providers, but required `tf init` for modules
0 commit comments