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
common::colorify "yellow""Skipping ${full_module_dir} because it is a legacy module which contains its own local provider configurations and so calls to it may not use the for_each argument."
335
+
break
336
+
fi
337
+
332
338
# Looking for sensitive output
333
339
local wrapper_output_sensitive="# sensitive = false # No sensitive module output found"
334
340
formodule_outputin"${module_outputs[@]}";do
@@ -381,6 +387,9 @@ EOF
381
387
if [[ "$dry_run"=="false" ]];then
382
388
common::colorify "green""Saving files into \"${output_dir}\""
0 commit comments