Multiple issues need to be fixed.

master
SLW\ARNAUA 2021-12-13 08:26:03 +01:00
parent cdf3f03a40
commit 47114da322
3766 changed files with 175879 additions and 280327 deletions

22
.terraform.lock.hcl Normal file
View File

@ -0,0 +1,22 @@
# This file is maintained automatically by "terraform init".
# Manual edits may be lost in future updates.
provider "registry.terraform.io/dynatrace-oss/dynatrace" {
version = "1.8.4"
constraints = "1.8.4"
hashes = [
"h1:EtYuB9EXcaUpjCncDAyPZHNWiExbiQSHfDSOQZlQZSY=",
"zh:0db480e9ad4dfd17f32cfe96b21391bfc3b5974de3b26e842e1ed8fa2f2115bd",
"zh:2751516b60a6138eb5d44ec847fe59c541bb5f77fed4e981006b6885e98e9a59",
"zh:3b74cae45e4a8dd8556a3df91dba4f09c2f68fab40f6406946af6731be296011",
"zh:4835d0e10afd99797de8c5bbcb4ab9b6b6f0a78c40e6e7dbf1f09581407f9853",
"zh:4c2969dd10beed0b4058eb5d3acc75b1a273b02021933a23f2bd6feb683e0a23",
"zh:976685189cab6920cb41ad11dfaa27b0d5fd16c9521607c2cd797298953258eb",
"zh:b8d33cfdf61f0099981b73b1ce57841b623c6e05d4fd9af811d283b421f00e98",
"zh:bac7026ccd260402cb49f5ba41c4ea994943a6b1e508c343455a097e8411caf6",
"zh:c9b5e7c97e10649aa5a339156cd77c5050f8acb9f02e07ac58e93f002ed8034e",
"zh:e7edd1a280965bff4e88aea2b0d8d8ba83bee87db8506344b99cd983c9d205bc",
"zh:f44622c541fa6e35af868e6572c5bc58086eca71eed6b0c333ed156a17941111",
"zh:f9db1dd5ee33715383812183dffce764a14a714eb8bbeff4c4163b6bef07a626",
]
}

View File

@ -1 +1 @@
{"Modules":[{"Key":"","Source":"","Dir":"."},{"Key":"configDir","Source":"./configuration/20211130-184103_EUPROD_CONFIGURATION","Dir":"configuration/20211130-184103_EUPROD_CONFIGURATION"},{"Key":"configDir.management_zones","Source":"./management_zones","Dir":"configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones"}]}
{"Modules":[{"Key":"","Source":"","Dir":"."},{"Key":"configDir","Source":"./configuration/20211201-113122_EUPROD_CONFIGURATION","Dir":"configuration/20211201-113122_EUPROD_CONFIGURATION"},{"Key":"configDir.management_zones","Source":"./management_zones","Dir":"configuration/20211201-113122_EUPROD_CONFIGURATION/management_zones"},{"Key":"dynatrace_management_zone","Source":"./configuration/20211201-113122_EUPROD_CONFIGURATION/management_zones","Dir":"configuration/20211201-113122_EUPROD_CONFIGURATION/management_zones"},{"Key":"dynatrace_k8s_credentials","Source":"./configuration/20211201-153908_EUPROD_CONFIGURATION/credentials","Dir":"configuration/20211201-153908_EUPROD_CONFIGURATION/credentials"},{"Key":"dynatrace_aws_credentials","Source":"./configuration/20211201-153908_EUPROD_CONFIGURATION/credentials","Dir":"configuration/20211201-153908_EUPROD_CONFIGURATION/credentials"},{"Key":"dynatrace_credentials","Source":"./configuration/20211201-153908_EUPROD_CONFIGURATION/credentials","Dir":"configuration/20211201-153908_EUPROD_CONFIGURATION/credentials"},{"Key":"dynatrace_management_zones","Source":"./configuration/20211201-171954_EUPREPROD_CONFIGURATION/management_zones","Dir":"configuration/20211201-171954_EUPREPROD_CONFIGURATION/management_zones"}]}

View File

@ -0,0 +1,23 @@
resource "dynatrace_management_zone" "WK_RSU" {
name = "WK_RSU"
rules {
type = "PROCESS_GROUP"
enabled = true
propagation_types = ["PROCESS_GROUP_TO_SERVICE"]
conditions {
key {
type = "STATIC"
attribute = "PROCESS_GROUP_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Wirkkette"
value = "Remote Software Upgrade (RSU)"
}
}
}
}
}

View File

@ -102,7 +102,7 @@ resource "dynatrace_management_zone" "WK_SMACC" {
value {
context = "CONTEXTLESS"
key = "Environment"
value = "PROD"
value = "prod"
}
}
}
@ -197,7 +197,7 @@ resource "dynatrace_management_zone" "WK_SMACC" {
value {
context = "CONTEXTLESS"
key = "Environment"
value = "PROD"
value = "prod"
}
}
}

View File

@ -1,5 +1,5 @@
resource "dynatrace_management_zone" "CD_APIM" {
name = "CD_APIM"
resource "dynatrace_management_zone" "WK_SendDestinationtoVehicle" {
name = "WK_SendDestinationtoVehicle"
rules {
type = "SERVICE"
enabled = true
@ -12,7 +12,7 @@ resource "dynatrace_management_zone" "CD_APIM" {
case_sensitive = true
negate = false
operator = "BEGINS_WITH"
value = "Empty"
value = "empty"
}
}
}

View File

@ -1,10 +0,0 @@
terraform {
required_providers {
dynatrace = {
version = "1.8.4"
source = "dynatrace-oss/dynatrace"
}
}
}
module "management_zones" { source = "./management_zones" }

View File

@ -1,11 +0,0 @@
resource "dynatrace_management_zone" "CD_ABC" {
name = "CD_ABC"
entity_selector_based_rule {
enabled = true
selector = "type(Service),tag(\"compass-id:am-cns\",\"compass-id:am-proxy\")"
}
entity_selector_based_rule {
enabled = true
selector = "type(SERVICE),databaseName.exists(),toRelationship.calls(type(SERVICE),tag(\"compass-id:am-cns\"))"
}
}

View File

@ -1,94 +0,0 @@
resource "dynatrace_management_zone" "CD_ASBC-MFSCS" {
name = "CD_ASBC-MFSCS"
rules {
type = "SERVICE"
enabled = true
propagation_types = ["SERVICE_TO_HOST_LIKE","SERVICE_TO_PROCESS_GROUP_LIKE"]
conditions {
key {
type = "STATIC"
attribute = "SERVICE_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "ASBC-MFSCS"
}
}
}
}
rules {
type = "PROCESS_GROUP"
enabled = true
propagation_types = ["PROCESS_GROUP_TO_HOST"]
conditions {
key {
type = "STATIC"
attribute = "PROCESS_GROUP_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "ASBC-MFSCS"
}
}
}
}
rules {
type = "HOST"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "HOST_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "ASBC-MFSCS"
}
}
}
}
rules {
type = "CLOUD_APPLICATION_NAMESPACE"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAMESPACE_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "ASBC-MFSCS"
}
}
}
rules {
type = "CLOUD_APPLICATION"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "ASBC-MFSCS"
}
}
}
}

View File

@ -1,94 +0,0 @@
resource "dynatrace_management_zone" "CD_ASBC-NGTP" {
name = "CD_ASBC-NGTP"
rules {
type = "SERVICE"
enabled = true
propagation_types = ["SERVICE_TO_HOST_LIKE","SERVICE_TO_PROCESS_GROUP_LIKE"]
conditions {
key {
type = "STATIC"
attribute = "SERVICE_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "ASBC-NGTP"
}
}
}
}
rules {
type = "PROCESS_GROUP"
enabled = true
propagation_types = ["PROCESS_GROUP_TO_HOST"]
conditions {
key {
type = "STATIC"
attribute = "PROCESS_GROUP_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "ASBC-NGTP"
}
}
}
}
rules {
type = "HOST"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "HOST_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "ASBC-NGTP"
}
}
}
}
rules {
type = "CLOUD_APPLICATION_NAMESPACE"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAMESPACE_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "ASBC-NGTP"
}
}
}
rules {
type = "CLOUD_APPLICATION"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "ASBC-NGTP"
}
}
}
}

View File

@ -1,94 +0,0 @@
resource "dynatrace_management_zone" "CD_ASBS" {
name = "CD_ASBS"
rules {
type = "SERVICE"
enabled = true
propagation_types = ["SERVICE_TO_HOST_LIKE","SERVICE_TO_PROCESS_GROUP_LIKE"]
conditions {
key {
type = "STATIC"
attribute = "SERVICE_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "ASBS"
}
}
}
}
rules {
type = "PROCESS_GROUP"
enabled = true
propagation_types = ["PROCESS_GROUP_TO_HOST"]
conditions {
key {
type = "STATIC"
attribute = "PROCESS_GROUP_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "ASBS"
}
}
}
}
rules {
type = "HOST"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "HOST_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "ASBS"
}
}
}
}
rules {
type = "CLOUD_APPLICATION_NAMESPACE"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAMESPACE_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "ASBS"
}
}
}
rules {
type = "CLOUD_APPLICATION"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "ASBS"
}
}
}
}

View File

@ -1,94 +0,0 @@
resource "dynatrace_management_zone" "CD_App-Repository" {
name = "CD_App-Repository"
rules {
type = "SERVICE"
enabled = true
propagation_types = ["SERVICE_TO_HOST_LIKE","SERVICE_TO_PROCESS_GROUP_LIKE"]
conditions {
key {
type = "STATIC"
attribute = "SERVICE_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "App Repository"
}
}
}
}
rules {
type = "PROCESS_GROUP"
enabled = true
propagation_types = ["PROCESS_GROUP_TO_HOST"]
conditions {
key {
type = "STATIC"
attribute = "PROCESS_GROUP_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "App Repository"
}
}
}
}
rules {
type = "HOST"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "HOST_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "App Repository"
}
}
}
}
rules {
type = "CLOUD_APPLICATION_NAMESPACE"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAMESPACE_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "App Repository"
}
}
}
rules {
type = "CLOUD_APPLICATION"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "App Repository"
}
}
}
}

View File

@ -1,94 +0,0 @@
resource "dynatrace_management_zone" "CD_BMWPoints" {
name = "CD_BMWPoints"
rules {
type = "SERVICE"
enabled = true
propagation_types = ["SERVICE_TO_HOST_LIKE","SERVICE_TO_PROCESS_GROUP_LIKE"]
conditions {
key {
type = "STATIC"
attribute = "SERVICE_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "BMWPoints"
}
}
}
}
rules {
type = "PROCESS_GROUP"
enabled = true
propagation_types = ["PROCESS_GROUP_TO_HOST"]
conditions {
key {
type = "STATIC"
attribute = "PROCESS_GROUP_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "BMWPoints"
}
}
}
}
rules {
type = "HOST"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "HOST_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "BMWPoints"
}
}
}
}
rules {
type = "CLOUD_APPLICATION_NAMESPACE"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAMESPACE_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "BMWPoints"
}
}
}
rules {
type = "CLOUD_APPLICATION"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "BMWPoints"
}
}
}
}

View File

@ -1,94 +0,0 @@
resource "dynatrace_management_zone" "CD_BMW_POINTS_ENGINE" {
name = "CD_BMW_POINTS_ENGINE"
rules {
type = "SERVICE"
enabled = true
propagation_types = ["SERVICE_TO_PROCESS_GROUP_LIKE","SERVICE_TO_HOST_LIKE"]
conditions {
key {
type = "STATIC"
attribute = "SERVICE_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "BMW_POINTS_ENGINE"
}
}
}
}
rules {
type = "PROCESS_GROUP"
enabled = true
propagation_types = ["PROCESS_GROUP_TO_HOST"]
conditions {
key {
type = "STATIC"
attribute = "PROCESS_GROUP_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "BMW_POINTS_ENGINE"
}
}
}
}
rules {
type = "HOST"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "HOST_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "BMW_POINTS_ENGINE"
}
}
}
}
rules {
type = "CLOUD_APPLICATION_NAMESPACE"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAMESPACE_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "BMW_POINTS_ENGINE"
}
}
}
rules {
type = "CLOUD_APPLICATION"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "BMW_POINTS_ENGINE"
}
}
}
}

View File

@ -1,94 +0,0 @@
resource "dynatrace_management_zone" "CD_Call-Handling-Backends" {
name = "CD_Call-Handling-Backends"
rules {
type = "SERVICE"
enabled = true
propagation_types = ["SERVICE_TO_HOST_LIKE","SERVICE_TO_PROCESS_GROUP_LIKE"]
conditions {
key {
type = "STATIC"
attribute = "SERVICE_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "Call-Handling-Backends"
}
}
}
}
rules {
type = "PROCESS_GROUP"
enabled = true
propagation_types = ["PROCESS_GROUP_TO_HOST"]
conditions {
key {
type = "STATIC"
attribute = "PROCESS_GROUP_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "Call-Handling-Backends"
}
}
}
}
rules {
type = "HOST"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "HOST_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "Call-Handling-Backends"
}
}
}
}
rules {
type = "CLOUD_APPLICATION_NAMESPACE"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAMESPACE_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "Call-Handling-Backends"
}
}
}
rules {
type = "CLOUD_APPLICATION"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "Call-Handling-Backends"
}
}
}
}

View File

