CD_vehicle-speech.tf edited online with Bitbucket
parent
426c7fa2f4
commit
1fa3ad6aaa
|
|
@ -2,22 +2,22 @@ resource "dynatrace_management_zone" "CD_vehicle-speech" {
|
||||||
name = "CD_vehicle-speech"
|
name = "CD_vehicle-speech"
|
||||||
entity_selector_based_rule {
|
entity_selector_based_rule {
|
||||||
enabled = true
|
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 {
|
entity_selector_based_rule {
|
||||||
enabled = true
|
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 {
|
entity_selector_based_rule {
|
||||||
enabled = true
|
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 {
|
entity_selector_based_rule {
|
||||||
enabled = true
|
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 {
|
entity_selector_based_rule {
|
||||||
enabled = true
|
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\")"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue