Merge pull request #107 in OPAPM/coco_apm_terraform_onboarding from CD_Location_Services to master

* commit 'b6ae53328f3df4f308191cf9fbe802377bef8bea':
  "Migrating from Monaco to Terraform for management zone: CD_Location_Services"
CD_TS-CMS
PATRYK GUDALEWICZ (ext.) 2023-03-01 19:26:50 +00:00
commit fcb2bbc656
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"
}
}
}
}