[DLAB-1594]: enabled resource termination on failure
diff --git a/infrastructure-provisioning/src/general/scripts/gcp/edge_configure.py b/infrastructure-provisioning/src/general/scripts/gcp/edge_configure.py
index 4cd1efb..110efb9 100644
--- a/infrastructure-provisioning/src/general/scripts/gcp/edge_configure.py
+++ b/infrastructure-provisioning/src/general/scripts/gcp/edge_configure.py
@@ -263,7 +263,7 @@
             raise Exception
     except Exception as err:
         dlab.fab.append_result("Failed installing nginx reverse proxy. Excpeption: " + str(err))
-        #clear_resources()
+        clear_resources()
         sys.exit(1)
 
     try: