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
commit
6f6e66195c
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue