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
commit
fcb2bbc656
|
|
@ -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