"Migrating from Monaco to Terraform for management zone: CD_ICES_Login"

CD_ICES_Login
Patryk Gudalewicz 2023-03-01 18:46:36 +01:00
parent 5ad7b30cd3
commit ce15e5bdcc
1 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,20 @@
# DEFINE dynatrace_management_zone.CD_ICES_Login.id = 4418080973642468413
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\"))"
}
}