Pull request #77: adjusted PD_MyBMWMINIAppAsAProduct and PD_ConnectedUserProfileServices in EMEA_PROD

Merge in OPAPM/coco_terraform_config from OPMAAS-3405 to master

* commit 'e94bddd989c24c4299be1eb704798b2c1ea96726':
  adjusted PD_MyBMWMINIAppAsAProduct and PD_ConnectedUserProfileServices in EMEA_PROD
renaming_fix
Murat Yelgin (ext.) 2023-02-14 11:13:20 +00:00 committed by Arnel Arnautovic (ext.)
commit c3baaf0822
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\")"
}
}