"Migrating from Monaco to Terraform for management zone: CD_SMS-Gateway"

CD_SMS-Gateway
Patryk Gudalewicz 2023-03-01 19:09:53 +01:00
parent 78fb260279
commit b0a9efb619
1 changed files with 20 additions and 0 deletions

View File

@ -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"
}
}
}
}