@ -1,94 +0,0 @@
resource "dynatrace_management_zone" "CD_Connected-User-Behaviour" {
name = "CD_Connected-User-Behaviour"
rules {
type = "SERVICE"
enabled = true
propagation_types = ["SERVICE_TO_PROCESS_GROUP_LIKE","SERVICE_TO_HOST_LIKE"]
conditions {
key {
type = "STATIC"
attribute = "SERVICE_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "Connected-User-Behaviour"
}
}
}
}
rules {
type = "PROCESS_GROUP"
enabled = true
propagation_types = ["PROCESS_GROUP_TO_HOST"]
conditions {
key {
type = "STATIC"
attribute = "PROCESS_GROUP_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "Connected-User-Behaviour"
}
}
}
}
rules {
type = "HOST"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "HOST_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "Connected-User-Behaviour"
}
}
}
}
rules {
type = "CLOUD_APPLICATION_NAMESPACE"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAMESPACE_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "Connected-User-Behaviour"
}
}
}
rules {
type = "CLOUD_APPLICATION"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "Connected-User-Behaviour"
}
}
}
}

View File

@ -1,94 +0,0 @@
resource "dynatrace_management_zone" "CD_ContentProvider" {
name = "CD_ContentProvider"
rules {
type = "SERVICE"
enabled = true
propagation_types = ["SERVICE_TO_HOST_LIKE","SERVICE_TO_PROCESS_GROUP_LIKE"]
conditions {
key {
type = "STATIC"
attribute = "SERVICE_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "ContentProvider"
}
}
}
}
rules {
type = "PROCESS_GROUP"
enabled = true
propagation_types = ["PROCESS_GROUP_TO_HOST"]
conditions {
key {
type = "STATIC"
attribute = "PROCESS_GROUP_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "ContentProvider"
}
}
}
}
rules {
type = "HOST"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "HOST_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "ContentProvider"
}
}
}
}
rules {
type = "CLOUD_APPLICATION_NAMESPACE"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAMESPACE_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "ContentProvider"
}
}
}
rules {
type = "CLOUD_APPLICATION"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "ContentProvider"
}
}
}
}

View File

@ -1,94 +0,0 @@
resource "dynatrace_management_zone" "CD_ImageBlur" {
name = "CD_ImageBlur"
rules {
type = "SERVICE"
enabled = true
propagation_types = ["SERVICE_TO_PROCESS_GROUP_LIKE","SERVICE_TO_HOST_LIKE"]
conditions {
key {
type = "STATIC"
attribute = "SERVICE_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "CD_ImageBlur"
}
}
}
}
rules {
type = "PROCESS_GROUP"
enabled = true
propagation_types = ["PROCESS_GROUP_TO_HOST"]
conditions {
key {
type = "STATIC"
attribute = "PROCESS_GROUP_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "CD_ImageBlur"
}
}
}
}
rules {
type = "HOST"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "HOST_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "CD_ImageBlur"
}
}
}
}
rules {
type = "CLOUD_APPLICATION_NAMESPACE"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAMESPACE_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "CD_ImageBlur"
}
}
}
rules {
type = "CLOUD_APPLICATION"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "CD_ImageBlur"
}
}
}
}

View File

@ -1,94 +0,0 @@
resource "dynatrace_management_zone" "CD_LSC" {
name = "CD_LSC"
rules {
type = "SERVICE"
enabled = true
propagation_types = ["SERVICE_TO_PROCESS_GROUP_LIKE","SERVICE_TO_HOST_LIKE"]
conditions {
key {
type = "STATIC"
attribute = "SERVICE_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "LSC"
}
}
}
}
rules {
type = "PROCESS_GROUP"
enabled = true
propagation_types = ["PROCESS_GROUP_TO_HOST"]
conditions {
key {
type = "STATIC"
attribute = "PROCESS_GROUP_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "LSC"
}
}
}
}
rules {
type = "HOST"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "HOST_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "LSC"
}
}
}
}
rules {
type = "CLOUD_APPLICATION_NAMESPACE"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAMESPACE_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "LSC"
}
}
}
rules {
type = "CLOUD_APPLICATION"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "LSC"
}
}
}
}

View File

@ -1,185 +0,0 @@
resource "dynatrace_management_zone" "CD_Messaging-Services" {
name = "CD_Messaging-Services"
rules {
type = "SERVICE"
enabled = true
propagation_types = ["SERVICE_TO_PROCESS_GROUP_LIKE","SERVICE_TO_HOST_LIKE"]
conditions {
key {
type = "STATIC"
attribute = "SERVICE_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "XCC"
}
}
}
}
rules {
type = "PROCESS_GROUP"
enabled = true
propagation_types = ["PROCESS_GROUP_TO_HOST"]
conditions {
key {
type = "STATIC"
attribute = "PROCESS_GROUP_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "XCC"
}
}
}
}
rules {
type = "HOST"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "HOST_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "XCC"
}
}
}
}
rules {
type = "CLOUD_APPLICATION_NAMESPACE"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAMESPACE_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "XCC"
}
}
}
rules {
type = "CLOUD_APPLICATION"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "XCC"
}
}
}
rules {
type = "SERVICE"
enabled = true
propagation_types = ["SERVICE_TO_PROCESS_GROUP_LIKE","SERVICE_TO_HOST_LIKE"]
conditions {
key {
type = "STATIC"
attribute = "SERVICE_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "MSGSVC"
}
}
}
}
rules {
type = "PROCESS_GROUP"
enabled = true
propagation_types = ["PROCESS_GROUP_TO_HOST"]
conditions {
key {
type = "STATIC"
attribute = "PROCESS_GROUP_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "MSGSVC"
}
}
}
}
rules {
type = "HOST"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "HOST_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "MSGSVC"
}
}
}
}
rules {
type = "CLOUD_APPLICATION_NAMESPACE"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAMESPACE_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "MSGSVC"
}
}
}
rules {
type = "CLOUD_APPLICATION"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "MSGSVC"
}
}
}
}

View File

@ -1,94 +0,0 @@
resource "dynatrace_management_zone" "CD_Navigation-Information-Services" {
name = "CD_Navigation-Information-Services"
rules {
type = "SERVICE"
enabled = true
propagation_types = ["SERVICE_TO_HOST_LIKE","SERVICE_TO_PROCESS_GROUP_LIKE"]
conditions {
key {
type = "STATIC"
attribute = "SERVICE_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "Navigation-Information-Services"
}
}
}
}
rules {
type = "PROCESS_GROUP"
enabled = true
propagation_types = ["PROCESS_GROUP_TO_HOST"]
conditions {
key {
type = "STATIC"
attribute = "PROCESS_GROUP_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "Navigation-Information-Services"
}
}
}
}
rules {
type = "HOST"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "HOST_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "Navigation-Information-Services"
}
}
}
}
rules {
type = "CLOUD_APPLICATION_NAMESPACE"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAMESPACE_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "Navigation-Information-Services"
}
}
}
rules {
type = "CLOUD_APPLICATION"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "Navigation-Information-Services"
}
}
}
}

View File

@ -1,94 +0,0 @@
resource "dynatrace_management_zone" "CD_PAIS" {
name = "CD_PAIS"
rules {
type = "SERVICE"
enabled = true
propagation_types = ["SERVICE_TO_PROCESS_GROUP_LIKE","SERVICE_TO_HOST_LIKE"]
conditions {
key {
type = "STATIC"
attribute = "SERVICE_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "ms-id"
value = "pais"
}
}
}
}
rules {
type = "PROCESS_GROUP"
enabled = true
propagation_types = ["PROCESS_GROUP_TO_HOST"]
conditions {
key {
type = "STATIC"
attribute = "PROCESS_GROUP_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "ms-id"
value = "pais"
}
}
}
}
rules {
type = "HOST"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "HOST_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "ms-id"
value = "pais"
}
}
}
}
rules {
type = "CLOUD_APPLICATION_NAMESPACE"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAMESPACE_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "pais"
}
}
}
rules {
type = "CLOUD_APPLICATION"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "pais"
}
}
}
}

View File

@ -1,275 +0,0 @@
resource "dynatrace_management_zone" "CD_SMACC-BE" {
name = "CD_SMACC-BE"
rules {
type = "SERVICE"
enabled = true
propagation_types = ["SERVICE_TO_PROCESS_GROUP_LIKE","SERVICE_TO_HOST_LIKE"]
conditions {
key {
type = "STATIC"
attribute = "SERVICE_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "SMACC-BE"
}
}
}
conditions {
key {
type = "STATIC"
attribute = "SERVICE_NAME"
}
string {
case_sensitive = true
negate = true
operator = "EQUALS"
value = "HealthResource"
}
}
conditions {
key {
type = "STATIC"
attribute = "SERVICE_NAME"
}
string {
case_sensitive = true
negate = true
operator = "EQUALS"
value = "MetricsResource"
}
}
conditions {
key {
type = "STATIC"
attribute = "SERVICE_NAME"
}
string {
case_sensitive = true
negate = true
operator = "EQUALS"
value = "PrometheusResource"
}
}
conditions {
key {
type = "STATIC"
attribute = "SERVICE_NAME"
}
string {
case_sensitive = true
negate = true
operator = "EQUALS"
value = "PingResource"
}
}
conditions {
key {
type = "STATIC"
attribute = "SERVICE_NAME"
}
string {
case_sensitive = false
negate = true
operator = "CONTAINS"
value = "internal service"
}
}
conditions {
key {
type = "STATIC"
attribute = "SERVICE_NAME"
}
string {
case_sensitive = false
negate = true
operator = "CONTAINS"
value = "ProtocolDataApi"
}
}
}
rules {
type = "SERVICE"
enabled = true
propagation_types = ["SERVICE_TO_PROCESS_GROUP_LIKE","SERVICE_TO_HOST_LIKE"]
conditions {
key {
type = "STATIC"
attribute = "SERVICE_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "SMACC-KTS"
}
}
}
conditions {
key {
type = "STATIC"
attribute = "SERVICE_NAME"
}
string {
case_sensitive = true
negate = true
operator = "EQUALS"
value = "PrometheusResource"
}
}
conditions {
key {
type = "STATIC"
attribute = "SERVICE_NAME"
}
string {
case_sensitive = true
negate = true
operator = "EQUALS"
value = "MetricsResource"
}
}
conditions {
key {
type = "STATIC"
attribute = "SERVICE_NAME"
}
string {
case_sensitive = true
negate = true
operator = "EQUALS"
value = "HealthResource"
}
}
conditions {
key {
type = "STATIC"
attribute = "SERVICE_NAME"
}
string {
case_sensitive = true
negate = true
operator = "EQUALS"
value = "PingResource"
}
}
conditions {
key {
type = "STATIC"
attribute = "SERVICE_NAME"
}
string {
case_sensitive = true
negate = true
operator = "CONTAINS"
value = "executed"
}
}
}
rules {
type = "PROCESS_GROUP"
enabled = true
propagation_types = ["PROCESS_GROUP_TO_HOST"]
conditions {
key {
type = "STATIC"
attribute = "PROCESS_GROUP_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "SMACC-BE"
}
}
}
}
rules {
type = "PROCESS_GROUP"
enabled = true
propagation_types = ["PROCESS_GROUP_TO_HOST"]
conditions {
key {
type = "STATIC"
attribute = "PROCESS_GROUP_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "SMACC-KTS"
}
}
}
}
rules {
type = "SERVICE"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "SERVICE_TAGS"
}
tag {
negate = false
operator = "TAG_KEY_EQUALS"
value {
context = "CONTEXTLESS"
key = "External"
}
}
}
conditions {
key {
type = "STATIC"
attribute = "SERVICE_NAME"
}
string {
case_sensitive = true
negate = false
operator = "BEGINS_WITH"
value = "svds"
}
}
}
rules {
type = "SERVICE"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "SERVICE_TAGS"
}
tag {
negate = false
operator = "TAG_KEY_EQUALS"
value {
context = "CONTEXTLESS"
key = "External"
}
}
}
conditions {
key {
type = "STATIC"
attribute = "SERVICE_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "smacc"
}
}
}
}

View File

@ -1,39 +0,0 @@
resource "dynatrace_management_zone" "CD_SMS-Gateway" {
name = "CD_SMS-Gateway"
rules {
type = "SERVICE"
enabled = true
propagation_types = ["SERVICE_TO_PROCESS_GROUP_LIKE","SERVICE_TO_HOST_LIKE"]
conditions {
key {
type = "STATIC"
attribute = "SERVICE_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "SMS-Gateway"
}
}
}
}
rules {
type = "HTTP_MONITOR"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "HTTP_MONITOR_NAME"
}
string {
case_sensitive = true
negate = false
operator = "BEGINS_WITH"
value = "SMS GW"
}
}
}
}

View File

@ -1,94 +0,0 @@
resource "dynatrace_management_zone" "CD_SVDS" {
name = "CD_SVDS"
rules {
type = "SERVICE"
enabled = true
propagation_types = ["SERVICE_TO_HOST_LIKE","SERVICE_TO_PROCESS_GROUP_LIKE"]
conditions {
key {
type = "STATIC"
attribute = "SERVICE_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "SVDS"
}
}
}
}
rules {
type = "PROCESS_GROUP"
enabled = true
propagation_types = ["PROCESS_GROUP_TO_HOST"]
conditions {
key {
type = "STATIC"
attribute = "PROCESS_GROUP_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "SVDS"
}
}
}
}
rules {
type = "HOST"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "HOST_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "SVDS"
}
}
}
}
rules {
type = "CLOUD_APPLICATION_NAMESPACE"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAMESPACE_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "SVDS"
}
}
}
rules {
type = "CLOUD_APPLICATION"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "SVDS"
}
}
}
}

