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
PATRYK GUDALEWICZ (ext.) 2023-03-01 20:25:01 +00:00
commit 240cfc1845
1 changed files with 22 additions and 0 deletions

View File

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