Merge pull request #118 in OPAPM/coco_apm_terraform_onboarding from CD_Openshift to master

* commit 'a6092a219f74e39095a0623640a4ab0049272ec1':
  "Migrating from Monaco to Terraform for management zone: CD_Openshift"
CD_TS-CMS
PATRYK GUDALEWICZ (ext.) 2023-03-01 20:10:30 +00:00
commit 8aa76fe034
1 changed files with 23 additions and 0 deletions

View File

@ -0,0 +1,23 @@
# DEFINE dynatrace_management_zone.CD_Openshift.id = 5560806819234660207
resource "dynatrace_management_zone" "CD_Openshift" {
name = "CD_Openshift"
rules {
type = "HOST"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "HOST_TAGS"
}
tag {
# negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Platform"
value = "OpenShift"
}
}
}
}
}