diff --git a/NA_PROD/management_zone/cd_mobile_2_applications.tf b/NA_PROD/management_zone/cd_mobile_2_applications.tf new file mode 100644 index 00000000..0dac5894 --- /dev/null +++ b/NA_PROD/management_zone/cd_mobile_2_applications.tf @@ -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" + } + } + } +}