View File

@ -1,94 +0,0 @@
resource "dynatrace_management_zone" "CD_SWLSEC2-Checker" {
name = "CD_SWLSEC2-Checker"
rules {
type = "SERVICE"
enabled = true
propagation_types = ["SERVICE_TO_PROCESS_GROUP_LIKE","SERVICE_TO_HOST_LIKE"]
conditions {
key {
type = "STATIC"
attribute = "SERVICE_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "SWLSEC2-Checker"
}
}
}
}
rules {
type = "PROCESS_GROUP"
enabled = true
propagation_types = ["PROCESS_GROUP_TO_HOST"]
conditions {
key {
type = "STATIC"
attribute = "PROCESS_GROUP_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "SWLSEC2-Checker"
}
}
}
}
rules {
type = "HOST"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "HOST_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "SWLSEC2-Checker"
}
}
}
}
rules {
type = "CLOUD_APPLICATION_NAMESPACE"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAMESPACE_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "SWLSEC2-Checker"
}
}
}
rules {
type = "CLOUD_APPLICATION"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "SWLSEC2-Checker"
}
}
}
}

View File

@ -1,62 +0,0 @@
resource "dynatrace_management_zone" "CD_Service-Bus" {
name = "CD_Service-Bus"
rules {
type = "SERVICE"
enabled = true
propagation_types = ["SERVICE_TO_PROCESS_GROUP_LIKE","SERVICE_TO_HOST_LIKE"]
conditions {
key {
type = "STATIC"
attribute = "SERVICE_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "Service-Bus"
}
}
}
}
rules {
type = "PROCESS_GROUP"
enabled = true
propagation_types = ["PROCESS_GROUP_TO_HOST"]
conditions {
key {
type = "STATIC"
attribute = "PROCESS_GROUP_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "Service-Bus"
}
}
}
}
rules {
type = "HOST"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "HOST_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "Service-Bus"
}
}
}
}
}

View File

@ -1,94 +0,0 @@
resource "dynatrace_management_zone" "CD_Service-Gateway" {
name = "CD_Service-Gateway"
rules {
type = "SERVICE"
enabled = true
propagation_types = ["SERVICE_TO_HOST_LIKE","SERVICE_TO_PROCESS_GROUP_LIKE"]
conditions {
key {
type = "STATIC"
attribute = "SERVICE_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "Service-Gateway"
}
}
}
}
rules {
type = "PROCESS_GROUP"
enabled = true
propagation_types = ["PROCESS_GROUP_TO_HOST"]
conditions {
key {
type = "STATIC"
attribute = "PROCESS_GROUP_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "Service-Gateway"
}
}
}
}
rules {
type = "HOST"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "HOST_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "Service-Gateway"
}
}
}
}
rules {
type = "CLOUD_APPLICATION_NAMESPACE"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAMESPACE_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "Service-Gateway"
}
}
}
rules {
type = "CLOUD_APPLICATION"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "Service-Gateway"
}
}
}
}

View File

@ -1,94 +0,0 @@
resource "dynatrace_management_zone" "CD_TEST_EW" {
name = "CD_TEST_EW"
rules {
type = "SERVICE"
enabled = true
propagation_types = ["SERVICE_TO_HOST_LIKE","SERVICE_TO_PROCESS_GROUP_LIKE"]
conditions {
key {
type = "STATIC"
attribute = "SERVICE_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "TEST_EW"
}
}
}
}
rules {
type = "PROCESS_GROUP"
enabled = true
propagation_types = ["PROCESS_GROUP_TO_HOST"]
conditions {
key {
type = "STATIC"
attribute = "PROCESS_GROUP_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "TEST_EW"
}
}
}
}
rules {
type = "HOST"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "HOST_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "TEST_EW"
}
}
}
}
rules {
type = "CLOUD_APPLICATION_NAMESPACE"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAMESPACE_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "TEST_EW"
}
}
}
rules {
type = "CLOUD_APPLICATION"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "TEST_EW"
}
}
}
}

View File

@ -1,114 +0,0 @@
resource "dynatrace_management_zone" "CD_TripCollection" {
name = "CD_TripCollection"
entity_selector_based_rule {
enabled = true
selector = "type(Service),tag(\"compass-id:tripCollectionApi\")"
}
entity_selector_based_rule {
enabled = true
selector = "type(SERVICE),databaseName.exists(),toRelationship.calls(type(SERVICE),tag(\"compass-id:tripCollectionApi\"))"
}
entity_selector_based_rule {
enabled = true
selector = "type(PROCESS_GROUP),tag(\"compass-id:tripCollectionApi\")"
}
entity_selector_based_rule {
enabled = true
selector = "type(PROCESS_GROUP_INSTANCE),tag(\"compass-id:tripCollectionApi\")"
}
entity_selector_based_rule {
enabled = true
selector = "type(HOST),tag(\"compass-id:tripCollectionApi\")"
}
rules {
type = "SERVICE"
enabled = true
propagation_types = ["SERVICE_TO_PROCESS_GROUP_LIKE","SERVICE_TO_HOST_LIKE"]
conditions {
key {
type = "STATIC"
attribute = "SERVICE_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "TripCollection"
}
}
}
}
rules {
type = "PROCESS_GROUP"
enabled = true
propagation_types = ["PROCESS_GROUP_TO_HOST"]
conditions {
key {
type = "STATIC"
attribute = "PROCESS_GROUP_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "TripCollection"
}
}
}
}
rules {
type = "HOST"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "HOST_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "TripCollection"
}
}
}
}
rules {
type = "CLOUD_APPLICATION_NAMESPACE"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAMESPACE_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "TripCollection"
}
}
}
rules {
type = "CLOUD_APPLICATION"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "TripCollection"
}
}
}
}

View File

@ -1,110 +0,0 @@
resource "dynatrace_management_zone" "CD_UDS" {
name = "CD_UDS"
entity_selector_based_rule {
enabled = true
selector = "type(Service),tag(\"compass-id:UDS\")"
}
entity_selector_based_rule {
enabled = true
selector = "type(SERVICE),databaseName.exists(),toRelationship.calls(type(SERVICE),tag(\"compass-id:UDS\"))"
}
entity_selector_based_rule {
enabled = true
selector = "type(PROCESS_GROUP),tag(\"compass-id:UDS\")"
}
entity_selector_based_rule {
enabled = true
selector = "type(PROCESS_GROUP_INSTANCE),tag(\"compass-id:UDS\")"
}
rules {
type = "SERVICE"
enabled = false
propagation_types = ["SERVICE_TO_PROCESS_GROUP_LIKE","SERVICE_TO_HOST_LIKE"]
conditions {
key {
type = "STATIC"
attribute = "SERVICE_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "UDS"
}
}
}
}
rules {
type = "PROCESS_GROUP"
enabled = false
propagation_types = ["PROCESS_GROUP_TO_HOST"]
conditions {
key {
type = "STATIC"
attribute = "PROCESS_GROUP_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "UDS"
}
}
}
}
rules {
type = "HOST"
enabled = false
conditions {
key {
type = "STATIC"
attribute = "HOST_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "UDS"
}
}
}
}
rules {
type = "CLOUD_APPLICATION_NAMESPACE"
enabled = false
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAMESPACE_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "UDS"
}
}
}
rules {
type = "CLOUD_APPLICATION"
enabled = false
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "UDS"
}
}
}
}

View File

@ -1,174 +0,0 @@
resource "dynatrace_management_zone" "CD_VehicleCentricInformationServices" {
name = "CD_VehicleCentricInformationServices"
rules {
type = "SERVICE"
enabled = true
propagation_types = ["SERVICE_TO_HOST_LIKE","SERVICE_TO_PROCESS_GROUP_LIKE"]
conditions {
key {
type = "STATIC"
attribute = "SERVICE_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "VehicleCentricInformationServices"
}
}
}
}
rules {
type = "PROCESS_GROUP"
enabled = true
propagation_types = ["PROCESS_GROUP_TO_HOST"]
conditions {
key {
type = "STATIC"
attribute = "PROCESS_GROUP_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "VehicleCentricInformationServices"
}
}
}
}
rules {
type = "HOST"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "HOST_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "VehicleCentricInformationServices"
}
}
}
}
rules {
type = "CLOUD_APPLICATION_NAMESPACE"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAMESPACE_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "VehicleCentricInformationServices"
}
}
}
rules {
type = "CLOUD_APPLICATION"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "VehicleCentricInformationServices"
}
}
}
rules {
type = "SERVICE"
enabled = true
propagation_types = ["SERVICE_TO_HOST_LIKE","SERVICE_TO_PROCESS_GROUP_LIKE"]
conditions {
key {
type = "STATIC"
attribute = "SERVICE_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "ms-id"
value = "tmpp-wechat-proxy"
}
}
}
}
rules {
type = "SERVICE"
enabled = true
propagation_types = ["SERVICE_TO_HOST_LIKE","SERVICE_TO_PROCESS_GROUP_LIKE"]
conditions {
key {
type = "STATIC"
attribute = "SERVICE_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "ms-id"
value = "tmpp-admin-ui"
}
}
}
}
rules {
type = "SERVICE"
enabled = true
propagation_types = ["SERVICE_TO_HOST_LIKE","SERVICE_TO_PROCESS_GROUP_LIKE"]
conditions {
key {
type = "STATIC"
attribute = "SERVICE_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "ms-id"
value = "tmpp-manifest"
}
}
}
}
rules {
type = "SERVICE"
enabled = true
propagation_types = ["SERVICE_TO_HOST_LIKE","SERVICE_TO_PROCESS_GROUP_LIKE"]
conditions {
key {
type = "STATIC"
attribute = "SERVICE_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "ms-id"
value = "tmpp-web-proxy"
}
}
}
}
}

View File

@ -1,98 +0,0 @@
resource "dynatrace_management_zone" "CD_Voice-Services" {
name = "CD_Voice-Services"
rules {
type = "SERVICE"
enabled = true
propagation_types = ["SERVICE_TO_HOST_LIKE","SERVICE_TO_PROCESS_GROUP_LIKE"]
conditions {
key {
type = "STATIC"
attribute = "SERVICE_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "Voice Services"
}
}
}
conditions {
key {
type = "STATIC"
attribute = "SERVICE_NAME"
}
string {
case_sensitive = true
negate = true
operator = "CONTAINS"
value = "HealthResource"
}
}
conditions {
key {
type = "STATIC"
attribute = "SERVICE_NAME"
}
string {
case_sensitive = true
negate = true
operator = "CONTAINS"
value = "PingResource"
}
}
conditions {
key {
type = "STATIC"
attribute = "SERVICE_NAME"
}
string {
case_sensitive = true
negate = true
operator = "CONTAINS"
value = "PrometheusResource"
}
}
}
rules {
type = "PROCESS_GROUP"
enabled = true
propagation_types = ["PROCESS_GROUP_TO_HOST"]
conditions {
key {
type = "STATIC"
attribute = "PROCESS_GROUP_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "Voice Services"
}
}
}
}
rules {
type = "HOST"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "HOST_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "Voice Services"
}
}
}
}
}

View File

@ -1,114 +0,0 @@
resource "dynatrace_management_zone" "CD_XCC" {
name = "CD_XCC"
rules {
type = "SERVICE"
enabled = true
propagation_types = ["SERVICE_TO_PROCESS_GROUP_LIKE","SERVICE_TO_HOST_LIKE"]
conditions {
key {
type = "STATIC"
attribute = "SERVICE_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "XCC"
}
}
}
}
rules {
type = "PROCESS_GROUP"
enabled = true
propagation_types = ["PROCESS_GROUP_TO_HOST"]
conditions {
key {
type = "STATIC"
attribute = "PROCESS_GROUP_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "XCC"
}
}
}
}
rules {
type = "HOST"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "HOST_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "XCC"
}
}
}
}
rules {
type = "CLOUD_APPLICATION_NAMESPACE"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAMESPACE_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "XCC"
}
}
}
rules {
type = "CLOUD_APPLICATION"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "XCC"
}
}
}
rules {
type = "SERVICE"
enabled = true
propagation_types = ["SERVICE_TO_PROCESS_GROUP_LIKE","SERVICE_TO_HOST_LIKE"]
conditions {
key {
type = "STATIC"
attribute = "SERVICE_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "app-id"
value = "APP-18886"
}
}
}
}
}

View File

@ -1,94 +0,0 @@
resource "dynatrace_management_zone" "CD_agent-service" {
name = "CD_agent-service"
rules {
type = "SERVICE"
enabled = true
propagation_types = ["SERVICE_TO_PROCESS_GROUP_LIKE","SERVICE_TO_HOST_LIKE"]
conditions {
key {
type = "STATIC"
attribute = "SERVICE_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "agent-service"
}
}
}
}
rules {
type = "PROCESS_GROUP"
enabled = true
propagation_types = ["PROCESS_GROUP_TO_HOST"]
conditions {
key {
type = "STATIC"
attribute = "PROCESS_GROUP_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "agent-service"
}
}
}
}
rules {
type = "HOST"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "HOST_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "agent-service"
}
}
}
}
rules {
type = "CLOUD_APPLICATION_NAMESPACE"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAMESPACE_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "agent-service"
}
}
}
rules {
type = "CLOUD_APPLICATION"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "agent-service"
}
}
}
}

