OPMAAS-3675: added lowercase compass id

CD_ASBCSWLSEC2^2
Doris Ruppert (ext.) 2023-03-30 09:50:56 +00:00
parent 31a35cb19f
commit 02d1cf789b
1 changed files with 4 additions and 4 deletions

View File

@ -3,18 +3,18 @@ resource "dynatrace_management_zone" "CD_ASBCSWLSEC2" {
name = "CD_ASBCSWLSEC2" name = "CD_ASBCSWLSEC2"
entity_selector_based_rule { entity_selector_based_rule {
enabled = true enabled = true
selector = "type(Service),tag(\"compass-id:ASBCSWLSEC2\")" selector = "type(Service),tag(\"compass-id:ASBCSWLSEC2\",\"compass-id:asbcswlsec2\")"
} }
entity_selector_based_rule { entity_selector_based_rule {
enabled = true enabled = true
selector = "type(HOST),tag(\"compass-id:ASBCSWLSEC2\")" selector = "type(HOST),tag(\"compass-id:ASBCSWLSEC2\",\"compass-id:asbcswlsec2\")"
} }
entity_selector_based_rule { entity_selector_based_rule {
enabled = true enabled = true
selector = "type(PROCESS_GROUP_INSTANCE),tag(\"compass-id:ASBCSWLSEC2\")" selector = "type(PROCESS_GROUP_INSTANCE),tag(\"compass-id:ASBCSWLSEC2\",\"compass-id:asbcswlsec2\")"
} }
entity_selector_based_rule { entity_selector_based_rule {
enabled = true enabled = true
selector = "type(SERVICE),databaseName.exists(),toRelationship.calls(type(SERVICE),tag(\"compass-id:ASBCSWLSEC2\"))" selector = "type(SERVICE),databaseName.exists(),toRelationship.calls(type(SERVICE),tag(\"compass-id:ASBCSWLSEC2\",\"compass-id:asbcswlsec2\"))"
} }
} }