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
# Get names of module providers in all terraform files
331
-
module_providers=$(echo "$all_tf_content"| hcledit block list | { grep provider.||true; })
331
+
module_providers=$(echo "$all_tf_content"| hcledit block list | { grep "^provider\."||true; })
332
332
333
333
if [[ $module_providers ]];then
334
334
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."
0 commit comments