"Migrating from Monaco to Terraform for management zone: CD_ICES_Login"
parent
c1f9b271ba
commit
597a28ab32
|
|
@ -0,0 +1,20 @@
|
||||||
|
# DEFINE dynatrace_management_zone.CD_ICES_Login.id = 6097600785712233245
|
||||||
|
resource "dynatrace_management_zone" "CD_ICES_Login" {
|
||||||
|
name = "CD_ICES_Login"
|
||||||
|
entity_selector_based_rule {
|
||||||
|
enabled = true
|
||||||
|
selector = "type(Service),tag(\"compass-id:ices-login\")"
|
||||||
|
}
|
||||||
|
entity_selector_based_rule {
|
||||||
|
enabled = true
|
||||||
|
selector = "type(PROCESS_GROUP_INSTANCE),tag(\"compass-id:ices-login\")"
|
||||||
|
}
|
||||||
|
entity_selector_based_rule {
|
||||||
|
enabled = true
|
||||||
|
selector = "type(HOST),tag(\"compass-id:ices-login\")"
|
||||||
|
}
|
||||||
|
entity_selector_based_rule {
|
||||||
|
enabled = true
|
||||||
|
selector = "type(SERVICE),databaseName.exists(),toRelationship.calls(type(SERVICE),tag(\"compass-id:ices-login\"))"
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue