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 e38d0fd commit 8cd684fCopy full SHA for 8cd684f
hooks/terraform_providers_lock.sh
@@ -176,7 +176,8 @@ Check migration instructions at https://github.com/antonbabenko/pre-commit-terra
176
fi
177
178
common::colorify "red" "$dir_path/.terraform.lock.hcl missing some of required platforms.
179
- All required platforms: ${platforms_names[*]}"
+All required platforms: ${platforms_names[*]}
180
+"
181
182
exit 1
183
;;
@@ -186,7 +187,8 @@ Check migration instructions at https://github.com/antonbabenko/pre-commit-terra
186
187
188
189
common::colorify "yellow" "$dir_path/.terraform.lock.hcl missing some of required platforms.
- All required platforms: ${platforms_names[*]}\n"
190
191
192
193
194
esac
0 commit comments