Merge pull request #360 in OPAPM/coco_apm_terraform_onboarding from CD_samrt-refulel to master
* commit 'fefd5c544f206d8a9dbe721edb8263be37a68872': "Migrating from Monaco to Terraform for management zone: CD_samrt-refulel"CD_TS-CMS
commit
240cfc1845
|
|
@ -0,0 +1,22 @@
|
|||
# DEFINE dynatrace_management_zone.CD_samrt-refulel.id = 7328754856024376423
|
||||
resource "dynatrace_management_zone" "CD_samrt-refulel" {
|
||||
name = "CD_samrt-refulel"
|
||||
description = "created by Michael"
|
||||
rules {
|
||||
type = "SERVICE"
|
||||
enabled = true
|
||||
propagation_types = [ "SERVICE_TO_HOST_LIKE", "SERVICE_TO_PROCESS_GROUP_LIKE" ]
|
||||
conditions {
|
||||
key {
|
||||
type = "STATIC"
|
||||
attribute = "SERVICE_WEB_SERVER_NAME"
|
||||
}
|
||||
string {
|
||||
case_sensitive = true
|
||||
# negate = false
|
||||
operator = "BEGINS_WITH"
|
||||
value = "omcsmtrflce20q3"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue