"Migrating from Monaco to Terraform for management zone: CD_Openshift"
parent
5ad7b30cd3
commit
a6092a219f
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue