CD_vehicle-speech.tf edited online with Bitbucket

CD_touchpoint-vehicle-service
Zhibo Wang (ext.) 2023-07-14 07:21:19 +00:00
parent 426c7fa2f4
commit 1fa3ad6aaa
1 changed files with 5 additions and 5 deletions

View File

@ -2,22 +2,22 @@ resource "dynatrace_management_zone" "CD_vehicle-speech" {
name = "CD_vehicle-speech"
entity_selector_based_rule {
enabled = true
selector = "type(PROCESS_GROUP_INSTANCE),tag(\"compass-id:hvd-cn\"),tag(\"Environment:PROD\")"
selector = "type(PROCESS_GROUP_INSTANCE),tag(\"compass-id:hvd-cn\",\"compass-id:htts-cn\"),tag(\"Environment:PROD\")"
}
entity_selector_based_rule {
enabled = true
selector = "type(HOST),tag(\"compass-id:hvd-cn\"),tag(\"Environment:PROD\")"
selector = "type(HOST),tag(\"compass-id:hvd-cn\",\"compass-id:htts-cn\"),tag(\"Environment:PROD\")"
}
entity_selector_based_rule {
enabled = true
selector = "type(Service),tag(\"compass-id:hvd-cn\"),tag(\"Environment:PROD\")"
selector = "type(Service),tag(\"compass-id:hvd-cn\",\"compass-id:htts-cn\"),tag(\"Environment:PROD\")"
}
entity_selector_based_rule {
enabled = true
selector = "type(SERVICE),databaseName.exists(),toRelationship.calls(type(SERVICE),tag(\"compass-id:hvd-cn\"),tag(\"Environment:PROD\"))"
selector = "type(SERVICE),databaseName.exists(),toRelationship.calls(type(SERVICE),tag(\"compass-id:hvd-cn\",\"compass-id:htts-cn\"),tag(\"Environment:PROD\"))"
}
entity_selector_based_rule {
enabled = true
selector = "type(Container_GROUP_INSTANCE),tag(\"compass-id:hvd-cn\"),tag(\"Environment:PROD\")"
selector = "type(Container_GROUP_INSTANCE),tag(\"compass-id:hvd-cn\",\"compass-id:htts-cn\"),tag(\"Environment:PROD\")"
}
}