"Migrating from Monaco to Terraform for management zone: CD_Location_Services"
parent
5ad7b30cd3
commit
b6ae53328f
|
|
@ -0,0 +1,20 @@
|
|||
# DEFINE dynatrace_management_zone.CD_Location_Services.id = -3002864618557681398
|
||||
resource "dynatrace_management_zone" "CD_Location_Services" {
|
||||
name = "CD_Location_Services"
|
||||
rules {
|
||||
type = "SERVICE"
|
||||
enabled = true
|
||||
conditions {
|
||||
key {
|
||||
type = "STATIC"
|
||||
attribute = "SERVICE_AKKA_ACTOR_SYSTEM"
|
||||
}
|
||||
string {
|
||||
case_sensitive = true
|
||||
# negate = false
|
||||
operator = "BEGINS_WITH"
|
||||
value = "empty"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue