From 277ea00ddbef98bda12455110ea99437eb013975 Mon Sep 17 00:00:00 2001 From: ermisw Date: Mon, 31 Jan 2022 15:34:46 +0100 Subject: [PATCH] Enabled all resources --- export.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/export.py b/export.py index ea07860..d998bb3 100644 --- a/export.py +++ b/export.py @@ -37,7 +37,7 @@ Resources = os.getenv("TERRAFORM_RESOURCES").split(",") if os.getenv("TERRAFORM_ "dynatrace_database_anomalies", "dynatrace_custom_anomalies", "dynatrace_disk_anomalies", - # "dynatrace_calculated_service_metric", #issue -> bug: windows specific due to path length limit + "dynatrace_calculated_service_metric", #issue -> bug: windows specific due to path length limit "dynatrace_service_naming", "dynatrace_host_naming", "dynatrace_processgroup_naming",