View File

@ -1,94 +0,0 @@
resource "dynatrace_management_zone" "CD_am-casa" {
name = "CD_am-casa"
rules {
type = "SERVICE"
enabled = true
propagation_types = ["SERVICE_TO_PROCESS_GROUP_LIKE","SERVICE_TO_HOST_LIKE"]
conditions {
key {
type = "STATIC"
attribute = "SERVICE_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "am-casa"
}
}
}
}
rules {
type = "PROCESS_GROUP"
enabled = true
propagation_types = ["PROCESS_GROUP_TO_HOST"]
conditions {
key {
type = "STATIC"
attribute = "PROCESS_GROUP_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "am-casa"
}
}
}
}
rules {
type = "HOST"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "HOST_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "am-casa"
}
}
}
}
rules {
type = "CLOUD_APPLICATION_NAMESPACE"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAMESPACE_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "am-casa"
}
}
}
rules {
type = "CLOUD_APPLICATION"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "am-casa"
}
}
}
}

View File

@ -1,94 +0,0 @@
resource "dynatrace_management_zone" "CD_am-cesim" {
name = "CD_am-cesim"
rules {
type = "SERVICE"
enabled = true
propagation_types = ["SERVICE_TO_HOST_LIKE","SERVICE_TO_PROCESS_GROUP_LIKE"]
conditions {
key {
type = "STATIC"
attribute = "SERVICE_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "am-cesim"
}
}
}
}
rules {
type = "PROCESS_GROUP"
enabled = true
propagation_types = ["PROCESS_GROUP_TO_HOST"]
conditions {
key {
type = "STATIC"
attribute = "PROCESS_GROUP_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "am-cesim"
}
}
}
}
rules {
type = "HOST"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "HOST_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "am-cesim"
}
}
}
}
rules {
type = "CLOUD_APPLICATION_NAMESPACE"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAMESPACE_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "am-cesim"
}
}
}
rules {
type = "CLOUD_APPLICATION"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "am-cesim"
}
}
}
}

View File

@ -1,94 +0,0 @@
resource "dynatrace_management_zone" "CD_am-cns" {
name = "CD_am-cns"
rules {
type = "SERVICE"
enabled = true
propagation_types = ["SERVICE_TO_PROCESS_GROUP_LIKE","SERVICE_TO_HOST_LIKE"]
conditions {
key {
type = "STATIC"
attribute = "SERVICE_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "am-cns"
}
}
}
}
rules {
type = "PROCESS_GROUP"
enabled = true
propagation_types = ["PROCESS_GROUP_TO_HOST"]
conditions {
key {
type = "STATIC"
attribute = "PROCESS_GROUP_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "am-cns"
}
}
}
}
rules {
type = "HOST"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "HOST_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "am-cns"
}
}
}
}
rules {
type = "CLOUD_APPLICATION_NAMESPACE"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAMESPACE_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "am-cns"
}
}
}
rules {
type = "CLOUD_APPLICATION"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "am-cns"
}
}
}
}

View File

@ -1,94 +0,0 @@
resource "dynatrace_management_zone" "CD_am-ecs" {
name = "CD_am-ecs"
rules {
type = "SERVICE"
enabled = true
propagation_types = ["SERVICE_TO_HOST_LIKE","SERVICE_TO_PROCESS_GROUP_LIKE"]
conditions {
key {
type = "STATIC"
attribute = "SERVICE_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "am-ecs"
}
}
}
}
rules {
type = "PROCESS_GROUP"
enabled = true
propagation_types = ["PROCESS_GROUP_TO_HOST"]
conditions {
key {
type = "STATIC"
attribute = "PROCESS_GROUP_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "am-ecs"
}
}
}
}
rules {
type = "HOST"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "HOST_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "am-ecs"
}
}
}
}
rules {
type = "CLOUD_APPLICATION_NAMESPACE"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAMESPACE_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "am-ecs"
}
}
}
rules {
type = "CLOUD_APPLICATION"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "am-ecs"
}
}
}
}

View File

@ -1,94 +0,0 @@
resource "dynatrace_management_zone" "CD_am-lmcs" {
name = "CD_am-lmcs"
rules {
type = "SERVICE"
enabled = true
propagation_types = ["SERVICE_TO_HOST_LIKE","SERVICE_TO_PROCESS_GROUP_LIKE"]
conditions {
key {
type = "STATIC"
attribute = "SERVICE_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "am-lmcs"
}
}
}
}
rules {
type = "PROCESS_GROUP"
enabled = true
propagation_types = ["PROCESS_GROUP_TO_HOST"]
conditions {
key {
type = "STATIC"
attribute = "PROCESS_GROUP_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "am-lmcs"
}
}
}
}
rules {
type = "HOST"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "HOST_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "am-lmcs"
}
}
}
}
rules {
type = "CLOUD_APPLICATION_NAMESPACE"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAMESPACE_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "am-lmcs"
}
}
}
rules {
type = "CLOUD_APPLICATION"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "am-lmcs"
}
}
}
}

View File

@ -1,94 +0,0 @@
resource "dynatrace_management_zone" "CD_am-svms" {
name = "CD_am-svms"
rules {
type = "SERVICE"
enabled = true
propagation_types = ["SERVICE_TO_PROCESS_GROUP_LIKE","SERVICE_TO_HOST_LIKE"]
conditions {
key {
type = "STATIC"
attribute = "SERVICE_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "am-svms"
}
}
}
}
rules {
type = "PROCESS_GROUP"
enabled = true
propagation_types = ["PROCESS_GROUP_TO_HOST"]
conditions {
key {
type = "STATIC"
attribute = "PROCESS_GROUP_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "am-svms"
}
}
}
}
rules {
type = "HOST"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "HOST_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "am-svms"
}
}
}
}
rules {
type = "CLOUD_APPLICATION_NAMESPACE"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAMESPACE_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "am-svms"
}
}
}
rules {
type = "CLOUD_APPLICATION"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "am-svms"
}
}
}
}

View File

@ -1,94 +0,0 @@
resource "dynatrace_management_zone" "CD_am-usage" {
name = "CD_am-usage"
rules {
type = "SERVICE"
enabled = true
propagation_types = ["SERVICE_TO_HOST_LIKE","SERVICE_TO_PROCESS_GROUP_LIKE"]
conditions {
key {
type = "STATIC"
attribute = "SERVICE_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "am-usage"
}
}
}
}
rules {
type = "PROCESS_GROUP"
enabled = true
propagation_types = ["PROCESS_GROUP_TO_HOST"]
conditions {
key {
type = "STATIC"
attribute = "PROCESS_GROUP_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "am-usage"
}
}
}
}
rules {
type = "HOST"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "HOST_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "am-usage"
}
}
}
}
rules {
type = "CLOUD_APPLICATION_NAMESPACE"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAMESPACE_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "am-usage"
}
}
}
rules {
type = "CLOUD_APPLICATION"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "am-usage"
}
}
}
}

View File

@ -1,94 +0,0 @@
resource "dynatrace_management_zone" "CD_am-vms" {
name = "CD_am-vms"
rules {
type = "SERVICE"
enabled = true
propagation_types = ["SERVICE_TO_HOST_LIKE","SERVICE_TO_PROCESS_GROUP_LIKE"]
conditions {
key {
type = "STATIC"
attribute = "SERVICE_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "am-vms"
}
}
}
}
rules {
type = "PROCESS_GROUP"
enabled = true
propagation_types = ["PROCESS_GROUP_TO_HOST"]
conditions {
key {
type = "STATIC"
attribute = "PROCESS_GROUP_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "am-vms"
}
}
}
}
rules {
type = "HOST"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "HOST_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "am-vms"
}
}
}
}
rules {
type = "CLOUD_APPLICATION_NAMESPACE"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAMESPACE_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "am-vms"
}
}
}
rules {
type = "CLOUD_APPLICATION"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "am-vms"
}
}
}
}

View File

@ -1,94 +0,0 @@
resource "dynatrace_management_zone" "CD_asbc-sfa-oh" {
name = "CD_asbc-sfa-oh"
rules {
type = "SERVICE"
enabled = true
propagation_types = ["SERVICE_TO_HOST_LIKE","SERVICE_TO_PROCESS_GROUP_LIKE"]
conditions {
key {
type = "STATIC"
attribute = "SERVICE_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "asbc-sfa-oh"
}
}
}
}
rules {
type = "PROCESS_GROUP"
enabled = true
propagation_types = ["PROCESS_GROUP_TO_HOST"]
conditions {
key {
type = "STATIC"
attribute = "PROCESS_GROUP_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "asbc-sfa-oh"
}
}
}
}
rules {
type = "HOST"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "HOST_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "asbc-sfa-oh"
}
}
}
}
rules {
type = "CLOUD_APPLICATION_NAMESPACE"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAMESPACE_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "asbc-sfa-oh"
}
}
}
rules {
type = "CLOUD_APPLICATION"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "asbc-sfa-oh"
}
}
}
}

View File

@ -1,94 +0,0 @@
resource "dynatrace_management_zone" "CD_asbc-sts" {
name = "CD_asbc-sts"
rules {
type = "SERVICE"
enabled = true
propagation_types = ["SERVICE_TO_PROCESS_GROUP_LIKE","SERVICE_TO_HOST_LIKE"]
conditions {
key {
type = "STATIC"
attribute = "SERVICE_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "asbc-sts"
}
}
}
}
rules {
type = "PROCESS_GROUP"
enabled = true
propagation_types = ["PROCESS_GROUP_TO_HOST"]
conditions {
key {
type = "STATIC"
attribute = "PROCESS_GROUP_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "asbc-sts"
}
}
}
}
rules {
type = "HOST"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "HOST_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "asbc-sts"
}
}
}
}
rules {
type = "CLOUD_APPLICATION_NAMESPACE"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAMESPACE_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "asbc-sts"
}
}
}
rules {
type = "CLOUD_APPLICATION"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "asbc-sts"
}
}
}
}

View File

@ -1,94 +0,0 @@
resource "dynatrace_management_zone" "CD_avs-proxy-composite-service" {
name = "CD_avs-proxy-composite-service"
rules {
type = "SERVICE"
enabled = true
propagation_types = ["SERVICE_TO_HOST_LIKE","SERVICE_TO_PROCESS_GROUP_LIKE"]
conditions {
key {
type = "STATIC"
attribute = "SERVICE_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "avs-proxy-composite-service"
}
}
}
}
rules {
type = "PROCESS_GROUP"
enabled = true
propagation_types = ["PROCESS_GROUP_TO_HOST"]
conditions {
key {
type = "STATIC"
attribute = "PROCESS_GROUP_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "avs-proxy-composite-service"
}
}
}
}
rules {
type = "HOST"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "HOST_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "avs-proxy-composite-service"
}
}
}
}
rules {
type = "CLOUD_APPLICATION_NAMESPACE"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAMESPACE_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "avs-proxy-composite-service"
}
}
}
rules {
type = "CLOUD_APPLICATION"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "avs-proxy-composite-service"
}
}
}
}

View File

@ -1,94 +0,0 @@
resource "dynatrace_management_zone" "CD_b2v-com-echo" {
name = "CD_b2v-com-echo"
rules {
type = "SERVICE"
enabled = true
propagation_types = ["SERVICE_TO_HOST_LIKE","SERVICE_TO_PROCESS_GROUP_LIKE"]
conditions {
key {
type = "STATIC"
attribute = "SERVICE_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "b2v-com-echo"
}
}
}
}
rules {
type = "PROCESS_GROUP"
enabled = true
propagation_types = ["PROCESS_GROUP_TO_HOST"]
conditions {
key {
type = "STATIC"
attribute = "PROCESS_GROUP_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "b2v-com-echo"
}
}
}
}
rules {
type = "HOST"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "HOST_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "b2v-com-echo"
}
}
}
}
rules {
type = "CLOUD_APPLICATION_NAMESPACE"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAMESPACE_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "b2v-com-echo"
}
}
}
rules {
type = "CLOUD_APPLICATION"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "b2v-com-echo"
}
}
}
}

View File

@ -1,94 +0,0 @@
resource "dynatrace_management_zone" "CD_b2v-com-gcdm-client" {
name = "CD_b2v-com-gcdm-client"
rules {
type = "SERVICE"
enabled = true
propagation_types = ["SERVICE_TO_HOST_LIKE","SERVICE_TO_PROCESS_GROUP_LIKE"]
conditions {
key {
type = "STATIC"
attribute = "SERVICE_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "b2v-com-gcdm-client"
}
}
}
}
rules {
type = "PROCESS_GROUP"
enabled = true
propagation_types = ["PROCESS_GROUP_TO_HOST"]
conditions {
key {
type = "STATIC"
attribute = "PROCESS_GROUP_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "b2v-com-gcdm-client"
}
}
}
}
rules {
type = "HOST"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "HOST_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "b2v-com-gcdm-client"
}
}
}
}
rules {
type = "CLOUD_APPLICATION_NAMESPACE"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAMESPACE_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "b2v-com-gcdm-client"
}
}
}
rules {
type = "CLOUD_APPLICATION"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "b2v-com-gcdm-client"
}
}
}
}

View File

@ -1,94 +0,0 @@
resource "dynatrace_management_zone" "CD_bmw-points-push-notifications-service" {
name = "CD_bmw-points-push-notifications-service"
rules {
type = "SERVICE"
enabled = true
propagation_types = ["SERVICE_TO_HOST_LIKE","SERVICE_TO_PROCESS_GROUP_LIKE"]
conditions {
key {
type = "STATIC"
attribute = "SERVICE_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "bmw-points-push-notifications-service"
}
}
}
}
rules {
type = "PROCESS_GROUP"
enabled = true
propagation_types = ["PROCESS_GROUP_TO_HOST"]
conditions {
key {
type = "STATIC"
attribute = "PROCESS_GROUP_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "bmw-points-push-notifications-service"
}
}
}
}
rules {
type = "HOST"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "HOST_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "bmw-points-push-notifications-service"
}
}
}
}
rules {
type = "CLOUD_APPLICATION_NAMESPACE"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAMESPACE_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "bmw-points-push-notifications-service"
}
}
}
rules {
type = "CLOUD_APPLICATION"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "bmw-points-push-notifications-service"
}
}
}
}

View File

@ -1,94 +0,0 @@
resource "dynatrace_management_zone" "CD_bsi-service" {
name = "CD_bsi-service"
rules {
type = "SERVICE"
enabled = true
propagation_types = ["SERVICE_TO_PROCESS_GROUP_LIKE","SERVICE_TO_HOST_LIKE"]
conditions {
key {
type = "STATIC"
attribute = "SERVICE_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "bsi-service"
}
}
}
}
rules {
type = "PROCESS_GROUP"
enabled = true
propagation_types = ["PROCESS_GROUP_TO_HOST"]
conditions {
key {
type = "STATIC"
attribute = "PROCESS_GROUP_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "bsi-service"
}
}
}
}
rules {
type = "HOST"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "HOST_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "bsi-service"
}
}
}
}
rules {
type = "CLOUD_APPLICATION_NAMESPACE"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAMESPACE_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "bsi-service"
}
}
}
rules {
type = "CLOUD_APPLICATION"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "bsi-service"
}
}
}
}

View File

@ -1,94 +0,0 @@
resource "dynatrace_management_zone" "CD_cac" {
name = "CD_cac"
rules {
type = "SERVICE"
enabled = true
propagation_types = ["SERVICE_TO_HOST_LIKE","SERVICE_TO_PROCESS_GROUP_LIKE"]
conditions {
key {
type = "STATIC"
attribute = "SERVICE_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "cac"
}
}
}
}
rules {
type = "PROCESS_GROUP"
enabled = true
propagation_types = ["PROCESS_GROUP_TO_HOST"]
conditions {
key {
type = "STATIC"
attribute = "PROCESS_GROUP_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "cac"
}
}
}
}
rules {
type = "HOST"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "HOST_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "cac"
}
}
}
}
rules {
type = "CLOUD_APPLICATION_NAMESPACE"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAMESPACE_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "cac"
}
}
}
rules {
type = "CLOUD_APPLICATION"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "cac"
}
}
}
}

View File

@ -1,114 +0,0 @@
resource "dynatrace_management_zone" "CD_camvs" {
name = "CD_camvs"
rules {
type = "SERVICE"
enabled = true
propagation_types = ["SERVICE_TO_HOST_LIKE","SERVICE_TO_PROCESS_GROUP_LIKE"]
conditions {
key {
type = "STATIC"
attribute = "SERVICE_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "camvs"
}
}
}
}
rules {
type = "PROCESS_GROUP"
enabled = true
propagation_types = ["PROCESS_GROUP_TO_HOST"]
conditions {
key {
type = "STATIC"
attribute = "PROCESS_GROUP_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "camvs"
}
}
}
}
rules {
type = "HOST"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "HOST_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "camvs"
}
}
}
}
rules {
type = "CLOUD_APPLICATION_NAMESPACE"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAMESPACE_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "camvs"
}
}
}
rules {
type = "CLOUD_APPLICATION"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "camvs"
}
}
}
rules {
type = "PROCESS_GROUP"
enabled = true
propagation_types = ["PROCESS_GROUP_TO_SERVICE","PROCESS_GROUP_TO_HOST"]
conditions {
custom_process_metadata {
attribute = "PROCESS_GROUP_CUSTOM_METADATA"
dynamic_key {
key = "app-name"
source = "ENVIRONMENT"
}
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "camvs"
}
}
}
}

View File

@ -1,94 +0,0 @@
resource "dynatrace_management_zone" "CD_casa-event-processor" {
name = "CD_casa-event-processor"
rules {
type = "SERVICE"
enabled = true
propagation_types = ["SERVICE_TO_HOST_LIKE","SERVICE_TO_PROCESS_GROUP_LIKE"]
conditions {
key {
type = "STATIC"
attribute = "SERVICE_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "casa-event-processor"
}
}
}
}
rules {
type = "PROCESS_GROUP"
enabled = true
propagation_types = ["PROCESS_GROUP_TO_HOST"]
conditions {
key {
type = "STATIC"
attribute = "PROCESS_GROUP_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "casa-event-processor"
}
}
}
}
rules {
type = "HOST"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "HOST_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "casa-event-processor"
}
}
}
}
rules {
type = "CLOUD_APPLICATION_NAMESPACE"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAMESPACE_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "casa-event-processor"
}
}
}
rules {
type = "CLOUD_APPLICATION"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "casa-event-processor"
}
}
}
}

View File

@ -1,94 +0,0 @@
resource "dynatrace_management_zone" "CD_ccc" {
name = "CD_ccc"
rules {
type = "SERVICE"
enabled = true
propagation_types = ["SERVICE_TO_HOST_LIKE","SERVICE_TO_PROCESS_GROUP_LIKE"]
conditions {
key {
type = "STATIC"
attribute = "SERVICE_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "ccc"
}
}
}
}
rules {
type = "PROCESS_GROUP"
enabled = true
propagation_types = ["PROCESS_GROUP_TO_HOST"]
conditions {
key {
type = "STATIC"
attribute = "PROCESS_GROUP_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "ccc"
}
}
}
}
rules {
type = "HOST"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "HOST_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "ccc"
}
}
}
}
rules {
type = "CLOUD_APPLICATION_NAMESPACE"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAMESPACE_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "ccc"
}
}
}
rules {
type = "CLOUD_APPLICATION"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "ccc"
}
}
}
}

View File

@ -1,94 +0,0 @@
resource "dynatrace_management_zone" "CD_cdc" {
name = "CD_cdc"
rules {
type = "SERVICE"
enabled = true
propagation_types = ["SERVICE_TO_PROCESS_GROUP_LIKE","SERVICE_TO_HOST_LIKE"]
conditions {
key {
type = "STATIC"
attribute = "SERVICE_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "cdc"
}
}
}
}
rules {
type = "PROCESS_GROUP"
enabled = true
propagation_types = ["PROCESS_GROUP_TO_HOST"]
conditions {
key {
type = "STATIC"
attribute = "PROCESS_GROUP_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "cdc"
}
}
}
}
rules {
type = "HOST"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "HOST_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "cdc"
}
}
}
}
rules {
type = "CLOUD_APPLICATION_NAMESPACE"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAMESPACE_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "cdc"
}
}
}
rules {
type = "CLOUD_APPLICATION"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "cdc"
}
}
}
}

View File

@ -1,94 +0,0 @@
resource "dynatrace_management_zone" "CD_charging-data-privacy-composite" {
name = "CD_charging-data-privacy-composite"
rules {
type = "SERVICE"
enabled = true
propagation_types = ["SERVICE_TO_PROCESS_GROUP_LIKE","SERVICE_TO_HOST_LIKE"]
conditions {
key {
type = "STATIC"
attribute = "SERVICE_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "charging-data-privacy-composite"
}
}
}
}
rules {
type = "PROCESS_GROUP"
enabled = true
propagation_types = ["PROCESS_GROUP_TO_HOST"]
conditions {
key {
type = "STATIC"
attribute = "PROCESS_GROUP_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "charging-data-privacy-composite"
}
}
}
}
rules {
type = "HOST"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "HOST_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "charging-data-privacy-composite"
}
}
}
}
rules {
type = "CLOUD_APPLICATION_NAMESPACE"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAMESPACE_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "charging-data-privacy-composite"
}
}
}
rules {
type = "CLOUD_APPLICATION"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "charging-data-privacy-composite"
}
}
}
}

View File

@ -1,94 +0,0 @@
resource "dynatrace_management_zone" "CD_charging-data-privacy" {
name = "CD_charging-data-privacy"
rules {
type = "SERVICE"
enabled = true
propagation_types = ["SERVICE_TO_HOST_LIKE","SERVICE_TO_PROCESS_GROUP_LIKE"]
conditions {
key {
type = "STATIC"
attribute = "SERVICE_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "charging-data-privacy"
}
}
}
}
rules {
type = "PROCESS_GROUP"
enabled = true
propagation_types = ["PROCESS_GROUP_TO_HOST"]
conditions {
key {
type = "STATIC"
attribute = "PROCESS_GROUP_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "charging-data-privacy"
}
}
}
}
rules {
type = "HOST"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "HOST_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "charging-data-privacy"
}
}
}
}
rules {
type = "CLOUD_APPLICATION_NAMESPACE"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAMESPACE_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "charging-data-privacy"
}
}
}
rules {
type = "CLOUD_APPLICATION"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "charging-data-privacy"
}
}
}
}

View File

@ -1,94 +0,0 @@
resource "dynatrace_management_zone" "CD_charging-events-push-notification-service" {
name = "CD_charging-events-push-notification-service"
rules {
type = "SERVICE"
enabled = true
propagation_types = ["SERVICE_TO_PROCESS_GROUP_LIKE","SERVICE_TO_HOST_LIKE"]
conditions {
key {
type = "STATIC"
attribute = "SERVICE_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "charging-events-push-notification-service"
}
}
}
}
rules {
type = "PROCESS_GROUP"
enabled = true
propagation_types = ["PROCESS_GROUP_TO_HOST"]
conditions {
key {
type = "STATIC"
attribute = "PROCESS_GROUP_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "charging-events-push-notification-service"
}
}
}
}
rules {
type = "HOST"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "HOST_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "charging-events-push-notification-service"
}
}
}
}
rules {
type = "CLOUD_APPLICATION_NAMESPACE"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAMESPACE_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "charging-events-push-notification-service"
}
}
}
rules {
type = "CLOUD_APPLICATION"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "charging-events-push-notification-service"
}
}
}
}

View File

@ -1,94 +0,0 @@
resource "dynatrace_management_zone" "CD_charging-history-gdpr-proxy-service" {
name = "CD_charging-history-gdpr-proxy-service"
rules {
type = "SERVICE"
enabled = true
propagation_types = ["SERVICE_TO_PROCESS_GROUP_LIKE","SERVICE_TO_HOST_LIKE"]
conditions {
key {
type = "STATIC"
attribute = "SERVICE_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "charging-history-gdpr-proxy-service"
}
}
}
}
rules {
type = "PROCESS_GROUP"
enabled = true
propagation_types = ["PROCESS_GROUP_TO_HOST"]
conditions {
key {
type = "STATIC"
attribute = "PROCESS_GROUP_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "charging-history-gdpr-proxy-service"
}
}
}
}
rules {
type = "HOST"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "HOST_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "charging-history-gdpr-proxy-service"
}
}
}
}
rules {
type = "CLOUD_APPLICATION_NAMESPACE"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAMESPACE_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "charging-history-gdpr-proxy-service"
}
}
}
rules {
type = "CLOUD_APPLICATION"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "charging-history-gdpr-proxy-service"
}
}
}
}

View File

@ -1,94 +0,0 @@
resource "dynatrace_management_zone" "CD_charging-plan-composite-service" {
name = "CD_charging-plan-composite-service"
rules {
type = "SERVICE"
enabled = true
propagation_types = ["SERVICE_TO_PROCESS_GROUP_LIKE","SERVICE_TO_HOST_LIKE"]
conditions {
key {
type = "STATIC"
attribute = "SERVICE_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "charging-plan-composite-service"
}
}
}
}
rules {
type = "PROCESS_GROUP"
enabled = true
propagation_types = ["PROCESS_GROUP_TO_HOST"]
conditions {
key {
type = "STATIC"
attribute = "PROCESS_GROUP_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "charging-plan-composite-service"
}
}
}
}
rules {
type = "HOST"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "HOST_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "charging-plan-composite-service"
}
}
}
}
rules {
type = "CLOUD_APPLICATION_NAMESPACE"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAMESPACE_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "charging-plan-composite-service"
}
}
}
rules {
type = "CLOUD_APPLICATION"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "charging-plan-composite-service"
}
}
}
}

View File

@ -1,94 +0,0 @@
resource "dynatrace_management_zone" "CD_charging-push-notifications-service" {
name = "CD_charging-push-notifications-service"
rules {
type = "SERVICE"
enabled = true
propagation_types = ["SERVICE_TO_PROCESS_GROUP_LIKE","SERVICE_TO_HOST_LIKE"]
conditions {
key {
type = "STATIC"
attribute = "SERVICE_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "charging-push-notifications-service"
}
}
}
}
rules {
type = "PROCESS_GROUP"
enabled = true
propagation_types = ["PROCESS_GROUP_TO_HOST"]
conditions {
key {
type = "STATIC"
attribute = "PROCESS_GROUP_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "charging-push-notifications-service"
}
}
}
}
rules {
type = "HOST"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "HOST_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "charging-push-notifications-service"
}
}
}
}
rules {
type = "CLOUD_APPLICATION_NAMESPACE"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAMESPACE_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "charging-push-notifications-service"
}
}
}
rules {
type = "CLOUD_APPLICATION"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "charging-push-notifications-service"
}
}
}
}

View File

@ -1,94 +0,0 @@
resource "dynatrace_management_zone" "CD_charging-stations-service" {
name = "CD_charging-stations-service"
rules {
type = "SERVICE"
enabled = true
propagation_types = ["SERVICE_TO_PROCESS_GROUP_LIKE","SERVICE_TO_HOST_LIKE"]
conditions {
key {
type = "STATIC"
attribute = "SERVICE_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "charging-stations-service"
}
}
}
}
rules {
type = "PROCESS_GROUP"
enabled = true
propagation_types = ["PROCESS_GROUP_TO_HOST"]
conditions {
key {
type = "STATIC"
attribute = "PROCESS_GROUP_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "charging-stations-service"
}
}
}
}
rules {
type = "HOST"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "HOST_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "charging-stations-service"
}
}
}
}
rules {
type = "CLOUD_APPLICATION_NAMESPACE"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAMESPACE_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "charging-stations-service"
}
}
}
rules {
type = "CLOUD_APPLICATION"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "charging-stations-service"
}
}
}
}

View File

@ -1,94 +0,0 @@
resource "dynatrace_management_zone" "CD_client-agent-telemetry-processor" {
name = "CD_client-agent-telemetry-processor"
rules {
type = "SERVICE"
enabled = true
propagation_types = ["SERVICE_TO_PROCESS_GROUP_LIKE","SERVICE_TO_HOST_LIKE"]
conditions {
key {
type = "STATIC"
attribute = "SERVICE_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "client-agent-telemetry-processor"
}
}
}
}
rules {
type = "PROCESS_GROUP"
enabled = true
propagation_types = ["PROCESS_GROUP_TO_HOST"]
conditions {
key {
type = "STATIC"
attribute = "PROCESS_GROUP_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "client-agent-telemetry-processor"
}
}
}
}
rules {
type = "HOST"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "HOST_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "client-agent-telemetry-processor"
}
}
}
}
rules {
type = "CLOUD_APPLICATION_NAMESPACE"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAMESPACE_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "client-agent-telemetry-processor"
}
}
}
rules {
type = "CLOUD_APPLICATION"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "client-agent-telemetry-processor"
}
}
}
}

View File

@ -1,94 +0,0 @@
resource "dynatrace_management_zone" "CD_cm" {
name = "CD_cm"
rules {
type = "SERVICE"
enabled = true
propagation_types = ["SERVICE_TO_HOST_LIKE","SERVICE_TO_PROCESS_GROUP_LIKE"]
conditions {
key {
type = "STATIC"
attribute = "SERVICE_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "cm"
}
}
}
}
rules {
type = "PROCESS_GROUP"
enabled = true
propagation_types = ["PROCESS_GROUP_TO_HOST"]
conditions {
key {
type = "STATIC"
attribute = "PROCESS_GROUP_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "cm"
}
}
}
}
rules {
type = "HOST"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "HOST_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "cm"
}
}
}
}
rules {
type = "CLOUD_APPLICATION_NAMESPACE"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAMESPACE_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "cm"
}
}
}
rules {
type = "CLOUD_APPLICATION"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "cm"
}
}
}
}

View File

@ -1,94 +0,0 @@
resource "dynatrace_management_zone" "CD_commute-notification-service" {
name = "CD_commute-notification-service"
rules {
type = "SERVICE"
enabled = true
propagation_types = ["SERVICE_TO_HOST_LIKE","SERVICE_TO_PROCESS_GROUP_LIKE"]
conditions {
key {
type = "STATIC"
attribute = "SERVICE_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "commute-notification-service"
}
}
}
}
rules {
type = "PROCESS_GROUP"
enabled = true
propagation_types = ["PROCESS_GROUP_TO_HOST"]
conditions {
key {
type = "STATIC"
attribute = "PROCESS_GROUP_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "commute-notification-service"
}
}
}
}
rules {
type = "HOST"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "HOST_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "commute-notification-service"
}
}
}
}
rules {
type = "CLOUD_APPLICATION_NAMESPACE"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAMESPACE_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "commute-notification-service"
}
}
}
rules {
type = "CLOUD_APPLICATION"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "commute-notification-service"
}
}
}
}

View File

@ -1,94 +0,0 @@
resource "dynatrace_management_zone" "CD_connected-onboard-composite-service" {
name = "CD_connected-onboard-composite-service"
rules {
type = "SERVICE"
enabled = true
propagation_types = ["SERVICE_TO_HOST_LIKE","SERVICE_TO_PROCESS_GROUP_LIKE"]
conditions {
key {
type = "STATIC"
attribute = "SERVICE_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "connected-onboard-composite-service"
}
}
}
}
rules {
type = "PROCESS_GROUP"
enabled = true
propagation_types = ["PROCESS_GROUP_TO_HOST"]
conditions {
key {
type = "STATIC"
attribute = "PROCESS_GROUP_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "connected-onboard-composite-service"
}
}
}
}
rules {
type = "HOST"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "HOST_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "connected-onboard-composite-service"
}
}
}
}
rules {
type = "CLOUD_APPLICATION_NAMESPACE"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAMESPACE_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "connected-onboard-composite-service"
}
}
}
rules {
type = "CLOUD_APPLICATION"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "connected-onboard-composite-service"
}
}
}
}

View File

@ -1,94 +0,0 @@
resource "dynatrace_management_zone" "CD_csu" {
name = "CD_csu"
rules {
type = "SERVICE"
enabled = true
propagation_types = ["SERVICE_TO_HOST_LIKE","SERVICE_TO_PROCESS_GROUP_LIKE"]
conditions {
key {
type = "STATIC"
attribute = "SERVICE_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "csu"
}
}
}
}
rules {
type = "PROCESS_GROUP"
enabled = true
propagation_types = ["PROCESS_GROUP_TO_HOST"]
conditions {
key {
type = "STATIC"
attribute = "PROCESS_GROUP_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "csu"
}
}
}
}
rules {
type = "HOST"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "HOST_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "csu"
}
}
}
}
rules {
type = "CLOUD_APPLICATION_NAMESPACE"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAMESPACE_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "csu"
}
}
}
rules {
type = "CLOUD_APPLICATION"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "csu"
}
}
}
}

View File

@ -1,94 +0,0 @@
resource "dynatrace_management_zone" "CD_ctns-event-origin" {
name = "CD_ctns-event-origin"
rules {
type = "SERVICE"
enabled = true
propagation_types = ["SERVICE_TO_PROCESS_GROUP_LIKE","SERVICE_TO_HOST_LIKE"]
conditions {
key {
type = "STATIC"
attribute = "SERVICE_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "ctns-event-origin"
}
}
}
}
rules {
type = "PROCESS_GROUP"
enabled = true
propagation_types = ["PROCESS_GROUP_TO_HOST"]
conditions {
key {
type = "STATIC"
attribute = "PROCESS_GROUP_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "ctns-event-origin"
}
}
}
}
rules {
type = "HOST"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "HOST_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "ctns-event-origin"
}
}
}
}
rules {
type = "CLOUD_APPLICATION_NAMESPACE"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAMESPACE_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "ctns-event-origin"
}
}
}
rules {
type = "CLOUD_APPLICATION"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "ctns-event-origin"
}
}
}
}

View File

@ -1,94 +0,0 @@
resource "dynatrace_management_zone" "CD_ctns-marketing-api" {
name = "CD_ctns-marketing-api"
rules {
type = "SERVICE"
enabled = true
propagation_types = ["SERVICE_TO_PROCESS_GROUP_LIKE","SERVICE_TO_HOST_LIKE"]
conditions {
key {
type = "STATIC"
attribute = "SERVICE_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "ctns-marketing-api"
}
}
}
}
rules {
type = "PROCESS_GROUP"
enabled = true
propagation_types = ["PROCESS_GROUP_TO_HOST"]
conditions {
key {
type = "STATIC"
attribute = "PROCESS_GROUP_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "ctns-marketing-api"
}
}
}
}
rules {
type = "HOST"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "HOST_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "ctns-marketing-api"
}
}
}
}
rules {
type = "CLOUD_APPLICATION_NAMESPACE"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAMESPACE_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "ctns-marketing-api"
}
}
}
rules {
type = "CLOUD_APPLICATION"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "ctns-marketing-api"
}
}
}
}

View File

@ -1,94 +0,0 @@
resource "dynatrace_management_zone" "CD_ctns-vehicle-api" {
name = "CD_ctns-vehicle-api"
rules {
type = "SERVICE"
enabled = true
propagation_types = ["SERVICE_TO_HOST_LIKE","SERVICE_TO_PROCESS_GROUP_LIKE"]
conditions {
key {
type = "STATIC"
attribute = "SERVICE_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "ctns-vehicle-api"
}
}
}
}
rules {
type = "PROCESS_GROUP"
enabled = true
propagation_types = ["PROCESS_GROUP_TO_HOST"]
conditions {
key {
type = "STATIC"
attribute = "PROCESS_GROUP_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "ctns-vehicle-api"
}
}
}
}
rules {
type = "HOST"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "HOST_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "ctns-vehicle-api"
}
}
}
}
rules {
type = "CLOUD_APPLICATION_NAMESPACE"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAMESPACE_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "ctns-vehicle-api"
}
}
}
rules {
type = "CLOUD_APPLICATION"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "ctns-vehicle-api"
}
}
}
}

View File

@ -1,94 +0,0 @@
resource "dynatrace_management_zone" "CD_dealer-comms-provider-service" {
name = "CD_dealer-comms-provider-service"
rules {
type = "SERVICE"
enabled = true
propagation_types = ["SERVICE_TO_PROCESS_GROUP_LIKE","SERVICE_TO_HOST_LIKE"]
conditions {
key {
type = "STATIC"
attribute = "SERVICE_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "dealer-comms-provider-service"
}
}
}
}
rules {
type = "PROCESS_GROUP"
enabled = true
propagation_types = ["PROCESS_GROUP_TO_HOST"]
conditions {
key {
type = "STATIC"
attribute = "PROCESS_GROUP_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "dealer-comms-provider-service"
}
}
}
}
rules {
type = "HOST"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "HOST_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "dealer-comms-provider-service"
}
}
}
}
rules {
type = "CLOUD_APPLICATION_NAMESPACE"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAMESPACE_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "dealer-comms-provider-service"
}
}
}
rules {
type = "CLOUD_APPLICATION"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "dealer-comms-provider-service"
}
}
}
}

View File

@ -1,94 +0,0 @@
resource "dynatrace_management_zone" "CD_dealer-data-service" {
name = "CD_dealer-data-service"
rules {
type = "SERVICE"
enabled = true
propagation_types = ["SERVICE_TO_PROCESS_GROUP_LIKE","SERVICE_TO_HOST_LIKE"]
conditions {
key {
type = "STATIC"
attribute = "SERVICE_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "dealer-data-service"
}
}
}
}
rules {
type = "PROCESS_GROUP"
enabled = true
propagation_types = ["PROCESS_GROUP_TO_HOST"]
conditions {
key {
type = "STATIC"
attribute = "PROCESS_GROUP_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "dealer-data-service"
}
}
}
}
rules {
type = "HOST"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "HOST_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "dealer-data-service"
}
}
}
}
rules {
type = "CLOUD_APPLICATION_NAMESPACE"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAMESPACE_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "dealer-data-service"
}
}
}
rules {
type = "CLOUD_APPLICATION"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "dealer-data-service"
}
}
}
}

View File

@ -1,94 +0,0 @@
resource "dynatrace_management_zone" "CD_dealer-payments-invoice-service" {
name = "CD_dealer-payments-invoice-service"
rules {
type = "SERVICE"
enabled = true
propagation_types = ["SERVICE_TO_PROCESS_GROUP_LIKE","SERVICE_TO_HOST_LIKE"]
conditions {
key {
type = "STATIC"
attribute = "SERVICE_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "dealer-payments-invoice-service"
}
}
}
}
rules {
type = "PROCESS_GROUP"
enabled = true
propagation_types = ["PROCESS_GROUP_TO_HOST"]
conditions {
key {
type = "STATIC"
attribute = "PROCESS_GROUP_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "dealer-payments-invoice-service"
}
}
}
}
rules {
type = "HOST"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "HOST_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "dealer-payments-invoice-service"
}
}
}
}
rules {
type = "CLOUD_APPLICATION_NAMESPACE"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAMESPACE_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "dealer-payments-invoice-service"
}
}
}
rules {
type = "CLOUD_APPLICATION"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "dealer-payments-invoice-service"
}
}
}
}

View File

@ -1,94 +0,0 @@
resource "dynatrace_management_zone" "CD_destination-composite-service" {
name = "CD_destination-composite-service"
rules {
type = "SERVICE"
enabled = true
propagation_types = ["SERVICE_TO_PROCESS_GROUP_LIKE","SERVICE_TO_HOST_LIKE"]
conditions {
key {
type = "STATIC"
attribute = "SERVICE_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "destination-composite-service"
}
}
}
}
rules {
type = "PROCESS_GROUP"
enabled = true
propagation_types = ["PROCESS_GROUP_TO_HOST"]
conditions {
key {
type = "STATIC"
attribute = "PROCESS_GROUP_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "destination-composite-service"
}
}
}
}
rules {
type = "HOST"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "HOST_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "destination-composite-service"
}
}
}
}
rules {
type = "CLOUD_APPLICATION_NAMESPACE"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAMESPACE_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "destination-composite-service"
}
}
}
rules {
type = "CLOUD_APPLICATION"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "destination-composite-service"
}
}
}
}

View File

@ -1,94 +0,0 @@
resource "dynatrace_management_zone" "CD_discover-bmw-composite-service" {
name = "CD_discover-bmw-composite-service"
rules {
type = "SERVICE"
enabled = true
propagation_types = ["SERVICE_TO_PROCESS_GROUP_LIKE","SERVICE_TO_HOST_LIKE"]
conditions {
key {
type = "STATIC"
attribute = "SERVICE_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "discover-bmw-composite-service"
}
}
}
}
rules {
type = "PROCESS_GROUP"
enabled = true
propagation_types = ["PROCESS_GROUP_TO_HOST"]
conditions {
key {
type = "STATIC"
attribute = "PROCESS_GROUP_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "discover-bmw-composite-service"
}
}
}
}
rules {
type = "HOST"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "HOST_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "discover-bmw-composite-service"
}
}
}
}
rules {
type = "CLOUD_APPLICATION_NAMESPACE"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAMESPACE_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "discover-bmw-composite-service"
}
}
}
rules {
type = "CLOUD_APPLICATION"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "discover-bmw-composite-service"
}
}
}
}

View File

@ -1,94 +0,0 @@
resource "dynatrace_management_zone" "CD_dsd" {
name = "CD_dsd"
rules {
type = "SERVICE"
enabled = true
propagation_types = ["SERVICE_TO_PROCESS_GROUP_LIKE","SERVICE_TO_HOST_LIKE"]
conditions {
key {
type = "STATIC"
attribute = "SERVICE_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "dsd"
}
}
}
}
rules {
type = "PROCESS_GROUP"
enabled = true
propagation_types = ["PROCESS_GROUP_TO_HOST"]
conditions {
key {
type = "STATIC"
attribute = "PROCESS_GROUP_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "dsd"
}
}
}
}
rules {
type = "HOST"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "HOST_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "dsd"
}
}
}
}
rules {
type = "CLOUD_APPLICATION_NAMESPACE"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAMESPACE_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "dsd"
}
}
}
rules {
type = "CLOUD_APPLICATION"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "dsd"
}
}
}
}

View File

@ -1,94 +0,0 @@
resource "dynatrace_management_zone" "CD_e4m" {
name = "CD_e4m"
rules {
type = "SERVICE"
enabled = true
propagation_types = ["SERVICE_TO_PROCESS_GROUP_LIKE","SERVICE_TO_HOST_LIKE"]
conditions {
key {
type = "STATIC"
attribute = "SERVICE_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "e4m"
}
}
}
}
rules {
type = "PROCESS_GROUP"
enabled = true
propagation_types = ["PROCESS_GROUP_TO_HOST"]
conditions {
key {
type = "STATIC"
attribute = "PROCESS_GROUP_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "e4m"
}
}
}
}
rules {
type = "HOST"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "HOST_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "e4m"
}
}
}
}
rules {
type = "CLOUD_APPLICATION_NAMESPACE"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAMESPACE_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "e4m"
}
}
}
rules {
type = "CLOUD_APPLICATION"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "e4m"
}
}
}
}

View File

@ -1,94 +0,0 @@
resource "dynatrace_management_zone" "CD_eadb" {
name = "CD_eadb"
rules {
type = "SERVICE"
enabled = true
propagation_types = ["SERVICE_TO_HOST_LIKE","SERVICE_TO_PROCESS_GROUP_LIKE"]
conditions {
key {
type = "STATIC"
attribute = "SERVICE_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "eadb"
}
}
}
}
rules {
type = "PROCESS_GROUP"
enabled = true
propagation_types = ["PROCESS_GROUP_TO_HOST"]
conditions {
key {
type = "STATIC"
attribute = "PROCESS_GROUP_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "eadb"
}
}
}
}
rules {
type = "HOST"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "HOST_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "eadb"
}
}
}
}
rules {
type = "CLOUD_APPLICATION_NAMESPACE"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAMESPACE_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "eadb"
}
}
}
rules {
type = "CLOUD_APPLICATION"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "eadb"
}
}
}
}

View File

@ -1,94 +0,0 @@
resource "dynatrace_management_zone" "CD_erd" {
name = "CD_erd"
rules {
type = "SERVICE"
enabled = true
propagation_types = ["SERVICE_TO_PROCESS_GROUP_LIKE","SERVICE_TO_HOST_LIKE"]
conditions {
key {
type = "STATIC"
attribute = "SERVICE_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "erd"
}
}
}
}
rules {
type = "PROCESS_GROUP"
enabled = true
propagation_types = ["PROCESS_GROUP_TO_HOST"]
conditions {
key {
type = "STATIC"
attribute = "PROCESS_GROUP_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "erd"
}
}
}
}
rules {
type = "HOST"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "HOST_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "erd"
}
}
}
}
rules {
type = "CLOUD_APPLICATION_NAMESPACE"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAMESPACE_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "erd"
}
}
}
rules {
type = "CLOUD_APPLICATION"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "erd"
}
}
}
}

View File

@ -1,94 +0,0 @@
resource "dynatrace_management_zone" "CD_esh" {
name = "CD_esh"
rules {
type = "SERVICE"
enabled = true
propagation_types = ["SERVICE_TO_HOST_LIKE","SERVICE_TO_PROCESS_GROUP_LIKE"]
conditions {
key {
type = "STATIC"
attribute = "SERVICE_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "esh"
}
}
}
}
rules {
type = "PROCESS_GROUP"
enabled = true
propagation_types = ["PROCESS_GROUP_TO_HOST"]
conditions {
key {
type = "STATIC"
attribute = "PROCESS_GROUP_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "esh"
}
}
}
}
rules {
type = "HOST"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "HOST_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "esh"
}
}
}
}
rules {
type = "CLOUD_APPLICATION_NAMESPACE"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAMESPACE_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "esh"
}
}
}
rules {
type = "CLOUD_APPLICATION"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "esh"
}
}
}
}

View File

@ -1,94 +0,0 @@
resource "dynatrace_management_zone" "CD_fmc" {
name = "CD_fmc"
rules {
type = "SERVICE"
enabled = true
propagation_types = ["SERVICE_TO_PROCESS_GROUP_LIKE","SERVICE_TO_HOST_LIKE"]
conditions {
key {
type = "STATIC"
attribute = "SERVICE_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "fmc"
}
}
}
}
rules {
type = "PROCESS_GROUP"
enabled = true
propagation_types = ["PROCESS_GROUP_TO_HOST"]
conditions {
key {
type = "STATIC"
attribute = "PROCESS_GROUP_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "fmc"
}
}
}
}
rules {
type = "HOST"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "HOST_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "fmc"
}
}
}
}
rules {
type = "CLOUD_APPLICATION_NAMESPACE"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAMESPACE_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "fmc"
}
}
}
rules {
type = "CLOUD_APPLICATION"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "fmc"
}
}
}
}

View File

@ -1,94 +0,0 @@
resource "dynatrace_management_zone" "CD_hpauth" {
name = "CD_hpauth"
rules {
type = "SERVICE"
enabled = true
propagation_types = ["SERVICE_TO_PROCESS_GROUP_LIKE","SERVICE_TO_HOST_LIKE"]
conditions {
key {
type = "STATIC"
attribute = "SERVICE_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "hpauth"
}
}
}
}
rules {
type = "PROCESS_GROUP"
enabled = true
propagation_types = ["PROCESS_GROUP_TO_HOST"]
conditions {
key {
type = "STATIC"
attribute = "PROCESS_GROUP_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "hpauth"
}
}
}
}
rules {
type = "HOST"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "HOST_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "hpauth"
}
}
}
}
rules {
type = "CLOUD_APPLICATION_NAMESPACE"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAMESPACE_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "hpauth"
}
}
}
rules {
type = "CLOUD_APPLICATION"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "hpauth"
}
}
}
}

View File

@ -1,94 +0,0 @@
resource "dynatrace_management_zone" "CD_id-lookup-service" {
name = "CD_id-lookup-service"
rules {
type = "SERVICE"
enabled = true
propagation_types = ["SERVICE_TO_HOST_LIKE","SERVICE_TO_PROCESS_GROUP_LIKE"]
conditions {
key {
type = "STATIC"
attribute = "SERVICE_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "id-lookup-service"
}
}
}
}
rules {
type = "PROCESS_GROUP"
enabled = true
propagation_types = ["PROCESS_GROUP_TO_HOST"]
conditions {
key {
type = "STATIC"
attribute = "PROCESS_GROUP_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "id-lookup-service"
}
}
}
}
rules {
type = "HOST"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "HOST_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "id-lookup-service"
}
}
}
}
rules {
type = "CLOUD_APPLICATION_NAMESPACE"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAMESPACE_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "id-lookup-service"
}
}
}
rules {
type = "CLOUD_APPLICATION"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "id-lookup-service"
}
}
}
}

View File

@ -1,94 +0,0 @@
resource "dynatrace_management_zone" "CD_ids-admin" {
name = "CD_ids-admin"
rules {
type = "SERVICE"
enabled = true
propagation_types = ["SERVICE_TO_HOST_LIKE","SERVICE_TO_PROCESS_GROUP_LIKE"]
conditions {
key {
type = "STATIC"
attribute = "SERVICE_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "ids-admin"
}
}
}
}
rules {
type = "PROCESS_GROUP"
enabled = true
propagation_types = ["PROCESS_GROUP_TO_HOST"]
conditions {
key {
type = "STATIC"
attribute = "PROCESS_GROUP_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "ids-admin"
}
}
}
}
rules {
type = "HOST"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "HOST_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "ids-admin"
}
}
}
}
rules {
type = "CLOUD_APPLICATION_NAMESPACE"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAMESPACE_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "ids-admin"
}
}
}
rules {
type = "CLOUD_APPLICATION"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "ids-admin"
}
}
}
}

View File

@ -1,94 +0,0 @@
resource "dynatrace_management_zone" "CD_ids-sync" {
name = "CD_ids-sync"
rules {
type = "SERVICE"
enabled = true
propagation_types = ["SERVICE_TO_HOST_LIKE","SERVICE_TO_PROCESS_GROUP_LIKE"]
conditions {
key {
type = "STATIC"
attribute = "SERVICE_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "ids-sync"
}
}
}
}
rules {
type = "PROCESS_GROUP"
enabled = true
propagation_types = ["PROCESS_GROUP_TO_HOST"]
conditions {
key {
type = "STATIC"
attribute = "PROCESS_GROUP_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "ids-sync"
}
}
}
}
rules {
type = "HOST"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "HOST_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "ids-sync"
}
}
}
}
rules {
type = "CLOUD_APPLICATION_NAMESPACE"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAMESPACE_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "ids-sync"
}
}
}
rules {
type = "CLOUD_APPLICATION"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "ids-sync"
}
}
}
}

View File

@ -1,94 +0,0 @@
resource "dynatrace_management_zone" "CD_imiles-service" {
name = "CD_imiles-service"
rules {
type = "SERVICE"
enabled = true
propagation_types = ["SERVICE_TO_PROCESS_GROUP_LIKE","SERVICE_TO_HOST_LIKE"]
conditions {
key {
type = "STATIC"
attribute = "SERVICE_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "imiles-service"
}
}
}
}
rules {
type = "PROCESS_GROUP"
enabled = true
propagation_types = ["PROCESS_GROUP_TO_HOST"]
conditions {
key {
type = "STATIC"
attribute = "PROCESS_GROUP_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "imiles-service"
}
}
}
}
rules {
type = "HOST"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "HOST_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "imiles-service"
}
}
}
}
rules {
type = "CLOUD_APPLICATION_NAMESPACE"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAMESPACE_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "imiles-service"
}
}
}
rules {
type = "CLOUD_APPLICATION"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "imiles-service"
}
}
}
}

View File

@ -1,94 +0,0 @@
resource "dynatrace_management_zone" "CD_ipa-gateway" {
name = "CD_ipa-gateway"
rules {
type = "SERVICE"
enabled = true
propagation_types = ["SERVICE_TO_HOST_LIKE","SERVICE_TO_PROCESS_GROUP_LIKE"]
conditions {
key {
type = "STATIC"
attribute = "SERVICE_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "ipa-gateway"
}
}
}
}
rules {
type = "PROCESS_GROUP"
enabled = true
propagation_types = ["PROCESS_GROUP_TO_HOST"]
conditions {
key {
type = "STATIC"
attribute = "PROCESS_GROUP_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "ipa-gateway"
}
}
}
}
rules {
type = "HOST"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "HOST_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "ipa-gateway"
}
}
}
}
rules {
type = "CLOUD_APPLICATION_NAMESPACE"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAMESPACE_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "ipa-gateway"
}
}
}
rules {
type = "CLOUD_APPLICATION"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "ipa-gateway"
}
}
}
}

View File

@ -1,94 +0,0 @@
resource "dynatrace_management_zone" "CD_legal-document-composite-service" {
name = "CD_legal-document-composite-service"
rules {
type = "SERVICE"
enabled = true
propagation_types = ["SERVICE_TO_HOST_LIKE","SERVICE_TO_PROCESS_GROUP_LIKE"]
conditions {
key {
type = "STATIC"
attribute = "SERVICE_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "legal-document-composite-service"
}
}
}
}
rules {
type = "PROCESS_GROUP"
enabled = true
propagation_types = ["PROCESS_GROUP_TO_HOST"]
conditions {
key {
type = "STATIC"
attribute = "PROCESS_GROUP_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "legal-document-composite-service"
}
}
}
}
rules {
type = "HOST"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "HOST_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "legal-document-composite-service"
}
}
}
}
rules {
type = "CLOUD_APPLICATION_NAMESPACE"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAMESPACE_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "legal-document-composite-service"
}
}
}
rules {
type = "CLOUD_APPLICATION"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "legal-document-composite-service"
}
}
}
}

