"Migrating from Monaco to Terraform for management zone: CD_ipa-speech"
parent
5ad7b30cd3
commit
fff24d09bc
|
|
@ -0,0 +1,36 @@
|
|||
# DEFINE dynatrace_management_zone.CD_ipa-speech.id = 1460509061257503151
|
||||
resource "dynatrace_management_zone" "CD_ipa-speech" {
|
||||
name = "CD_ipa-speech"
|
||||
description = "created by Michael"
|
||||
rules {
|
||||
type = "SERVICE"
|
||||
enabled = true
|
||||
conditions {
|
||||
key {
|
||||
type = "STATIC"
|
||||
attribute = "SERVICE_DETECTED_NAME"
|
||||
}
|
||||
string {
|
||||
# case_sensitive = false
|
||||
# negate = false
|
||||
operator = "EQUALS"
|
||||
value = "cn-ipa-composite-service"
|
||||
}
|
||||
}
|
||||
conditions {
|
||||
key {
|
||||
type = "STATIC"
|
||||
attribute = "SERVICE_TAGS"
|
||||
}
|
||||
tag {
|
||||
# negate = false
|
||||
operator = "EQUALS"
|
||||
value {
|
||||
context = "CONTEXTLESS"
|
||||
key = "Environment"
|
||||
value = "PROD"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue