Merge pull request #299 in OPAPM/coco_apm_terraform_onboarding from CD_ipa-speech to master

* commit 'fff24d09bc785b78f54feba6705c15e9c4fd71ab':
  "Migrating from Monaco to Terraform for management zone: CD_ipa-speech"
CD_TS-CMS
PATRYK GUDALEWICZ (ext.) 2023-03-01 19:37:04 +00:00
commit 854c98934a
1 changed files with 36 additions and 0 deletions

View File

@ -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"
}
}
}
}
}