Merge pull request #116 in OPAPM/coco_apm_terraform_onboarding from CD_Mobile_2_Applications to master

* commit '2cd7888fd3aa0c17edfd551922b9d5f33a5a7358':
  "Migrating from Monaco to Terraform for management zone: CD_Mobile_2_Applications"
CD_TS-CMS
PATRYK GUDALEWICZ (ext.) 2023-03-01 19:45:50 +00:00
commit 6f6e66195c
1 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,20 @@
# DEFINE dynatrace_management_zone.CD_Mobile_2_Applications.id = 1587799820834511392
resource "dynatrace_management_zone" "CD_Mobile_2_Applications" {
name = "CD_Mobile_2_Applications"
rules {
type = "MOBILE_APPLICATION"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "MOBILE_APPLICATION_NAME"
}
string {
case_sensitive = true
# negate = false
operator = "CONTAINS"
value = "Mobile"
}
}
}
}