Compare commits

...

1 Commits

Author SHA1 Message Date
Patryk Gudalewicz b6ae53328f "Migrating from Monaco to Terraform for management zone: CD_Location_Services" 2023-03-01 18:46:46 +01:00
1 changed files with 20 additions and 0 deletions

View File

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