From 57d64727049f8d0434d93eced5340bf5fe722ab2 Mon Sep 17 00:00:00 2001 From: Doris Ruppert Date: Mon, 27 Mar 2023 17:43:54 +0200 Subject: [PATCH] OPMAAS-3527 removed compass-ids from wrong product structure in CN PreProd one more --- .../PD_InfotainmentInteractivityServices.tf | 8 -------- 1 file changed, 8 deletions(-) diff --git a/CN_PREPROD/PD_management_zone/PD_InfotainmentInteractivityServices.tf b/CN_PREPROD/PD_management_zone/PD_InfotainmentInteractivityServices.tf index e85579c..779eb4a 100644 --- a/CN_PREPROD/PD_management_zone/PD_InfotainmentInteractivityServices.tf +++ b/CN_PREPROD/PD_management_zone/PD_InfotainmentInteractivityServices.tf @@ -59,12 +59,4 @@ resource "dynatrace_management_zone" "PD_InfotainmentInteractivityServices" { selector = "type(Service),tag(\"compass-id:CDIP\")" } - // compass product: Infotainment & Interactivity Services China - // no sub product - // moved to new management zone PD_InfotainmentInteractivityServicesChina - entity_selector_based_rule { - enabled = true - selector = "type(Service),tag(\"compass-id:iisc-ds\",\"compass-id:iisc-ir\",\"compass-id:iisc-ls\",\"compass-id:iisc-rr\",\"compass-id:iisc-tmpp-au\",\"compass-id:iisc-tmpp-mf\",\"compass-id:iisc-tmpp-wp\",\"compass-id:tmpp-wechat-proxy\")" - } - }