adjusted PD_MyBMWMINIAppAsAProduct and PD_ConnectedUserProfileServices in EMEA_PROD

OPMAAS-3405
SLW\YELGIM 2023-02-14 12:11:44 +01:00
parent 914d91a983
commit e94bddd989
2 changed files with 8 additions and 0 deletions

View File

@ -12,6 +12,10 @@ resource "dynatrace_management_zone" "PD_ConnectedUserProfileServices" {
enabled = true
selector = "type(Service),tag(\"compass-id:dpm\",\"compass-id:DPP\")"
}
entity_selector_based_rule {
enabled = true
selector = "type(Service),tag(\"compass-id:agent-service\")"
}
rules {
type = "SERVICE"
# enabled = false

View File

@ -4,4 +4,8 @@ resource "dynatrace_management_zone" "PD_MyBMWMINIAppAsAProduct" {
enabled = true
selector = "type(Service),tag(\"compass-id:destination-composite-service\")"
}
entity_selector_based_rule {
enabled = true
selector = "type(Service),tag(\"compass-id:send-to-car-service\",\"compass-id:trip-service\")"
}
}