View File

@ -1,94 +0,0 @@
resource "dynatrace_management_zone" "CD_log-data-deletion-service" {
name = "CD_log-data-deletion-service"
rules {
type = "SERVICE"
enabled = true
propagation_types = ["SERVICE_TO_PROCESS_GROUP_LIKE","SERVICE_TO_HOST_LIKE"]
conditions {
key {
type = "STATIC"
attribute = "SERVICE_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "log-data-deletion-service"
}
}
}
}
rules {
type = "PROCESS_GROUP"
enabled = true
propagation_types = ["PROCESS_GROUP_TO_HOST"]
conditions {
key {
type = "STATIC"
attribute = "PROCESS_GROUP_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "log-data-deletion-service"
}
}
}
}
rules {
type = "HOST"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "HOST_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "log-data-deletion-service"
}
}
}
}
rules {
type = "CLOUD_APPLICATION_NAMESPACE"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAMESPACE_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "log-data-deletion-service"
}
}
}
rules {
type = "CLOUD_APPLICATION"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "log-data-deletion-service"
}
}
}
}

View File

@ -1,62 +0,0 @@
resource "dynatrace_management_zone" "CD_lsc-hr" {
name = "CD_lsc-hr"
rules {
type = "SERVICE"
enabled = true
propagation_types = ["SERVICE_TO_PROCESS_GROUP_LIKE","SERVICE_TO_HOST_LIKE"]
conditions {
key {
type = "STATIC"
attribute = "SERVICE_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "newComponentTag"
}
}
}
}
rules {
type = "PROCESS_GROUP"
enabled = true
propagation_types = ["PROCESS_GROUP_TO_HOST"]
conditions {
key {
type = "STATIC"
attribute = "PROCESS_GROUP_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "newComponentTag"
}
}
}
}
rules {
type = "HOST"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "HOST_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "newComponentTag"
}
}
}
}
}

View File

@ -1,62 +0,0 @@
resource "dynatrace_management_zone" "CD_lsc-jr" {
name = "CD_lsc-jr"
rules {
type = "SERVICE"
enabled = true
propagation_types = ["SERVICE_TO_HOST_LIKE","SERVICE_TO_PROCESS_GROUP_LIKE"]
conditions {
key {
type = "STATIC"
attribute = "SERVICE_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "newComponentTag"
}
}
}
}
rules {
type = "PROCESS_GROUP"
enabled = true
propagation_types = ["PROCESS_GROUP_TO_HOST"]
conditions {
key {
type = "STATIC"
attribute = "PROCESS_GROUP_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "newComponentTag"
}
}
}
}
rules {
type = "HOST"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "HOST_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "newComponentTag"
}
}
}
}
}

View File

@ -1,94 +0,0 @@
resource "dynatrace_management_zone" "CD_lsc-kc" {
name = "CD_lsc-kc"
rules {
type = "SERVICE"
enabled = true
propagation_types = ["SERVICE_TO_PROCESS_GROUP_LIKE","SERVICE_TO_HOST_LIKE"]
conditions {
key {
type = "STATIC"
attribute = "SERVICE_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "lsc-kc"
}
}
}
}
rules {
type = "PROCESS_GROUP"
enabled = true
propagation_types = ["PROCESS_GROUP_TO_HOST"]
conditions {
key {
type = "STATIC"
attribute = "PROCESS_GROUP_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "lsc-kc"
}
}
}
}
rules {
type = "HOST"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "HOST_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "lsc-kc"
}
}
}
}
rules {
type = "CLOUD_APPLICATION_NAMESPACE"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAMESPACE_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "lsc-kc"
}
}
}
rules {
type = "CLOUD_APPLICATION"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "lsc-kc"
}
}
}
}

View File

@ -1,94 +0,0 @@
resource "dynatrace_management_zone" "CD_lsc-oc" {
name = "CD_lsc-oc"
rules {
type = "SERVICE"
enabled = true
propagation_types = ["SERVICE_TO_HOST_LIKE","SERVICE_TO_PROCESS_GROUP_LIKE"]
conditions {
key {
type = "STATIC"
attribute = "SERVICE_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "lsc-oc"
}
}
}
}
rules {
type = "PROCESS_GROUP"
enabled = true
propagation_types = ["PROCESS_GROUP_TO_HOST"]
conditions {
key {
type = "STATIC"
attribute = "PROCESS_GROUP_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "lsc-oc"
}
}
}
}
rules {
type = "HOST"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "HOST_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "lsc-oc"
}
}
}
}
rules {
type = "CLOUD_APPLICATION_NAMESPACE"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAMESPACE_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "lsc-oc"
}
}
}
rules {
type = "CLOUD_APPLICATION"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "lsc-oc"
}
}
}
}

View File

@ -1,62 +0,0 @@
resource "dynatrace_management_zone" "CD_lsc-wo" {
name = "CD_lsc-wo"
rules {
type = "SERVICE"
enabled = true
propagation_types = ["SERVICE_TO_PROCESS_GROUP_LIKE","SERVICE_TO_HOST_LIKE"]
conditions {
key {
type = "STATIC"
attribute = "SERVICE_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "newComponentTag"
}
}
}
}
rules {
type = "PROCESS_GROUP"
enabled = true
propagation_types = ["PROCESS_GROUP_TO_HOST"]
conditions {
key {
type = "STATIC"
attribute = "PROCESS_GROUP_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "newComponentTag"
}
}
}
}
rules {
type = "HOST"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "HOST_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "newComponentTag"
}
}
}
}
}

View File

@ -1,174 +0,0 @@
resource "dynatrace_management_zone" "CD_managementZone" {
name = "CD_managementZone"
rules {
type = "SERVICE"
enabled = true
propagation_types = ["SERVICE_TO_PROCESS_GROUP_LIKE","SERVICE_TO_HOST_LIKE"]
conditions {
key {
type = "STATIC"
attribute = "SERVICE_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "newComponentTag"
}
}
}
}
rules {
type = "PROCESS_GROUP"
enabled = true
propagation_types = ["PROCESS_GROUP_TO_HOST"]
conditions {
key {
type = "STATIC"
attribute = "PROCESS_GROUP_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "newComponentTag"
}
}
}
}
rules {
type = "HOST"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "HOST_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "newComponentTag"
}
}
}
}
rules {
type = "CLOUD_APPLICATION_NAMESPACE"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAMESPACE_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "newComponentTag"
}
}
}
rules {
type = "CLOUD_APPLICATION"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "newComponentTag"
}
}
}
rules {
type = "SERVICE"
enabled = true
propagation_types = ["SERVICE_TO_PROCESS_GROUP_LIKE","SERVICE_TO_HOST_LIKE"]
conditions {
key {
type = "STATIC"
attribute = "SERVICE_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "ms-id"
value = "geolocator"
}
}
}
}
rules {
type = "SERVICE"
enabled = true
propagation_types = ["SERVICE_TO_PROCESS_GROUP_LIKE","SERVICE_TO_HOST_LIKE"]
conditions {
key {
type = "STATIC"
attribute = "SERVICE_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "ms-id"
value = "news-next"
}
}
}
}
rules {
type = "SERVICE"
enabled = true
propagation_types = ["SERVICE_TO_PROCESS_GROUP_LIKE","SERVICE_TO_HOST_LIKE"]
conditions {
key {
type = "STATIC"
attribute = "SERVICE_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "ms-id"
value = "ccis-download"
}
}
}
}
rules {
type = "SERVICE"
enabled = true
propagation_types = ["SERVICE_TO_PROCESS_GROUP_LIKE","SERVICE_TO_HOST_LIKE"]
conditions {
key {
type = "STATIC"
attribute = "SERVICE_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "ms-id"
value = "digital-keyring"
}
}
}
}
}

View File

@ -1,94 +0,0 @@
resource "dynatrace_management_zone" "CD_mrp" {
name = "CD_mrp"
rules {
type = "SERVICE"
enabled = true
propagation_types = ["SERVICE_TO_PROCESS_GROUP_LIKE","SERVICE_TO_HOST_LIKE"]
conditions {
key {
type = "STATIC"
attribute = "SERVICE_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "mrp"
}
}
}
}
rules {
type = "PROCESS_GROUP"
enabled = true
propagation_types = ["PROCESS_GROUP_TO_HOST"]
conditions {
key {
type = "STATIC"
attribute = "PROCESS_GROUP_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "mrp"
}
}
}
}
rules {
type = "HOST"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "HOST_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "mrp"
}
}
}
}
rules {
type = "CLOUD_APPLICATION_NAMESPACE"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAMESPACE_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "mrp"
}
}
}
rules {
type = "CLOUD_APPLICATION"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "mrp"
}
}
}
}

View File

@ -1,94 +0,0 @@
resource "dynatrace_management_zone" "CD_mrpspringboot" {
name = "CD_mrpspringboot"
rules {
type = "SERVICE"
enabled = true
propagation_types = ["SERVICE_TO_HOST_LIKE","SERVICE_TO_PROCESS_GROUP_LIKE"]
conditions {
key {
type = "STATIC"
attribute = "SERVICE_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "mrpspringboot"
}
}
}
}
rules {
type = "PROCESS_GROUP"
enabled = true
propagation_types = ["PROCESS_GROUP_TO_HOST"]
conditions {
key {
type = "STATIC"
attribute = "PROCESS_GROUP_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "mrpspringboot"
}
}
}
}
rules {
type = "HOST"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "HOST_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "mrpspringboot"
}
}
}
}
rules {
type = "CLOUD_APPLICATION_NAMESPACE"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAMESPACE_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "mrpspringboot"
}
}
}
rules {
type = "CLOUD_APPLICATION"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "mrpspringboot"
}
}
}
}

View File

@ -1,94 +0,0 @@
resource "dynatrace_management_zone" "CD_notification-composite-service" {
name = "CD_notification-composite-service"
rules {
type = "SERVICE"
enabled = true
propagation_types = ["SERVICE_TO_HOST_LIKE","SERVICE_TO_PROCESS_GROUP_LIKE"]
conditions {
key {
type = "STATIC"
attribute = "SERVICE_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "notification-composite-service"
}
}
}
}
rules {
type = "PROCESS_GROUP"
enabled = true
propagation_types = ["PROCESS_GROUP_TO_HOST"]
conditions {
key {
type = "STATIC"
attribute = "PROCESS_GROUP_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "notification-composite-service"
}
}
}
}
rules {
type = "HOST"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "HOST_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "notification-composite-service"
}
}
}
}
rules {
type = "CLOUD_APPLICATION_NAMESPACE"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAMESPACE_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "notification-composite-service"
}
}
}
rules {
type = "CLOUD_APPLICATION"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "notification-composite-service"
}
}
}
}

View File

@ -1,94 +0,0 @@
resource "dynatrace_management_zone" "CD_notification-service" {
name = "CD_notification-service"
rules {
type = "SERVICE"
enabled = true
propagation_types = ["SERVICE_TO_PROCESS_GROUP_LIKE","SERVICE_TO_HOST_LIKE"]
conditions {
key {
type = "STATIC"
attribute = "SERVICE_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "notification-service"
}
}
}
}
rules {
type = "PROCESS_GROUP"
enabled = true
propagation_types = ["PROCESS_GROUP_TO_HOST"]
conditions {
key {
type = "STATIC"
attribute = "PROCESS_GROUP_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "notification-service"
}
}
}
}
rules {
type = "HOST"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "HOST_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "notification-service"
}
}
}
}
rules {
type = "CLOUD_APPLICATION_NAMESPACE"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAMESPACE_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "notification-service"
}
}
}
rules {
type = "CLOUD_APPLICATION"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "notification-service"
}
}
}
}

View File

@ -1,94 +0,0 @@
resource "dynatrace_management_zone" "CD_oes" {
name = "CD_oes"
rules {
type = "SERVICE"
enabled = true
propagation_types = ["SERVICE_TO_HOST_LIKE","SERVICE_TO_PROCESS_GROUP_LIKE"]
conditions {
key {
type = "STATIC"
attribute = "SERVICE_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "oes"
}
}
}
}
rules {
type = "PROCESS_GROUP"
enabled = true
propagation_types = ["PROCESS_GROUP_TO_HOST"]
conditions {
key {
type = "STATIC"
attribute = "PROCESS_GROUP_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "oes"
}
}
}
}
rules {
type = "HOST"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "HOST_TAGS"
}
tag {
negate = false
operator = "EQUALS"
value {
context = "CONTEXTLESS"
key = "Component"
value = "oes"
}
}
}
}
rules {
type = "CLOUD_APPLICATION_NAMESPACE"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAMESPACE_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "oes"
}
}
}
rules {
type = "CLOUD_APPLICATION"
enabled = true
conditions {
key {
type = "STATIC"
attribute = "CLOUD_APPLICATION_NAME"
}
string {
case_sensitive = true
negate = false
operator = "CONTAINS"
value = "oes"
}
}
}
}

Some files were not shown because too many files have changed in this diff Show More