"Migrating from Monaco to Terraform for management zone: CD_Mobile_2_Applications"
parent
5ad7b30cd3
commit
2cd7888fd3
|
|
@ -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