From 338617a436bf52c83b09430c3c729a72fb0e2d8a Mon Sep 17 00:00:00 2001 From: Doris Ruppert Date: Wed, 23 Nov 2022 15:53:49 +0100 Subject: [PATCH] OPMAAS-2907 moved sub-products to new management zone PD_eSIMandStaticVehicleDataService --- .../PD_management_zone/PD_AccountManagementConnectedCar.tf | 2 +- EMEA_PREPROD/PD_management_zone/PD_VehicleDataCollection.tf | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/EMEA_PREPROD/PD_management_zone/PD_AccountManagementConnectedCar.tf b/EMEA_PREPROD/PD_management_zone/PD_AccountManagementConnectedCar.tf index 870c22e..48a9393 100644 --- a/EMEA_PREPROD/PD_management_zone/PD_AccountManagementConnectedCar.tf +++ b/EMEA_PREPROD/PD_management_zone/PD_AccountManagementConnectedCar.tf @@ -6,6 +6,6 @@ resource "dynatrace_management_zone" "PD_AccountManagementConnectedCar" { } entity_selector_based_rule { enabled = true - selector = "type(Service),tag(\"compass-id:AM-CESIM\",\"compass-id:AM-Device\",\"compass-id:AM-EGIM\",\"compass-id:AM-MNO-Manager\",\"compass-id:CESIM Proxy\",\"compass-id:MNOMGR-CU-Jasper\",\"compass-id:MNOMGR-CU-SHA\",\"compass-id:MNOMGR-GD\",\"compass-id:MNOMGR-TMSP\",\"compass-id:AM-LPS\", \"compass-id:AM-TACS\", \"compass-id:AM-UI\", \"compass-id:rsu-adapter\")" + selector = "type(Service),tag(\"compass-id:AM-CESIM\",\"compass-id:AM-Device\",\"compass-id:AM-EGIM\",\"compass-id:CESIM Proxy\",\"compass-id:AM-LPS\", \"compass-id:AM-TACS\", \"compass-id:AM-UI\", \"compass-id:rsu-adapter\")" } } diff --git a/EMEA_PREPROD/PD_management_zone/PD_VehicleDataCollection.tf b/EMEA_PREPROD/PD_management_zone/PD_VehicleDataCollection.tf index fbf9304..126c3e4 100644 --- a/EMEA_PREPROD/PD_management_zone/PD_VehicleDataCollection.tf +++ b/EMEA_PREPROD/PD_management_zone/PD_VehicleDataCollection.tf @@ -12,10 +12,6 @@ resource "dynatrace_management_zone" "PD_VehicleDataCollection" { enabled = true selector = "type(Service),tag(\"compass-id:CMCS\",\"compass-id:ERDCDC2FCD\",\"compass-id:ERDDISP\",\"compass-id:ERDFCDUDS\",\"compass-id:ERDMGR\",\"compass-id:ERDPROC\",\"compass-id:ERDXFCDFCD\",\"compass-id:XFCD Cockpit\",\"compass-id:XFCD Configuration\",\"compass-id:XFCDAnonymizer\")" } - entity_selector_based_rule { - enabled = true - selector = "type(Service),tag(\"compass-id:IDS-SVDS\",\"compass-id:IDS-Sync\",\"compass-id:IDS-WS\")" - } entity_selector_based_rule { enabled = true selector = "type(Service),tag(\"compass-id:CCG\",\"compass-id:CSI\",\"compass-id:CSU\",\"compass-id:LSCFSU\",\"compass-id:LSCHR\",\"compass-id:LSCJHWO\",\"compass-id:LSCJR\",\"compass-id:LSCKC\",\"compass-id:LSCMM\",\"compass-id:LSCOC\",\"compass-id:LSCOG\",\"compass-id:LSCWO\",\"compass-id:tripCollection\",\"compass-id:vdc-vcs\",\"compass-id:VHCJR\",\"compass-id:VHS\",\"compass-id:VJDS\",\"compass-id:VNS\",\"compass-id:VS-API\",\"compass-id:VSFO\",\"compass-id:VSST\")"