[DLAB-1987]: tmp disabled dataproc clusters termination
diff --git a/infrastructure-provisioning/src/general/scripts/gcp/ssn_terminate_gcp_resources.py b/infrastructure-provisioning/src/general/scripts/gcp/ssn_terminate_gcp_resources.py
index 818260e..daa1af9 100644
--- a/infrastructure-provisioning/src/general/scripts/gcp/ssn_terminate_gcp_resources.py
+++ b/infrastructure-provisioning/src/general/scripts/gcp/ssn_terminate_gcp_resources.py
@@ -47,7 +47,7 @@
         labels = [
             {'sbn': args.service_base_name}
         ]
-        #clusters_list = meta_lib.GCPMeta().get_dataproc_list(labels)
+        clusters_list = '' #meta_lib.GCPMeta().get_dataproc_list(labels)
         if clusters_list:
             for cluster_name in clusters_list:
                 actions_lib.GCPActions().delete_dataproc_cluster(cluster_name, args.region)