"Migrating from Monaco to Terraform for management zone: CD_SMS-Gateway"
parent
78fb260279
commit
b0a9efb619
|
|
@ -0,0 +1,20 @@
|
|||
# DEFINE dynatrace_management_zone.CD_SMS-Gateway.id = -684876440934732772
|
||||
resource "dynatrace_management_zone" "CD_SMS-Gateway" {
|
||||
name = "CD_SMS-Gateway"
|
||||
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