diff --git a/CN_PROD/PD_management_zone/PD_InfotainmentInteractivityServices.tf b/CN_PROD/PD_management_zone/PD_InfotainmentInteractivityServices.tf index 863b4e2..1f4eb28 100644 --- a/CN_PROD/PD_management_zone/PD_InfotainmentInteractivityServices.tf +++ b/CN_PROD/PD_management_zone/PD_InfotainmentInteractivityServices.tf @@ -1,5 +1,9 @@ resource "dynatrace_management_zone" "PD_InfotainmentInteractivityServices" { name = "PD_InfotainmentInteractivityServices" + entity_selector_based_rule { + enabled = true + selector = "type(HTTP_CHECK),entityName(\"InfotainmentInteractivityServices\")" + } entity_selector_based_rule { enabled = true selector = "type(Service),tag(\"compass-id:ambient-music\",\"compass-id:festive-mode\")"