in Onboarding/AWS/Utils.py [0:0]
def format_successful_clusters(failed_clusters_map: Dict[str, List[str]], with_color: bool) -> List[str]:
success_message = add_color("Successfully granted MDC permission to the following clusters:", GREEN, with_color)
return [success_message] + format_region_cluster_map(failed_clusters_map, GREEN, with_color)