From b85c7b351960597cab52971a21bae1e52af17834 Mon Sep 17 00:00:00 2001 From: Doris Ruppert Date: Mon, 24 Apr 2023 15:39:43 +0200 Subject: [PATCH] OPMAAS-3757 added trip-service to MZ --- EMEA_PROD/PD_management_zone/PD_MyBMWMINIAppAsAProduct.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EMEA_PROD/PD_management_zone/PD_MyBMWMINIAppAsAProduct.tf b/EMEA_PROD/PD_management_zone/PD_MyBMWMINIAppAsAProduct.tf index c54f84a..e546cfb 100644 --- a/EMEA_PROD/PD_management_zone/PD_MyBMWMINIAppAsAProduct.tf +++ b/EMEA_PROD/PD_management_zone/PD_MyBMWMINIAppAsAProduct.tf @@ -14,6 +14,6 @@ resource "dynatrace_management_zone" "PD_MyBMWMINIAppAsAProduct" { // compass system: App Frontend eMobility and MyJourney entity_selector_based_rule { enabled = true - selector = "type(Service),tag(\"compass-id:destination-composite-service\",\"compass-id:send-to-car-service\")" + selector = "type(Service),tag(\"compass-id:destination-composite-service\",\"compass-id:send-to-car-service\",\"compass-id:trip-service\")" } } \ No newline at end of file