You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
flock --exclusive 0#! NOT EXIST IN MAC - https://stackoverflow.com/questions/10526651/mac-os-x-equivalent-of-linux-flock1-command
351
+
flock --exclusive "$TF_PLUGIN_CACHE_DIR" terraform init#! NOT EXIST IN MAC - https://stackoverflow.com/questions/10526651/mac-os-x-equivalent-of-linux-flock1-command
352
352
fi
353
353
354
354
echo"$(date "+%s %N") DBG $dir_path: 2. before tf init"
@@ -366,7 +366,7 @@ function common::terraform_init {
366
366
fi
367
367
368
368
if [ -n"$TF_PLUGIN_CACHE_DIR" ];then
369
-
flock --unlock 0#! NOT EXIST IN MAC - https://stackoverflow.com/questions/10526651/mac-os-x-equivalent-of-linux-flock1-command
369
+
flock --unlock "$TF_PLUGIN_CACHE_DIR" terraform init#! NOT EXIST IN MAC - https://stackoverflow.com/questions/10526651/mac-os-x-equivalent-of-linux-flock1-command
0 commit comments