OPMAAS-2907 moved sub-products to new management zone PD_eSIMandStaticVehicleDataService

OPMAAS-2907_Product_eSIMandStaticVehicleDataServices
Doris Ruppert 2022-11-24 11:13:58 +01:00
parent 338617a436
commit 80fc82aae0
1 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,11 @@
resource "dynatrace_management_zone" "PD_eSIMandStaticVehicleDataServices" {
name = "PD_eSIMandStaticVehicleDataServices"
entity_selector_based_rule {
enabled = true
selector = "type(Service),tag(\"compass-id:IDS Admin\",\"compass-id:IDS-SVDS\",\"compass-id:IDS-Sync\",\"compass-id:IDS-WS\")"
}
entity_selector_based_rule {
enabled = true
selector = "type(Service),tag(\"compass-id:MNO-Manager\",\"compass-id:MNOMGR-CU-Jasper\",\"compass-id:MNOMGR-CU-SHA\",\"compass-id:MNOMGR-GD\",\"compass-id:MNOMGR-TMSP\")"
}
}