"Migrating from Monaco to Terraform for management zone: CD_Mobile_2_Applications"

CD_Mobile_2_Applications
Patryk Gudalewicz 2023-03-01 19:12:26 +01:00
parent 5ad7b30cd3
commit 2cd7888fd3
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"
}
}
}
}