diff --git a/.terraform.lock.hcl b/.terraform.lock.hcl
new file mode 100644
index 0000000..1338dfb
--- /dev/null
+++ b/.terraform.lock.hcl
@@ -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",
+ ]
+}
diff --git a/.terraform/modules/modules.json b/.terraform/modules/modules.json
new file mode 100644
index 0000000..4aeff99
--- /dev/null
+++ b/.terraform/modules/modules.json
@@ -0,0 +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"}]}
\ No newline at end of file
diff --git a/LICENSE b/.terraform/providers/registry.terraform.io/dynatrace-oss/dynatrace/1.8.4/windows_amd64/LICENSE
similarity index 100%
rename from LICENSE
rename to .terraform/providers/registry.terraform.io/dynatrace-oss/dynatrace/1.8.4/windows_amd64/LICENSE
diff --git a/README.md b/.terraform/providers/registry.terraform.io/dynatrace-oss/dynatrace/1.8.4/windows_amd64/README.md
similarity index 100%
rename from README.md
rename to .terraform/providers/registry.terraform.io/dynatrace-oss/dynatrace/1.8.4/windows_amd64/README.md
diff --git a/terraform-provider-dynatrace_v1.8.4.exe b/.terraform/providers/registry.terraform.io/dynatrace-oss/dynatrace/1.8.4/windows_amd64/terraform-provider-dynatrace_v1.8.4.exe
similarity index 100%
rename from terraform-provider-dynatrace_v1.8.4.exe
rename to .terraform/providers/registry.terraform.io/dynatrace-oss/dynatrace/1.8.4/windows_amd64/terraform-provider-dynatrace_v1.8.4.exe
diff --git a/bin/terraform-provider-dynatrace_v1.8.4.exe b/bin/terraform-provider-dynatrace_v1.8.4.exe
new file mode 100644
index 0000000..a1d1779
Binary files /dev/null and b/bin/terraform-provider-dynatrace_v1.8.4.exe differ
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/configuration.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/configuration.tf
new file mode 100644
index 0000000..52475d8
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/configuration.tf
@@ -0,0 +1,10 @@
+terraform {
+ required_providers {
+ dynatrace = {
+ version = "1.8.4"
+ source = "dynatrace-oss/dynatrace"
+ }
+ }
+}
+
+module "management_zones" { source = "./management_zones" }
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_ABC.-419536099809788537..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_ABC.-419536099809788537..management_zone.tf
new file mode 100644
index 0000000..0c4cbdd
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_ABC.-419536099809788537..management_zone.tf
@@ -0,0 +1,11 @@
+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\"))"
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_APIGW.8505678630142971659..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_APIGW.8505678630142971659..management_zone.tf
new file mode 100644
index 0000000..31d19ca
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_APIGW.8505678630142971659..management_zone.tf
@@ -0,0 +1,231 @@
+resource "dynatrace_management_zone" "CD_APIGW" {
+ name = "CD_APIGW"
+ 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 = "APIGW-WS"
+ }
+ }
+ }
+ 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 = "APIGW-WS"
+ }
+ }
+ }
+ }
+ 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 = "APIGW-APP"
+ }
+ }
+ }
+ 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 = "APIGW-APP"
+ }
+ }
+ }
+ }
+ 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 Legacy"
+ }
+ }
+ }
+ 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 = "Service Gateway Legacy"
+ }
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_APIM.5858960741172780348..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_APIM.5858960741172780348..management_zone.tf
new file mode 100644
index 0000000..a36993e
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_APIM.5858960741172780348..management_zone.tf
@@ -0,0 +1,19 @@
+resource "dynatrace_management_zone" "CD_APIM" {
+ name = "CD_APIM"
+ rules {
+ type = "SERVICE"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "SERVICE_AKKA_ACTOR_SYSTEM"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "BEGINS_WITH"
+ value = "Empty"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_ASBC-FSC-AST.4284157392148718704..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_ASBC-FSC-AST.4284157392148718704..management_zone.tf
new file mode 100644
index 0000000..9094e23
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_ASBC-FSC-AST.4284157392148718704..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_ASBC-FSC-AST" {
+ name = "CD_ASBC-FSC-AST"
+ 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-FSC-AST"
+ }
+ }
+ }
+ }
+ 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-FSC-AST"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "ASBC-FSC-AST"
+ }
+ }
+ }
+ }
+ 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-FSC-AST"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "ASBC-FSC-AST"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_ASBC-HAL-CL.-4095317036884154012..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_ASBC-HAL-CL.-4095317036884154012..management_zone.tf
new file mode 100644
index 0000000..57041d9
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_ASBC-HAL-CL.-4095317036884154012..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_ASBC-HAL-CL" {
+ name = "CD_ASBC-HAL-CL"
+ 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-HAL-CL"
+ }
+ }
+ }
+ }
+ 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-HAL-CL"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "ASBC-HAL-CL"
+ }
+ }
+ }
+ }
+ 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-HAL-CL"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "ASBC-HAL-CL"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_ASBC-HAL.-4124588987890496427..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_ASBC-HAL.-4124588987890496427..management_zone.tf
new file mode 100644
index 0000000..06a4d70
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_ASBC-HAL.-4124588987890496427..management_zone.tf
@@ -0,0 +1,91 @@
+resource "dynatrace_management_zone" "CD_ASBC-HAL" {
+ name = "CD_ASBC-HAL"
+ 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-HAL"
+ }
+ }
+ }
+ 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"
+ }
+ }
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "PROCESS_GROUP_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = true
+ operator = "CONTAINS"
+ value = "clusterDomain"
+ }
+ }
+ }
+ 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-HAL"
+ }
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_ASBC-MFSCS.3255782291710659598..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_ASBC-MFSCS.3255782291710659598..management_zone.tf
new file mode 100644
index 0000000..c4f31be
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_ASBC-MFSCS.3255782291710659598..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_ASBC-NGTP.6039019990917988583..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_ASBC-NGTP.6039019990917988583..management_zone.tf
new file mode 100644
index 0000000..6f77a0a
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_ASBC-NGTP.6039019990917988583..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_ASBC-PKI-DFP.8264399635884697827..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_ASBC-PKI-DFP.8264399635884697827..management_zone.tf
new file mode 100644
index 0000000..70d523b
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_ASBC-PKI-DFP.8264399635884697827..management_zone.tf
@@ -0,0 +1,19 @@
+resource "dynatrace_management_zone" "CD_ASBC-PKI-DFP" {
+ name = "CD_ASBC-PKI-DFP"
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:DFP\",\"compass-id:DFPH\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(SERVICE),databaseName.exists(),toRelationship.calls(type(SERVICE),tag(\"compass-id:DFP\",\"compass-id:DFPH\"))"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(PROCESS_GROUP_INSTANCE),tag(\"compass-id:DFP\",\"compass-id:DFPH\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(HOST),tag(\"compass-id:DFP\",\"compass-id:DFPH\")"
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_ASBC-PKI-OCLIScert2vin.-711670489332587991..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_ASBC-PKI-OCLIScert2vin.-711670489332587991..management_zone.tf
new file mode 100644
index 0000000..6ff5b07
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_ASBC-PKI-OCLIScert2vin.-711670489332587991..management_zone.tf
@@ -0,0 +1,19 @@
+resource "dynatrace_management_zone" "CD_ASBC-PKI-OCLIScert2vin" {
+ name = "CD_ASBC-PKI-OCLIScert2vin"
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:OCLISc2v\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(SERVICE),databaseName.exists(),toRelationship.calls(type(SERVICE),tag(\"compass-id:OCLISc2v\"))"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(PROCESS_GROUP_INSTANCE),tag(\"compass-id:OCLISc2v\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(HOST),tag(\"compass-id:OCLISc2v\")"
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_ASBC-PKI-OCLISocsp.6759587591579958728..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_ASBC-PKI-OCLISocsp.6759587591579958728..management_zone.tf
new file mode 100644
index 0000000..b2d9e4c
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_ASBC-PKI-OCLISocsp.6759587591579958728..management_zone.tf
@@ -0,0 +1,19 @@
+resource "dynatrace_management_zone" "CD_ASBC-PKI-OCLISocsp" {
+ name = "CD_ASBC-PKI-OCLISocsp"
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:OCLISocsp\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(SERVICE),databaseName.exists(),toRelationship.calls(type(SERVICE),tag(\"compass-id:OCLISocsp\"))"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(PROCESS_GROUP_INSTANCE),tag(\"compass-id:OCLISocsp\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(HOST),tag(\"compass-id:OCLISocsp\")"
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_ASBC-PKI-P2X.7261656644444143142..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_ASBC-PKI-P2X.7261656644444143142..management_zone.tf
new file mode 100644
index 0000000..61f4aba
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_ASBC-PKI-P2X.7261656644444143142..management_zone.tf
@@ -0,0 +1,19 @@
+resource "dynatrace_management_zone" "CD_ASBC-PKI-P2X" {
+ name = "CD_ASBC-PKI-P2X"
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:P2X\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(SERVICE),databaseName.exists(),toRelationship.calls(type(SERVICE),tag(\"compass-id:P2X\"))"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(PROCESS_GROUP_INSTANCE),tag(\"compass-id:P2X\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(HOST),tag(\"compass-id:P2X\")"
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_ASBC-PKI-VCSM.2915456084044023167..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_ASBC-PKI-VCSM.2915456084044023167..management_zone.tf
new file mode 100644
index 0000000..7d66c0b
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_ASBC-PKI-VCSM.2915456084044023167..management_zone.tf
@@ -0,0 +1,19 @@
+resource "dynatrace_management_zone" "CD_ASBC-PKI-VCSM" {
+ name = "CD_ASBC-PKI-VCSM"
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:VCS\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(SERVICE),databaseName.exists(),toRelationship.calls(type(SERVICE),tag(\"compass-id:VCS\"))"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(PROCESS_GROUP_INSTANCE),tag(\"compass-id:VCS\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(HOST),tag(\"compass-id:VCS\")"
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_ASBC-RSU.-1268277950254444437..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_ASBC-RSU.-1268277950254444437..management_zone.tf
new file mode 100644
index 0000000..467268d
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_ASBC-RSU.-1268277950254444437..management_zone.tf
@@ -0,0 +1,19 @@
+resource "dynatrace_management_zone" "CD_ASBC-RSU" {
+ name = "CD_ASBC-RSU"
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:ASBC-RSU\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(SERVICE),databaseName.exists(),toRelationship.calls(type(SERVICE),tag(\"compass-id:ASBC-RSU\"))"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(PROCESS_GROUP_INSTANCE),tag(\"compass-id:ASBC-RSU\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(HOST),tag(\"compass-id:ASBC-RSU\")"
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_ASBC-SMACC.-2086783870824620197..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_ASBC-SMACC.-2086783870824620197..management_zone.tf
new file mode 100644
index 0000000..4db941c
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_ASBC-SMACC.-2086783870824620197..management_zone.tf
@@ -0,0 +1,91 @@
+resource "dynatrace_management_zone" "CD_ASBC-SMACC" {
+ name = "CD_ASBC-SMACC"
+ 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-SMACC"
+ }
+ }
+ }
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "PROCESS_GROUP_NAME"
+ }
+ string {
+ case_sensitive = false
+ negate = true
+ operator = "CONTAINS"
+ value = "cluster"
+ }
+ }
+ 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 = "ASBC-SMACC"
+ }
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_ASBC-STM.-5139616067943914324..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_ASBC-STM.-5139616067943914324..management_zone.tf
new file mode 100644
index 0000000..050782b
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_ASBC-STM.-5139616067943914324..management_zone.tf
@@ -0,0 +1,19 @@
+resource "dynatrace_management_zone" "CD_ASBC-STM" {
+ name = "CD_ASBC-STM"
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:STM\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(SERVICE),databaseName.exists(),toRelationship.calls(type(SERVICE),tag(\"compass-id:STM\"))"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(PROCESS_GROUP_INSTANCE),tag(\"compass-id:STM\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(HOST),tag(\"compass-id:STM\")"
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_ASBC-TIS.3009110171208237421..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_ASBC-TIS.3009110171208237421..management_zone.tf
new file mode 100644
index 0000000..a7a4680
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_ASBC-TIS.3009110171208237421..management_zone.tf
@@ -0,0 +1,19 @@
+resource "dynatrace_management_zone" "CD_ASBC-TIS" {
+ name = "CD_ASBC-TIS"
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:TIS\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(SERVICE),databaseName.exists(),toRelationship.calls(type(SERVICE),tag(\"compass-id:TIS\"))"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(PROCESS_GROUP_INSTANCE),tag(\"compass-id:TIS\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(HOST),tag(\"compass-id:TIS\")"
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_ASBC-TVP.-5884762133802735399..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_ASBC-TVP.-5884762133802735399..management_zone.tf
new file mode 100644
index 0000000..9190094
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_ASBC-TVP.-5884762133802735399..management_zone.tf
@@ -0,0 +1,19 @@
+resource "dynatrace_management_zone" "CD_ASBC-TVP" {
+ name = "CD_ASBC-TVP"
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:TVP\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(SERVICE),databaseName.exists(),toRelationship.calls(type(SERVICE),tag(\"compass-id:TVP\"))"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(PROCESS_GROUP_INSTANCE),tag(\"compass-id:TVP\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(HOST),tag(\"compass-id:TVP\")"
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_ASBCSWLSEC2.984553810256726895..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_ASBCSWLSEC2.984553810256726895..management_zone.tf
new file mode 100644
index 0000000..5b7c0e9
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_ASBCSWLSEC2.984553810256726895..management_zone.tf
@@ -0,0 +1,19 @@
+resource "dynatrace_management_zone" "CD_ASBCSWLSEC2" {
+ name = "CD_ASBCSWLSEC2"
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:ASBCSWLSEC2\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(SERVICE),databaseName.exists(),toRelationship.calls(type(SERVICE),tag(\"compass-id:ASBCSWLSEC2\"))"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(PROCESS_GROUP_INSTANCE),tag(\"compass-id:ASBCSWLSEC2\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(HOST),tag(\"compass-id:ASBCSWLSEC2\")"
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_ASBS.281869016656866433..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_ASBS.281869016656866433..management_zone.tf
new file mode 100644
index 0000000..3088407
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_ASBS.281869016656866433..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_App-Repository.2107206930322242750..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_App-Repository.2107206930322242750..management_zone.tf
new file mode 100644
index 0000000..1921c13
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_App-Repository.2107206930322242750..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_AudioVideoServices.343102601498175580..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_AudioVideoServices.343102601498175580..management_zone.tf
new file mode 100644
index 0000000..0ef949d
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_AudioVideoServices.343102601498175580..management_zone.tf
@@ -0,0 +1,194 @@
+resource "dynatrace_management_zone" "CD_AudioVideoServices" {
+ name = "CD_AudioVideoServices"
+ 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 = "AudioVideoServices"
+ }
+ }
+ }
+ }
+ 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 = "AudioVideoServices"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "AudioVideoServices"
+ }
+ }
+ }
+ }
+ 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 = "AudioVideoServices"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "AudioVideoServices"
+ }
+ }
+ }
+ 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 = "cm-spotify"
+ }
+ }
+ }
+ }
+ 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 = "ise-connectedradio"
+ }
+ }
+ }
+ }
+ 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 = "cm-config"
+ }
+ }
+ }
+ }
+ 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 = "cm-gracenote"
+ }
+ }
+ }
+ }
+ 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 = "cm-ximalaya"
+ }
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_BMW-Assistant-for-Service-Events-(BASE).4530644663209438695..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_BMW-Assistant-for-Service-Events-(BASE).4530644663209438695..management_zone.tf
new file mode 100644
index 0000000..0904be7
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_BMW-Assistant-for-Service-Events-(BASE).4530644663209438695..management_zone.tf
@@ -0,0 +1,35 @@
+resource "dynatrace_management_zone" "CD_BMW-Assistant-for-Service-Events-_BASE_" {
+ name = "CD_BMW-Assistant-for-Service-Events-(BASE)"
+ 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 = "BASE"
+ }
+ }
+ }
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "SERVICE_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = true
+ operator = "CONTAINS"
+ value = "executed in"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_BMWPoints.337084454801734616..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_BMWPoints.337084454801734616..management_zone.tf
new file mode 100644
index 0000000..ef114ce
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_BMWPoints.337084454801734616..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_BMW_POINTS_ENGINE.-8570994466372814219..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_BMW_POINTS_ENGINE.-8570994466372814219..management_zone.tf
new file mode 100644
index 0000000..44abd20
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_BMW_POINTS_ENGINE.-8570994466372814219..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_Billing_Buffet.8678780206055840222..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_Billing_Buffet.8678780206055840222..management_zone.tf
new file mode 100644
index 0000000..e383b11
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_Billing_Buffet.8678780206055840222..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_Billing_Buffet" {
+ name = "CD_Billing_Buffet"
+ 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 = "Buffet"
+ }
+ }
+ }
+ }
+ 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 = "Buffet"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "Buffet"
+ }
+ }
+ }
+ }
+ 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 = "Buffet"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "Buffet"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_CCG.1580439820202177380..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_CCG.1580439820202177380..management_zone.tf
new file mode 100644
index 0000000..284c944
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_CCG.1580439820202177380..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_CCG" {
+ name = "CD_CCG"
+ 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 = "CCG"
+ }
+ }
+ }
+ }
+ 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 = "CCG"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "CCG"
+ }
+ }
+ }
+ }
+ 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 = "CCG"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "CCG"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_CICD.5483395701072092813..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_CICD.5483395701072092813..management_zone.tf
new file mode 100644
index 0000000..ec2c876
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_CICD.5483395701072092813..management_zone.tf
@@ -0,0 +1,19 @@
+resource "dynatrace_management_zone" "CD_CICD" {
+ name = "CD_CICD"
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:CICD\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(SERVICE),databaseName.exists(),toRelationship.calls(type(SERVICE),tag(\"compass-id:CICD\"))"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(PROCESS_GROUP_INSTANCE),tag(\"compass-id:CICD\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(HOST),tag(\"compass-id:CICD\")"
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_CSI.8356220544719609273..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_CSI.8356220544719609273..management_zone.tf
new file mode 100644
index 0000000..ca41c95
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_CSI.8356220544719609273..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_CSI" {
+ name = "CD_CSI"
+ 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 = "CSI"
+ }
+ }
+ }
+ }
+ 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 = "CSI"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "CSI"
+ }
+ }
+ }
+ }
+ 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 = "CSI"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "CSI"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_Call-Handling-Backends.6501681794177069649..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_Call-Handling-Backends.6501681794177069649..management_zone.tf
new file mode 100644
index 0000000..b697592
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_Call-Handling-Backends.6501681794177069649..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_CallCenterClient.-7878128883535054810..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_CallCenterClient.-7878128883535054810..management_zone.tf
new file mode 100644
index 0000000..8b1ebe8
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_CallCenterClient.-7878128883535054810..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_CallCenterClient" {
+ name = "CD_CallCenterClient"
+ 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 Center 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 = "Call Center Client"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "Call Center 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 = "Call Center Client"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "Call Center Client"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_Connected-Backend-Services.-4617890206478168070..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_Connected-Backend-Services.-4617890206478168070..management_zone.tf
new file mode 100644
index 0000000..d563a62
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_Connected-Backend-Services.-4617890206478168070..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_Connected-Backend-Services" {
+ name = "CD_Connected-Backend-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 = "Connected-Backend-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 = "Connected-Backend-Services"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "Connected-Backend-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 = "Connected-Backend-Services"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "Connected-Backend-Services"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_Connected-User-Behaviour.3815634264786416341..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_Connected-User-Behaviour.3815634264786416341..management_zone.tf
new file mode 100644
index 0000000..1c5fe64
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_Connected-User-Behaviour.3815634264786416341..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_ConnectedDrive-Internet-Portal.1777058043439209450..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_ConnectedDrive-Internet-Portal.1777058043439209450..management_zone.tf
new file mode 100644
index 0000000..fa87347
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_ConnectedDrive-Internet-Portal.1777058043439209450..management_zone.tf
@@ -0,0 +1,110 @@
+resource "dynatrace_management_zone" "CD_ConnectedDrive-Internet-Portal" {
+ name = "CD_ConnectedDrive-Internet-Portal"
+ 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 = "ConnectedDrive-Internet-Portal"
+ }
+ }
+ }
+ }
+ 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 = "ConnectedDrive-Internet-Portal"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "ConnectedDrive-Internet-Portal"
+ }
+ }
+ }
+ }
+ 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 = "ConnectedDrive-Internet-Portal"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "ConnectedDrive-Internet-Portal"
+ }
+ }
+ }
+ rules {
+ type = "SERVICE"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "SERVICE_DATABASE_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "cdipdb_prod"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_ContentProvider.-4697446559085661233..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_ContentProvider.-4697446559085661233..management_zone.tf
new file mode 100644
index 0000000..eeaae6c
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_ContentProvider.-4697446559085661233..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_Countly.4474755998578015823..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_Countly.4474755998578015823..management_zone.tf
new file mode 100644
index 0000000..3eca211
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_Countly.4474755998578015823..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_Countly" {
+ name = "CD_Countly"
+ 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 = "Countly"
+ }
+ }
+ }
+ }
+ 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 = "Countly"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "Countly"
+ }
+ }
+ }
+ }
+ 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 = "Countly"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "Countly"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_CustomerCentricInformationServices.8357308173977663646..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_CustomerCentricInformationServices.8357308173977663646..management_zone.tf
new file mode 100644
index 0000000..23c3302
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_CustomerCentricInformationServices.8357308173977663646..management_zone.tf
@@ -0,0 +1,174 @@
+resource "dynatrace_management_zone" "CD_CustomerCentricInformationServices" {
+ name = "CD_CustomerCentricInformationServices"
+ 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 = "CustomerCentricInformationServices"
+ }
+ }
+ }
+ }
+ 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 = "CustomerCentricInformationServices"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "CustomerCentricInformationServices"
+ }
+ }
+ }
+ }
+ 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 = "CustomerCentricInformationServices"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "CustomerCentricInformationServices"
+ }
+ }
+ }
+ 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"
+ }
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_DPP_DPM.2344623684560722335..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_DPP_DPM.2344623684560722335..management_zone.tf
new file mode 100644
index 0000000..8c9c5fc
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_DPP_DPM.2344623684560722335..management_zone.tf
@@ -0,0 +1,185 @@
+resource "dynatrace_management_zone" "CD_DPP_DPM" {
+ name = "CD_DPP_DPM"
+ 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 = "DPP"
+ }
+ }
+ }
+ }
+ 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 = "DPP"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "DPP"
+ }
+ }
+ }
+ }
+ 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 = "DPP"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "DPP"
+ }
+ }
+ }
+ 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 = "DPM"
+ }
+ }
+ }
+ }
+ 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 = "DPM"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "DPM"
+ }
+ }
+ }
+ }
+ 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 = "DPM"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "DPM"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_GCDM.5530586743181603811..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_GCDM.5530586743181603811..management_zone.tf
new file mode 100644
index 0000000..8472d9d
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_GCDM.5530586743181603811..management_zone.tf
@@ -0,0 +1,19 @@
+resource "dynatrace_management_zone" "CD_GCDM" {
+ name = "CD_GCDM"
+ rules {
+ type = "HTTP_MONITOR"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HTTP_MONITOR_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "BEGINS_WITH"
+ value = "GCDM"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_ImageBlur.-319238264175647671..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_ImageBlur.-319238264175647671..management_zone.tf
new file mode 100644
index 0000000..a4f368e
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_ImageBlur.-319238264175647671..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_Infotainment-In-Car-Experience-Services.-2636562501139802422..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_Infotainment-In-Car-Experience-Services.-2636562501139802422..management_zone.tf
new file mode 100644
index 0000000..e9a2128
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_Infotainment-In-Car-Experience-Services.-2636562501139802422..management_zone.tf
@@ -0,0 +1,121 @@
+resource "dynatrace_management_zone" "CD_Infotainment-In-Car-Experience-Services" {
+ name = "CD_Infotainment-In-Car-Experience-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 = "Infotainment"
+ }
+ }
+ }
+ 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"
+ }
+ }
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "SERVICE_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = true
+ operator = "CONTAINS"
+ value = "background"
+ }
+ }
+ }
+ 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 = "Infotainment"
+ }
+ }
+ }
+ }
+ 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 = false
+ negate = true
+ operator = "CONTAINS"
+ value = "asbc"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_InfotainmentInCarExperienceServices.-733564006240048134..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_InfotainmentInCarExperienceServices.-733564006240048134..management_zone.tf
new file mode 100644
index 0000000..d4d3217
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_InfotainmentInCarExperienceServices.-733564006240048134..management_zone.tf
@@ -0,0 +1,19 @@
+resource "dynatrace_management_zone" "CD_InfotainmentInCarExperienceServices" {
+ name = "CD_InfotainmentInCarExperienceServices"
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:ambient-music\",\"compass-id:festive-mode\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(SERVICE),databaseName.exists(),toRelationship.calls(type(SERVICE),tag(\"compass-id:ambient-music\",\"compass-id:festive-mode\"))"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(PROCESS_GROUP_INSTANCE),tag(\"compass-id:ambient-music\",\"compass-id:festive-mode\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(HOST),tag(\"compass-id:ambient-music\",\"compass-id:festive-mode\")"
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_LSC-FSU.-9051200530083093822..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_LSC-FSU.-9051200530083093822..management_zone.tf
new file mode 100644
index 0000000..4ecff14
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_LSC-FSU.-9051200530083093822..management_zone.tf
@@ -0,0 +1,79 @@
+resource "dynatrace_management_zone" "CD_LSC-FSU" {
+ name = "CD_LSC-FSU"
+ 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-FSU"
+ }
+ }
+ }
+ 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 = "LSC-FSU"
+ }
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_LSC.6852567050803592569..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_LSC.6852567050803592569..management_zone.tf
new file mode 100644
index 0000000..19507b0
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_LSC.6852567050803592569..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_LSCFSU.-7762134287292745723..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_LSCFSU.-7762134287292745723..management_zone.tf
new file mode 100644
index 0000000..3626c40
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_LSCFSU.-7762134287292745723..management_zone.tf
@@ -0,0 +1,114 @@
+resource "dynatrace_management_zone" "CD_LSCFSU" {
+ name = "CD_LSCFSU"
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:lscfsu\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(SERVICE),databaseName.exists(),toRelationship.calls(type(SERVICE),tag(\"compass-id:lscfsu\"))"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(PROCESS_GROUP),tag(\"compass-id:lscfsu\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(PROCESS_GROUP_INSTANCE),tag(\"compass-id:lscfsu\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(HOST),tag(\"compass-id:lscfsu\")"
+ }
+ 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 = "LSCFSU"
+ }
+ }
+ }
+ }
+ 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 = "LSCFSU"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "LSCFSU"
+ }
+ }
+ }
+ }
+ 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 = "LSCFSU"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "LSCFSU"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_Location-Services.-1910677594784699639..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_Location-Services.-1910677594784699639..management_zone.tf
new file mode 100644
index 0000000..f8593af
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_Location-Services.-1910677594784699639..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_Location-Services" {
+ name = "CD_Location-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 = "Location-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 = "Location-Services"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "Location-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 = "Location-Services"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "Location-Services"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_MSGSVC.2134637765503631591..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_MSGSVC.2134637765503631591..management_zone.tf
new file mode 100644
index 0000000..16c6f9e
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_MSGSVC.2134637765503631591..management_zone.tf
@@ -0,0 +1,19 @@
+resource "dynatrace_management_zone" "CD_MSGSVC" {
+ name = "CD_MSGSVC"
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:msgsvc\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(SERVICE),databaseName.exists(),toRelationship.calls(type(SERVICE),tag(\"compass-id:msgsvc\"))"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(PROCESS_GROUP_INSTANCE),tag(\"compass-id:msgsvc\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(HOST),tag(\"compass-id:msgsvc\")"
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_Messaging-Services.-4019360158137536139..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_Messaging-Services.-4019360158137536139..management_zone.tf
new file mode 100644
index 0000000..1a79dac
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_Messaging-Services.-4019360158137536139..management_zone.tf
@@ -0,0 +1,185 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_Mobile2_and_BFFs.1955885627748260414..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_Mobile2_and_BFFs.1955885627748260414..management_zone.tf
new file mode 100644
index 0000000..d730ceb
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_Mobile2_and_BFFs.1955885627748260414..management_zone.tf
@@ -0,0 +1,282 @@
+resource "dynatrace_management_zone" "CD_Mobile2_and_BFFs" {
+ name = "CD_Mobile2_and_BFFs"
+ rules {
+ type = "MOBILE_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "MOBILE_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "Store"
+ }
+ }
+ }
+ rules {
+ type = "SERVICE"
+ enabled = true
+ conditions {
+ process_metadata {
+ attribute = "PROCESS_GROUP_PREDEFINED_METADATA"
+ dynamic_key = "KUBERNETES_NAMESPACE"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "managed-app-destination-composite-service"
+ }
+ }
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "SERVICE_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "PROD"
+ }
+ }
+ }
+ rules {
+ type = "SERVICE"
+ enabled = true
+ conditions {
+ process_metadata {
+ attribute = "PROCESS_GROUP_PREDEFINED_METADATA"
+ dynamic_key = "KUBERNETES_NAMESPACE"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "managed-app-vehicle-remote-commands-composite-service"
+ }
+ }
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "SERVICE_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "PROD"
+ }
+ }
+ }
+ rules {
+ type = "SERVICE"
+ enabled = true
+ conditions {
+ process_metadata {
+ attribute = "PROCESS_GROUP_PREDEFINED_METADATA"
+ dynamic_key = "KUBERNETES_NAMESPACE"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "managed-app-remote-360-composite-service"
+ }
+ }
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "SERVICE_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "PROD"
+ }
+ }
+ }
+ rules {
+ type = "SERVICE"
+ enabled = true
+ conditions {
+ process_metadata {
+ attribute = "PROCESS_GROUP_PREDEFINED_METADATA"
+ dynamic_key = "KUBERNETES_NAMESPACE"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "managed-app-vehicle-mapping-composite-service"
+ }
+ }
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "SERVICE_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "PROD"
+ }
+ }
+ }
+ rules {
+ type = "SERVICE"
+ enabled = true
+ conditions {
+ process_metadata {
+ attribute = "PROCESS_GROUP_PREDEFINED_METADATA"
+ dynamic_key = "KUBERNETES_NAMESPACE"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "managed-app-user-composite-service"
+ }
+ }
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "SERVICE_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "PROD"
+ }
+ }
+ }
+ rules {
+ type = "SERVICE"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "SERVICE_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "PROD"
+ }
+ }
+ conditions {
+ process_metadata {
+ attribute = "PROCESS_GROUP_PREDEFINED_METADATA"
+ dynamic_key = "KUBERNETES_NAMESPACE"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "EQUALS"
+ value = "managed-app-digital-key-composite-service"
+ }
+ }
+ }
+ rules {
+ type = "SERVICE"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "SERVICE_TYPE"
+ }
+ service_type {
+ negate = false
+ operator = "EQUALS"
+ value = "WEB_REQUEST_SERVICE"
+ }
+ }
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "SERVICE_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "PROD"
+ }
+ }
+ conditions {
+ process_metadata {
+ attribute = "PROCESS_GROUP_PREDEFINED_METADATA"
+ dynamic_key = "KUBERNETES_NAMESPACE"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "composite"
+ }
+ }
+ }
+ rules {
+ type = "SERVICE"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "SERVICE_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "PROD"
+ }
+ }
+ conditions {
+ process_metadata {
+ attribute = "PROCESS_GROUP_PREDEFINED_METADATA"
+ dynamic_key = "KUBERNETES_NAMESPACE"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "managed-app-connected-oauth-service-apim"
+ }
+ }
+ }
+ rules {
+ type = "SERVICE"
+ enabled = true
+ conditions {
+ process_metadata {
+ attribute = "PROCESS_GROUP_PREDEFINED_METADATA"
+ dynamic_key = "KUBERNETES_NAMESPACE"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "EQUALS"
+ value = "managed-app-remote-software-upgrade"
+ }
+ }
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "SERVICE_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "PROD"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_Mobile_2.7948932666251761491..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_Mobile_2.7948932666251761491..management_zone.tf
new file mode 100644
index 0000000..2838d3d
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_Mobile_2.7948932666251761491..management_zone.tf
@@ -0,0 +1,31 @@
+resource "dynatrace_management_zone" "CD_Mobile_2" {
+ name = "CD_Mobile_2"
+ rules {
+ type = "MOBILE_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "MOBILE_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "Mobile"
+ }
+ }
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "MOBILE_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "Store"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_Navigation-Information-Services.-4209680620967425339..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_Navigation-Information-Services.-4209680620967425339..management_zone.tf
new file mode 100644
index 0000000..28eee93
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_Navigation-Information-Services.-4209680620967425339..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_Openshift.5560806819234660207..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_Openshift.5560806819234660207..management_zone.tf
new file mode 100644
index 0000000..0a92e77
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_Openshift.5560806819234660207..management_zone.tf
@@ -0,0 +1,22 @@
+resource "dynatrace_management_zone" "CD_Openshift" {
+ name = "CD_Openshift"
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Platform"
+ value = "OpenShift"
+ }
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_PAIS.-3752970512426387857..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_PAIS.-3752970512426387857..management_zone.tf
new file mode 100644
index 0000000..ff57260
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_PAIS.-3752970512426387857..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_PISA.6353665037398116067..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_PISA.6353665037398116067..management_zone.tf
new file mode 100644
index 0000000..2fffbde
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_PISA.6353665037398116067..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_PISA" {
+ name = "CD_PISA"
+ 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 = "PISA"
+ }
+ }
+ }
+ }
+ 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 = "PISA"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "PISA"
+ }
+ }
+ }
+ }
+ 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 = "PISA"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "PISA"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_PSR.-1390264120708265333..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_PSR.-1390264120708265333..management_zone.tf
new file mode 100644
index 0000000..a33be88
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_PSR.-1390264120708265333..management_zone.tf
@@ -0,0 +1,19 @@
+resource "dynatrace_management_zone" "CD_PSR" {
+ name = "CD_PSR"
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:PSR\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(SERVICE),databaseName.exists(),toRelationship.calls(type(SERVICE),tag(\"compass-id:PSR\"))"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(PROCESS_GROUP_INSTANCE),tag(\"compass-id:PSR\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(HOST),tag(\"compass-id:PSR\")"
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_Perseus.-5698021298883686644..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_Perseus.-5698021298883686644..management_zone.tf
new file mode 100644
index 0000000..1862729
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_Perseus.-5698021298883686644..management_zone.tf
@@ -0,0 +1,19 @@
+resource "dynatrace_management_zone" "CD_Perseus" {
+ name = "CD_Perseus"
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:perseus\",\"compass-id:pais\",\"compass-id:psr\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(SERVICE),databaseName.exists(),toRelationship.calls(type(SERVICE),tag(\"compass-id:perseus\",\"compass-id:pais\",\"compass-id:psr\"))"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(PROCESS_GROUP_INSTANCE),tag(\"compass-id:perseus\",\"compass-id:pais\",\"compass-id:psr\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(HOST),tag(\"compass-id:perseus\",\"compass-id:pais\",\"compass-id:psr\")"
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_RemoteCamera.-3104826150694516428..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_RemoteCamera.-3104826150694516428..management_zone.tf
new file mode 100644
index 0000000..bde29b3
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_RemoteCamera.-3104826150694516428..management_zone.tf
@@ -0,0 +1,95 @@
+resource "dynatrace_management_zone" "CD_RemoteCamera" {
+ name = "CD_RemoteCamera"
+ 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 = "Remote 360"
+ }
+ }
+ }
+ }
+ rules {
+ type = "PROCESS_GROUP"
+ enabled = true
+ propagation_types = ["PROCESS_GROUP_TO_SERVICE","PROCESS_GROUP_TO_HOST"]
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "PROCESS_GROUP_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "Remote 360"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ propagation_types = ["HOST_TO_PROCESS_GROUP_INSTANCE"]
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "Remote 360"
+ }
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION_NAMESPACE"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "KUBERNETES_CLUSTER_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "Remote 360"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "Remote 360"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_RemoteServiceCockpit.-11067882662526399..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_RemoteServiceCockpit.-11067882662526399..management_zone.tf
new file mode 100644
index 0000000..a099690
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_RemoteServiceCockpit.-11067882662526399..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_RemoteServiceCockpit" {
+ name = "CD_RemoteServiceCockpit"
+ 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 = "rs-cockpit"
+ }
+ }
+ }
+ }
+ 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 = "rs-cockpit"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "rs-cockpit"
+ }
+ }
+ }
+ }
+ 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 = "rs-cockpit"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "rs-cockpit"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_RemoteServices.5188541189677060803..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_RemoteServices.5188541189677060803..management_zone.tf
new file mode 100644
index 0000000..c9c4f5d
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_RemoteServices.5188541189677060803..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_RemoteServices" {
+ name = "CD_RemoteServices"
+ 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 = "RemoteServices"
+ }
+ }
+ }
+ }
+ 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 = "RemoteServices"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "RemoteServices"
+ }
+ }
+ }
+ }
+ 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 = "RemoteServices"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "RemoteServices"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_SMACC-BE.-3795364033337839281..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_SMACC-BE.-3795364033337839281..management_zone.tf
new file mode 100644
index 0000000..6eceef3
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_SMACC-BE.-3795364033337839281..management_zone.tf
@@ -0,0 +1,275 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_SMC2_CEKS.4397088666970698037..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_SMC2_CEKS.4397088666970698037..management_zone.tf
new file mode 100644
index 0000000..5bf4582
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_SMC2_CEKS.4397088666970698037..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_SMC2_CEKS" {
+ name = "CD_SMC2_CEKS"
+ 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 = "smc2-ceks"
+ }
+ }
+ }
+ }
+ 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 = "smc2-ceks"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "smc2-ceks"
+ }
+ }
+ }
+ }
+ 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 = "smc2-ceks"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "smc2-ceks"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_SMS-Gateway.-2133422980246552080..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_SMS-Gateway.-2133422980246552080..management_zone.tf
new file mode 100644
index 0000000..f894752
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_SMS-Gateway.-2133422980246552080..management_zone.tf
@@ -0,0 +1,39 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_SVDS.-4413944977212003148..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_SVDS.-4413944977212003148..management_zone.tf
new file mode 100644
index 0000000..59aeffb
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_SVDS.-4413944977212003148..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_SWLSEC2-BA2BT.7501203881245410096..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_SWLSEC2-BA2BT.7501203881245410096..management_zone.tf
new file mode 100644
index 0000000..0638d42
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_SWLSEC2-BA2BT.7501203881245410096..management_zone.tf
@@ -0,0 +1,19 @@
+resource "dynatrace_management_zone" "CD_SWLSEC2-BA2BT" {
+ name = "CD_SWLSEC2-BA2BT"
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:SWLSEC2-BA2BT\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(SERVICE),databaseName.exists(),toRelationship.calls(type(SERVICE),tag(\"compass-id:SWLSEC2-BA2BT\"))"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(PROCESS_GROUP_INSTANCE),tag(\"compass-id:SWLSEC2-BA2BT\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(HOST),tag(\"compass-id:SWLSEC2-BA2BT\")"
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_SWLSEC2-Checker.739588863038338383..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_SWLSEC2-Checker.739588863038338383..management_zone.tf
new file mode 100644
index 0000000..b246145
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_SWLSEC2-Checker.739588863038338383..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_Service-Bus.5588329812920061262..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_Service-Bus.5588329812920061262..management_zone.tf
new file mode 100644
index 0000000..a5ed20a
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_Service-Bus.5588329812920061262..management_zone.tf
@@ -0,0 +1,62 @@
+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"
+ }
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_Service-Gateway.6162343093211434661..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_Service-Gateway.6162343093211434661..management_zone.tf
new file mode 100644
index 0000000..daedc68
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_Service-Gateway.6162343093211434661..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_Speech.4065036998432033236..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_Speech.4065036998432033236..management_zone.tf
new file mode 100644
index 0000000..ad8a0fb
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_Speech.4065036998432033236..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_Speech" {
+ name = "CD_Speech"
+ 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 = "Speech"
+ }
+ }
+ }
+ }
+ 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 = "Speech"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "Speech"
+ }
+ }
+ }
+ }
+ 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 = "Speech"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "Speech"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_TEST_EW.-1816545408526640868..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_TEST_EW.-1816545408526640868..management_zone.tf
new file mode 100644
index 0000000..a07238d
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_TEST_EW.-1816545408526640868..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_TEST_EW2.5726542056217232950..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_TEST_EW2.5726542056217232950..management_zone.tf
new file mode 100644
index 0000000..c0ac313
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_TEST_EW2.5726542056217232950..management_zone.tf
@@ -0,0 +1,11 @@
+resource "dynatrace_management_zone" "CD_TEST_EW2" {
+ name = "CD_TEST_EW2"
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:hallo\",\"compass-id:gerne\",\"compass-id:test\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(SERVICE),databaseName.exists(),toRelationship.calls(type(SERVICE),tag(\"compass-id:hallo\",\"compass-id:gerne\",\"compass-id:test\"))"
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_TripCollection.5176227165984262597..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_TripCollection.5176227165984262597..management_zone.tf
new file mode 100644
index 0000000..2e34742
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_TripCollection.5176227165984262597..management_zone.tf
@@ -0,0 +1,114 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_UDS.-4388361218144431517..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_UDS.-4388361218144431517..management_zone.tf
new file mode 100644
index 0000000..3012c90
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_UDS.-4388361218144431517..management_zone.tf
@@ -0,0 +1,110 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_VehicleCentricInformationServices.3268847322115566645..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_VehicleCentricInformationServices.3268847322115566645..management_zone.tf
new file mode 100644
index 0000000..2042c8c
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_VehicleCentricInformationServices.3268847322115566645..management_zone.tf
@@ -0,0 +1,174 @@
+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"
+ }
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_Voice-Services.-60533151275910715..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_Voice-Services.-60533151275910715..management_zone.tf
new file mode 100644
index 0000000..5869f4e
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_Voice-Services.-60533151275910715..management_zone.tf
@@ -0,0 +1,98 @@
+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"
+ }
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_XCC.726963056829115815..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_XCC.726963056829115815..management_zone.tf
new file mode 100644
index 0000000..dfcd184
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_XCC.726963056829115815..management_zone.tf
@@ -0,0 +1,114 @@
+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"
+ }
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_agent-service.3851043124338361867..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_agent-service.3851043124338361867..management_zone.tf
new file mode 100644
index 0000000..5aa544a
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_agent-service.3851043124338361867..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_aluis.-4777952942075792115..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_aluis.-4777952942075792115..management_zone.tf
new file mode 100644
index 0000000..543c0ac
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_aluis.-4777952942075792115..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_aluis" {
+ name = "CD_aluis"
+ 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 = "aluis"
+ }
+ }
+ }
+ }
+ 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 = "aluis"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "aluis"
+ }
+ }
+ }
+ }
+ 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 = "aluis"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "aluis"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_am-bpm.-6595885403062829907..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_am-bpm.-6595885403062829907..management_zone.tf
new file mode 100644
index 0000000..91fdab6
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_am-bpm.-6595885403062829907..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_am-bpm" {
+ name = "CD_am-bpm"
+ 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-bpm"
+ }
+ }
+ }
+ }
+ 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-bpm"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "am-bpm"
+ }
+ }
+ }
+ }
+ 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-bpm"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "am-bpm"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_am-casa.6489260219676736642..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_am-casa.6489260219676736642..management_zone.tf
new file mode 100644
index 0000000..22b8e82
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_am-casa.6489260219676736642..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_am-cesim.-8221852403424262400..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_am-cesim.-8221852403424262400..management_zone.tf
new file mode 100644
index 0000000..30ae456
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_am-cesim.-8221852403424262400..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_am-cns.2845183407633390643..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_am-cns.2845183407633390643..management_zone.tf
new file mode 100644
index 0000000..454373f
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_am-cns.2845183407633390643..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_am-device.-7068216294419410381..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_am-device.-7068216294419410381..management_zone.tf
new file mode 100644
index 0000000..e535329
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_am-device.-7068216294419410381..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_am-device" {
+ name = "CD_am-device"
+ 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-device"
+ }
+ }
+ }
+ }
+ 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-device"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "am-device"
+ }
+ }
+ }
+ }
+ 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-device"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "am-device"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_am-ecs.-4026809012615074124..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_am-ecs.-4026809012615074124..management_zone.tf
new file mode 100644
index 0000000..5b5f41c
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_am-ecs.-4026809012615074124..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_am-egim.6779395205490842283..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_am-egim.6779395205490842283..management_zone.tf
new file mode 100644
index 0000000..d0a6ecd
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_am-egim.6779395205490842283..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_am-egim" {
+ name = "CD_am-egim"
+ 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-egim"
+ }
+ }
+ }
+ }
+ 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-egim"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "am-egim"
+ }
+ }
+ }
+ }
+ 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-egim"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "am-egim"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_am-esim-ui.-6525374610311912144..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_am-esim-ui.-6525374610311912144..management_zone.tf
new file mode 100644
index 0000000..29bfbe0
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_am-esim-ui.-6525374610311912144..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_am-esim-ui" {
+ name = "CD_am-esim-ui"
+ 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-esim-ui"
+ }
+ }
+ }
+ }
+ 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-esim-ui"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "am-esim-ui"
+ }
+ }
+ }
+ }
+ 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-esim-ui"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "am-esim-ui"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_am-lmcs.703787014794532009..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_am-lmcs.703787014794532009..management_zone.tf
new file mode 100644
index 0000000..dc54ad1
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_am-lmcs.703787014794532009..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_am-mno-manager.6845961539606420354..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_am-mno-manager.6845961539606420354..management_zone.tf
new file mode 100644
index 0000000..379b26e
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_am-mno-manager.6845961539606420354..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_am-mno-manager" {
+ name = "CD_am-mno-manager"
+ 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-mno-manager"
+ }
+ }
+ }
+ }
+ 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-mno-manager"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "am-mno-manager"
+ }
+ }
+ }
+ }
+ 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-mno-manager"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "am-mno-manager"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_am-proxy.-1540650025139328186..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_am-proxy.-1540650025139328186..management_zone.tf
new file mode 100644
index 0000000..75422a4
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_am-proxy.-1540650025139328186..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_am-proxy" {
+ name = "CD_am-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 = "Component"
+ value = "am-proxy"
+ }
+ }
+ }
+ }
+ 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-proxy"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "am-proxy"
+ }
+ }
+ }
+ }
+ 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-proxy"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "am-proxy"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_am-store.-2189390331381689182..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_am-store.-2189390331381689182..management_zone.tf
new file mode 100644
index 0000000..6e467d7
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_am-store.-2189390331381689182..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_am-store" {
+ name = "CD_am-store"
+ 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-store"
+ }
+ }
+ }
+ }
+ 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-store"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "am-store"
+ }
+ }
+ }
+ }
+ 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-store"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "am-store"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_am-svms.3535580551222857233..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_am-svms.3535580551222857233..management_zone.tf
new file mode 100644
index 0000000..99df049
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_am-svms.3535580551222857233..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_am-ui.8190401556217650523..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_am-ui.8190401556217650523..management_zone.tf
new file mode 100644
index 0000000..e4a72a2
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_am-ui.8190401556217650523..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_am-ui" {
+ name = "CD_am-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 = "Component"
+ value = "am-ui"
+ }
+ }
+ }
+ }
+ 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-ui"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "am-ui"
+ }
+ }
+ }
+ }
+ 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-ui"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "am-ui"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_am-usage.-6407838691959707830..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_am-usage.-6407838691959707830..management_zone.tf
new file mode 100644
index 0000000..48a6416
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_am-usage.-6407838691959707830..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_am-vehicle-activation.-6517611825592343932..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_am-vehicle-activation.-6517611825592343932..management_zone.tf
new file mode 100644
index 0000000..b0b4490
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_am-vehicle-activation.-6517611825592343932..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_am-vehicle-activation" {
+ name = "CD_am-vehicle-activation"
+ 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-vehicle-activation"
+ }
+ }
+ }
+ }
+ 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-vehicle-activation"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "am-vehicle-activation"
+ }
+ }
+ }
+ }
+ 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-vehicle-activation"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "am-vehicle-activation"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_am-vehicle.2364307383147688999..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_am-vehicle.2364307383147688999..management_zone.tf
new file mode 100644
index 0000000..3bac226
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_am-vehicle.2364307383147688999..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_am-vehicle" {
+ name = "CD_am-vehicle"
+ 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-vehicle"
+ }
+ }
+ }
+ }
+ 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-vehicle"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "am-vehicle"
+ }
+ }
+ }
+ }
+ 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-vehicle"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "am-vehicle"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_am-vms.8481305279283217918..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_am-vms.8481305279283217918..management_zone.tf
new file mode 100644
index 0000000..bde1dd5
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_am-vms.8481305279283217918..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_analytics-user-data-service.3830608542188797409..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_analytics-user-data-service.3830608542188797409..management_zone.tf
new file mode 100644
index 0000000..ad52bb7
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_analytics-user-data-service.3830608542188797409..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_analytics-user-data-service" {
+ name = "CD_analytics-user-data-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 = "analytics-user-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 = "analytics-user-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 = "analytics-user-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 = "analytics-user-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 = "analytics-user-data-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_asbc-sfa-oh.-3430850046259037518..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_asbc-sfa-oh.-3430850046259037518..management_zone.tf
new file mode 100644
index 0000000..472e43e
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_asbc-sfa-oh.-3430850046259037518..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_asbc-sts.3432987914211903046..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_asbc-sts.3432987914211903046..management_zone.tf
new file mode 100644
index 0000000..2197b9c
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_asbc-sts.3432987914211903046..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_avs-client-service.3844700651132280279..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_avs-client-service.3844700651132280279..management_zone.tf
new file mode 100644
index 0000000..550c6a7
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_avs-client-service.3844700651132280279..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_avs-client-service" {
+ name = "CD_avs-client-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 = "avs-client-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-client-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-client-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-client-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-client-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_avs-proxy-composite-service.-5558936089274731359..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_avs-proxy-composite-service.-5558936089274731359..management_zone.tf
new file mode 100644
index 0000000..2ee9710
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_avs-proxy-composite-service.-5558936089274731359..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_b2v-com-be.234573445895208960..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_b2v-com-be.234573445895208960..management_zone.tf
new file mode 100644
index 0000000..ae8bc6e
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_b2v-com-be.234573445895208960..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_b2v-com-be" {
+ name = "CD_b2v-com-be"
+ 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-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 = "b2v-com-be"
+ }
+ }
+ }
+ }
+ 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-be"
+ }
+ }
+ }
+ }
+ 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-be"
+ }
+ }
+ }
+ 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-be"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_b2v-com-echo.-5351196144048268257..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_b2v-com-echo.-5351196144048268257..management_zone.tf
new file mode 100644
index 0000000..191c232
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_b2v-com-echo.-5351196144048268257..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_b2v-com-fe.-5651984742855815750..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_b2v-com-fe.-5651984742855815750..management_zone.tf
new file mode 100644
index 0000000..87887fd
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_b2v-com-fe.-5651984742855815750..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_b2v-com-fe" {
+ name = "CD_b2v-com-fe"
+ 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 = "b2v-com-fe"
+ }
+ }
+ }
+ }
+ 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-fe"
+ }
+ }
+ }
+ }
+ 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-fe"
+ }
+ }
+ }
+ }
+ 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-fe"
+ }
+ }
+ }
+ 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-fe"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_b2v-com-gcdm-client.683077913196182971..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_b2v-com-gcdm-client.683077913196182971..management_zone.tf
new file mode 100644
index 0000000..67d35c2
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_b2v-com-gcdm-client.683077913196182971..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_b2v-com-hello.2446772408456848291..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_b2v-com-hello.2446772408456848291..management_zone.tf
new file mode 100644
index 0000000..dac5be0
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_b2v-com-hello.2446772408456848291..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_b2v-com-hello" {
+ name = "CD_b2v-com-hello"
+ 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-hello"
+ }
+ }
+ }
+ }
+ 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-hello"
+ }
+ }
+ }
+ }
+ 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-hello"
+ }
+ }
+ }
+ }
+ 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-hello"
+ }
+ }
+ }
+ 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-hello"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_b2v-nots.3715912383344405425..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_b2v-nots.3715912383344405425..management_zone.tf
new file mode 100644
index 0000000..53a1910
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_b2v-nots.3715912383344405425..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_b2v-nots" {
+ name = "CD_b2v-nots"
+ 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-nots"
+ }
+ }
+ }
+ }
+ 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-nots"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "b2v-nots"
+ }
+ }
+ }
+ }
+ 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-nots"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "b2v-nots"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_b2v-sms-statistics.8234311494301662433..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_b2v-sms-statistics.8234311494301662433..management_zone.tf
new file mode 100644
index 0000000..ff93f6b
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_b2v-sms-statistics.8234311494301662433..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_b2v-sms-statistics" {
+ name = "CD_b2v-sms-statistics"
+ 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 = "b2v-sms-statistics"
+ }
+ }
+ }
+ }
+ 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-sms-statistics"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "b2v-sms-statistics"
+ }
+ }
+ }
+ }
+ 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-sms-statistics"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "b2v-sms-statistics"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_bmw-points-push-notifications-service.3646847314212076692..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_bmw-points-push-notifications-service.3646847314212076692..management_zone.tf
new file mode 100644
index 0000000..3458e85
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_bmw-points-push-notifications-service.3646847314212076692..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_bsi-service.-3665558699734749902..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_bsi-service.-3665558699734749902..management_zone.tf
new file mode 100644
index 0000000..d30f3dd
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_bsi-service.-3665558699734749902..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_cac.6505043424644966677..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_cac.6505043424644966677..management_zone.tf
new file mode 100644
index 0000000..2ff65d7
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_cac.6505043424644966677..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_camvs.-4813785438275446822..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_camvs.-4813785438275446822..management_zone.tf
new file mode 100644
index 0000000..b88fcdb
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_camvs.-4813785438275446822..management_zone.tf
@@ -0,0 +1,114 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_casa-event-processor.-3235233091265061954..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_casa-event-processor.-3235233091265061954..management_zone.tf
new file mode 100644
index 0000000..83603df
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_casa-event-processor.-3235233091265061954..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_ccc.6785475369519132478..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_ccc.6785475369519132478..management_zone.tf
new file mode 100644
index 0000000..f7713cf
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_ccc.6785475369519132478..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_cdc.1057517960840498906..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_cdc.1057517960840498906..management_zone.tf
new file mode 100644
index 0000000..02b7949
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_cdc.1057517960840498906..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_chargenow-enabler-service.4692934809440873007..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_chargenow-enabler-service.4692934809440873007..management_zone.tf
new file mode 100644
index 0000000..47d506c
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_chargenow-enabler-service.4692934809440873007..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_chargenow-enabler-service" {
+ name = "CD_chargenow-enabler-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 = "chargenow-enabler-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 = "chargenow-enabler-service"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "chargenow-enabler-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 = "chargenow-enabler-service"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "chargenow-enabler-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_charging-data-privacy-composite.-3481404155533271818..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_charging-data-privacy-composite.-3481404155533271818..management_zone.tf
new file mode 100644
index 0000000..39dd4cd
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_charging-data-privacy-composite.-3481404155533271818..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_charging-data-privacy.7901706371616384215..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_charging-data-privacy.7901706371616384215..management_zone.tf
new file mode 100644
index 0000000..60c48e5
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_charging-data-privacy.7901706371616384215..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_charging-events-push-notification-service.-4904645486964490409..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_charging-events-push-notification-service.-4904645486964490409..management_zone.tf
new file mode 100644
index 0000000..4521ad3
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_charging-events-push-notification-service.-4904645486964490409..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_charging-events-service.-1006261912630048989..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_charging-events-service.-1006261912630048989..management_zone.tf
new file mode 100644
index 0000000..0a175f2
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_charging-events-service.-1006261912630048989..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_charging-events-service" {
+ name = "CD_charging-events-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-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-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-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-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-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_charging-history-gdpr-proxy-service.-454781418938640078..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_charging-history-gdpr-proxy-service.-454781418938640078..management_zone.tf
new file mode 100644
index 0000000..ed724aa
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_charging-history-gdpr-proxy-service.-454781418938640078..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_charging-plan-composite-service.1719030588358569859..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_charging-plan-composite-service.1719030588358569859..management_zone.tf
new file mode 100644
index 0000000..42bcc25
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_charging-plan-composite-service.1719030588358569859..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_charging-push-notifications-service.-6539988343728513019..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_charging-push-notifications-service.-6539988343728513019..management_zone.tf
new file mode 100644
index 0000000..24b789b
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_charging-push-notifications-service.-6539988343728513019..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_charging-remote-commands-composite-service.3507543056413618167..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_charging-remote-commands-composite-service.3507543056413618167..management_zone.tf
new file mode 100644
index 0000000..8be7999
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_charging-remote-commands-composite-service.3507543056413618167..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_charging-remote-commands-composite-service" {
+ name = "CD_charging-remote-commands-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 = "charging-remote-commands-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-remote-commands-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-remote-commands-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-remote-commands-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-remote-commands-composite-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_charging-sessions-service.-6343867182147315832..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_charging-sessions-service.-6343867182147315832..management_zone.tf
new file mode 100644
index 0000000..f563409
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_charging-sessions-service.-6343867182147315832..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_charging-sessions-service" {
+ name = "CD_charging-sessions-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-sessions-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-sessions-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-sessions-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-sessions-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-sessions-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_charging-stations-service.-5042002924345469442..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_charging-stations-service.-5042002924345469442..management_zone.tf
new file mode 100644
index 0000000..4df4703
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_charging-stations-service.-5042002924345469442..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_client-agent-telemetry-processor.-6973581261416020021..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_client-agent-telemetry-processor.-6973581261416020021..management_zone.tf
new file mode 100644
index 0000000..2559ea6
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_client-agent-telemetry-processor.-6973581261416020021..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_client-vehicle-telemetry-processor.-6224674043145965813..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_client-vehicle-telemetry-processor.-6224674043145965813..management_zone.tf
new file mode 100644
index 0000000..8ac5b50
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_client-vehicle-telemetry-processor.-6224674043145965813..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_client-vehicle-telemetry-processor" {
+ name = "CD_client-vehicle-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-vehicle-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-vehicle-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-vehicle-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-vehicle-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-vehicle-telemetry-processor"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_cm.-895580249814261506..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_cm.-895580249814261506..management_zone.tf
new file mode 100644
index 0000000..5c609b3
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_cm.-895580249814261506..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_comfy.848401857749292905..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_comfy.848401857749292905..management_zone.tf
new file mode 100644
index 0000000..8d5857a
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_comfy.848401857749292905..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_comfy" {
+ name = "CD_comfy"
+ 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 = "Namespace"
+ value = "comfy"
+ }
+ }
+ }
+ }
+ 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 = "Namespace"
+ value = "comfy"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Namespace"
+ value = "comfy"
+ }
+ }
+ }
+ }
+ 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 = "comfy"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "comfy"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_commute-notification-service.1286045901809938488..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_commute-notification-service.1286045901809938488..management_zone.tf
new file mode 100644
index 0000000..2b2ca15
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_commute-notification-service.1286045901809938488..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_commute-service.-7181836511556584903..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_commute-service.-7181836511556584903..management_zone.tf
new file mode 100644
index 0000000..c0e77dc
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_commute-service.-7181836511556584903..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_commute-service" {
+ name = "CD_commute-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 = "commute-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-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-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-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-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_connected-oauth-service-apim.-1461450175817610753..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_connected-oauth-service-apim.-1461450175817610753..management_zone.tf
new file mode 100644
index 0000000..6f46063
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_connected-oauth-service-apim.-1461450175817610753..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_connected-oauth-service-apim" {
+ name = "CD_connected-oauth-service-apim"
+ 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-oauth-service-apim"
+ }
+ }
+ }
+ }
+ 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-oauth-service-apim"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "connected-oauth-service-apim"
+ }
+ }
+ }
+ }
+ 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-oauth-service-apim"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "connected-oauth-service-apim"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_connected-oauth-service.-6525222654329360526..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_connected-oauth-service.-6525222654329360526..management_zone.tf
new file mode 100644
index 0000000..2c76f96
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_connected-oauth-service.-6525222654329360526..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_connected-oauth-service" {
+ name = "CD_connected-oauth-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 = "connected-oauth-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-oauth-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-oauth-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-oauth-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-oauth-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_connected-onboard-composite-service.6000238730837026909..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_connected-onboard-composite-service.6000238730837026909..management_zone.tf
new file mode 100644
index 0000000..6744e72
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_connected-onboard-composite-service.6000238730837026909..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_csu.-6465065108278477847..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_csu.-6465065108278477847..management_zone.tf
new file mode 100644
index 0000000..fbd1356
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_csu.-6465065108278477847..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_ctns-event-origin.-8423484601540043009..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_ctns-event-origin.-8423484601540043009..management_zone.tf
new file mode 100644
index 0000000..40dabb1
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_ctns-event-origin.-8423484601540043009..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_ctns-marketing-api.8707127902849896641..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_ctns-marketing-api.8707127902849896641..management_zone.tf
new file mode 100644
index 0000000..4c6c796
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_ctns-marketing-api.8707127902849896641..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_ctns-vehicle-api.4542703071885587630..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_ctns-vehicle-api.4542703071885587630..management_zone.tf
new file mode 100644
index 0000000..5b92c0d
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_ctns-vehicle-api.4542703071885587630..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_current-driver-service.5826180152638294023..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_current-driver-service.5826180152638294023..management_zone.tf
new file mode 100644
index 0000000..cb4c885
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_current-driver-service.5826180152638294023..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_current-driver-service" {
+ name = "CD_current-driver-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 = "current-driver-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 = "current-driver-service"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "current-driver-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 = "current-driver-service"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "current-driver-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_data-deletion-processor.-945634447813675373..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_data-deletion-processor.-945634447813675373..management_zone.tf
new file mode 100644
index 0000000..6457fe3
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_data-deletion-processor.-945634447813675373..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_data-deletion-processor" {
+ name = "CD_data-deletion-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 = "data-deletion-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 = "data-deletion-processor"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "data-deletion-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 = "data-deletion-processor"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "data-deletion-processor"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_dealer-comms-provider-service.-7384668182503674044..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_dealer-comms-provider-service.-7384668182503674044..management_zone.tf
new file mode 100644
index 0000000..eccc696
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_dealer-comms-provider-service.-7384668182503674044..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_dealer-data-service.-6224705283204834466..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_dealer-data-service.-6224705283204834466..management_zone.tf
new file mode 100644
index 0000000..4c2d8b4
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_dealer-data-service.-6224705283204834466..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_dealer-payments-invoice-service.6381263894383476159..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_dealer-payments-invoice-service.6381263894383476159..management_zone.tf
new file mode 100644
index 0000000..fa9b204
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_dealer-payments-invoice-service.6381263894383476159..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_dealer-payments-notification-service.354787604648139004..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_dealer-payments-notification-service.354787604648139004..management_zone.tf
new file mode 100644
index 0000000..2267a04
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_dealer-payments-notification-service.354787604648139004..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_dealer-payments-notification-service" {
+ name = "CD_dealer-payments-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 = "dealer-payments-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 = "dealer-payments-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 = "dealer-payments-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 = "dealer-payments-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 = "dealer-payments-notification-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_dealer-payments-service.-1262921922277035180..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_dealer-payments-service.-1262921922277035180..management_zone.tf
new file mode 100644
index 0000000..296ce39
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_dealer-payments-service.-1262921922277035180..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_dealer-payments-service" {
+ name = "CD_dealer-payments-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 = "dealer-payments-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-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-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-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-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_dealer-search-service.-5195733165670164329..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_dealer-search-service.-5195733165670164329..management_zone.tf
new file mode 100644
index 0000000..73f81f3
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_dealer-search-service.-5195733165670164329..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_dealer-search-service" {
+ name = "CD_dealer-search-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-search-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-search-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-search-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-search-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-search-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_dealer-services-composite-service.-4792999921769558004..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_dealer-services-composite-service.-4792999921769558004..management_zone.tf
new file mode 100644
index 0000000..97f9fb2
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_dealer-services-composite-service.-4792999921769558004..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_dealer-services-composite-service" {
+ name = "CD_dealer-services-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 = "dealer-services-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 = "dealer-services-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 = "dealer-services-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 = "dealer-services-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 = "dealer-services-composite-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_dealercockpit.8238007143875611982..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_dealercockpit.8238007143875611982..management_zone.tf
new file mode 100644
index 0000000..98707e5
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_dealercockpit.8238007143875611982..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_dealercockpit" {
+ name = "CD_dealercockpit"
+ 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 = "dealercockpit"
+ }
+ }
+ }
+ }
+ 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 = "dealercockpit"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "dealercockpit"
+ }
+ }
+ }
+ }
+ 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 = "dealercockpit"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "dealercockpit"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_delivery.-2360172082964226530..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_delivery.-2360172082964226530..management_zone.tf
new file mode 100644
index 0000000..f7af4bc
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_delivery.-2360172082964226530..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_delivery" {
+ name = "CD_delivery"
+ 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 = "delivery"
+ }
+ }
+ }
+ }
+ 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 = "delivery"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "delivery"
+ }
+ }
+ }
+ }
+ 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 = "delivery"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "delivery"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_destination-composite-service.239098591434607832..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_destination-composite-service.239098591434607832..management_zone.tf
new file mode 100644
index 0000000..60a0c77
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_destination-composite-service.239098591434607832..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_digital-key-composite-service.2693367897048369138..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_digital-key-composite-service.2693367897048369138..management_zone.tf
new file mode 100644
index 0000000..37fa382
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_digital-key-composite-service.2693367897048369138..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_digital-key-composite-service" {
+ name = "CD_digital-key-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 = "digital-key-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 = "digital-key-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 = "digital-key-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 = "digital-key-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 = "digital-key-composite-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_discover-bmw-composite-service.-7042281349369105957..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_discover-bmw-composite-service.-7042281349369105957..management_zone.tf
new file mode 100644
index 0000000..841a4b5
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_discover-bmw-composite-service.-7042281349369105957..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_dpm.3521442346466955677..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_dpm.3521442346466955677..management_zone.tf
new file mode 100644
index 0000000..7e06908
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_dpm.3521442346466955677..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_dpm" {
+ name = "CD_dpm"
+ 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 = "dpm"
+ }
+ }
+ }
+ }
+ 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 = "dpm"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "dpm"
+ }
+ }
+ }
+ }
+ 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 = "dpm"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "dpm"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_dpp.7431808806854689694..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_dpp.7431808806854689694..management_zone.tf
new file mode 100644
index 0000000..c105008
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_dpp.7431808806854689694..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_dpp" {
+ name = "CD_dpp"
+ 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 = "dpp"
+ }
+ }
+ }
+ }
+ 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 = "dpp"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "dpp"
+ }
+ }
+ }
+ }
+ 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 = "dpp"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "dpp"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_dsd.3321466583645887684..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_dsd.3321466583645887684..management_zone.tf
new file mode 100644
index 0000000..c44509a
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_dsd.3321466583645887684..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_e4m.2719806885490791534..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_e4m.2719806885490791534..management_zone.tf
new file mode 100644
index 0000000..52c89e2
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_e4m.2719806885490791534..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_eadb.7187056346821278083..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_eadb.7187056346821278083..management_zone.tf
new file mode 100644
index 0000000..a413e05
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_eadb.7187056346821278083..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_emc.1786086320445564585..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_emc.1786086320445564585..management_zone.tf
new file mode 100644
index 0000000..b070ba1
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_emc.1786086320445564585..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_emc" {
+ name = "CD_emc"
+ 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 = "emc"
+ }
+ }
+ }
+ }
+ 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 = "emc"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "emc"
+ }
+ }
+ }
+ }
+ 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 = "emc"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "emc"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_ercaf.662397954779801135..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_ercaf.662397954779801135..management_zone.tf
new file mode 100644
index 0000000..a12e12e
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_ercaf.662397954779801135..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_ercaf" {
+ name = "CD_ercaf"
+ 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 = "ercaf"
+ }
+ }
+ }
+ }
+ 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 = "ercaf"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "ercaf"
+ }
+ }
+ }
+ }
+ 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 = "ercaf"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "ercaf"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_ercr.292266112033817776..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_ercr.292266112033817776..management_zone.tf
new file mode 100644
index 0000000..74078f6
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_ercr.292266112033817776..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_ercr" {
+ name = "CD_ercr"
+ 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 = "ercr"
+ }
+ }
+ }
+ }
+ 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 = "ercr"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "ercr"
+ }
+ }
+ }
+ }
+ 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 = "ercr"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "ercr"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_erd.-1420185670353694662..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_erd.-1420185670353694662..management_zone.tf
new file mode 100644
index 0000000..e401e0e
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_erd.-1420185670353694662..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_eroute.-178713865195665676..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_eroute.-178713865195665676..management_zone.tf
new file mode 100644
index 0000000..f835f6a
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_eroute.-178713865195665676..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_eroute" {
+ name = "CD_eroute"
+ 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 = "eroute"
+ }
+ }
+ }
+ }
+ 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 = "eroute"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "eroute"
+ }
+ }
+ }
+ }
+ 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 = "eroute"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "eroute"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_esa.5806965905152347407..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_esa.5806965905152347407..management_zone.tf
new file mode 100644
index 0000000..1f27453
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_esa.5806965905152347407..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_esa" {
+ name = "CD_esa"
+ 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 = "esa"
+ }
+ }
+ }
+ }
+ 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 = "esa"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "esa"
+ }
+ }
+ }
+ }
+ 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 = "esa"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "esa"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_esh.6791006737567776609..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_esh.6791006737567776609..management_zone.tf
new file mode 100644
index 0000000..db1657c
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_esh.6791006737567776609..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_esim-composite-service.-8519305773537616601..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_esim-composite-service.-8519305773537616601..management_zone.tf
new file mode 100644
index 0000000..50145e0
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_esim-composite-service.-8519305773537616601..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_esim-composite-service" {
+ name = "CD_esim-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 = "esim-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 = "esim-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 = "esim-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 = "esim-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 = "esim-composite-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_explore-composite-service.-1783221886243782060..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_explore-composite-service.-1783221886243782060..management_zone.tf
new file mode 100644
index 0000000..60b9cd5
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_explore-composite-service.-1783221886243782060..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_explore-composite-service" {
+ name = "CD_explore-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 = "explore-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 = "explore-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 = "explore-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 = "explore-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 = "explore-composite-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_feature-toggles-service.-1757559001732264280..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_feature-toggles-service.-1757559001732264280..management_zone.tf
new file mode 100644
index 0000000..08d8783
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_feature-toggles-service.-1757559001732264280..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_feature-toggles-service" {
+ name = "CD_feature-toggles-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 = "feature-toggles-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 = "feature-toggles-service"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "feature-toggles-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 = "feature-toggles-service"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "feature-toggles-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_fmc.-7863243655181765550..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_fmc.-7863243655181765550..management_zone.tf
new file mode 100644
index 0000000..234911c
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_fmc.-7863243655181765550..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_fuel-search-service.-3570944723533684347..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_fuel-search-service.-3570944723533684347..management_zone.tf
new file mode 100644
index 0000000..84de89c
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_fuel-search-service.-3570944723533684347..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_fuel-search-service" {
+ name = "CD_fuel-search-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 = "fuel-search-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 = "fuel-search-service"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "fuel-search-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 = "fuel-search-service"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "fuel-search-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_gcs.-8760732051205931982..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_gcs.-8760732051205931982..management_zone.tf
new file mode 100644
index 0000000..bfea28a
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_gcs.-8760732051205931982..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_gcs" {
+ name = "CD_gcs"
+ 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 = "gcs"
+ }
+ }
+ }
+ }
+ 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 = "gcs"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "gcs"
+ }
+ }
+ }
+ }
+ 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 = "gcs"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "gcs"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_hpauth.-7986744385538534110..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_hpauth.-7986744385538534110..management_zone.tf
new file mode 100644
index 0000000..5fb501f
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_hpauth.-7986744385538534110..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_hubtab-service.6825771495168986146..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_hubtab-service.6825771495168986146..management_zone.tf
new file mode 100644
index 0000000..2eb1815
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_hubtab-service.6825771495168986146..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_hubtab-service" {
+ name = "CD_hubtab-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 = "hubtab-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 = "hubtab-service"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "hubtab-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 = "hubtab-service"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "hubtab-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_id-lookup-service.-2346036958469983045..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_id-lookup-service.-2346036958469983045..management_zone.tf
new file mode 100644
index 0000000..4b2a25a
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_id-lookup-service.-2346036958469983045..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_ids-admin.5586851433711924938..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_ids-admin.5586851433711924938..management_zone.tf
new file mode 100644
index 0000000..80d5dc8
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_ids-admin.5586851433711924938..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_ids-svds.-5175560781627909210..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_ids-svds.-5175560781627909210..management_zone.tf
new file mode 100644
index 0000000..17054d0
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_ids-svds.-5175560781627909210..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_ids-svds" {
+ name = "CD_ids-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 = "ids-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 = "ids-svds"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "ids-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 = "ids-svds"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "ids-svds"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_ids-sync.4240321421761080938..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_ids-sync.4240321421761080938..management_zone.tf
new file mode 100644
index 0000000..eb22f94
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_ids-sync.4240321421761080938..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_ids-ws.-3348722348446940244..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_ids-ws.-3348722348446940244..management_zone.tf
new file mode 100644
index 0000000..e1cd190
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_ids-ws.-3348722348446940244..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_ids-ws" {
+ name = "CD_ids-ws"
+ 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 = "ids-ws"
+ }
+ }
+ }
+ }
+ 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-ws"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "ids-ws"
+ }
+ }
+ }
+ }
+ 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-ws"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "ids-ws"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_image-composite-service.-2523692038884129780..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_image-composite-service.-2523692038884129780..management_zone.tf
new file mode 100644
index 0000000..60721b6
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_image-composite-service.-2523692038884129780..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_image-composite-service" {
+ name = "CD_image-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 = "image-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 = "image-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 = "image-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 = "image-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 = "image-composite-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_imiles-service.-1198227328507213456..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_imiles-service.-1198227328507213456..management_zone.tf
new file mode 100644
index 0000000..a033b0c
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_imiles-service.-1198227328507213456..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_ipa-gateway.-1855356480489583241..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_ipa-gateway.-1855356480489583241..management_zone.tf
new file mode 100644
index 0000000..4d2d77e
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_ipa-gateway.-1855356480489583241..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_jdssp21.-7555644302631013883..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_jdssp21.-7555644302631013883..management_zone.tf
new file mode 100644
index 0000000..93f593c
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_jdssp21.-7555644302631013883..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_jdssp21" {
+ name = "CD_jdssp21"
+ 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 = "jdssp21"
+ }
+ }
+ }
+ }
+ 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 = "jdssp21"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "jdssp21"
+ }
+ }
+ }
+ }
+ 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 = "jdssp21"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "jdssp21"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_legacy-deletion-service.-1836297497707245797..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_legacy-deletion-service.-1836297497707245797..management_zone.tf
new file mode 100644
index 0000000..27a965c
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_legacy-deletion-service.-1836297497707245797..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_legacy-deletion-service" {
+ name = "CD_legacy-deletion-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 = "legacy-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 = "legacy-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 = "legacy-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 = "legacy-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 = "legacy-deletion-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_legacy-sar-service.-8128156058831255427..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_legacy-sar-service.-8128156058831255427..management_zone.tf
new file mode 100644
index 0000000..6fc7055
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_legacy-sar-service.-8128156058831255427..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_legacy-sar-service" {
+ name = "CD_legacy-sar-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 = "legacy-sar-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 = "legacy-sar-service"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "legacy-sar-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 = "legacy-sar-service"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "legacy-sar-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_legal-document-composite-service.-2156298583591841198..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_legal-document-composite-service.-2156298583591841198..management_zone.tf
new file mode 100644
index 0000000..6d75e4e
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_legal-document-composite-service.-2156298583591841198..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_log-data-deletion-service.-818505253642779277..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_log-data-deletion-service.-818505253642779277..management_zone.tf
new file mode 100644
index 0000000..2597ee7
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_log-data-deletion-service.-818505253642779277..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_lsc-hr.-7995464145365327731..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_lsc-hr.-7995464145365327731..management_zone.tf
new file mode 100644
index 0000000..13a75cf
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_lsc-hr.-7995464145365327731..management_zone.tf
@@ -0,0 +1,62 @@
+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"
+ }
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_lsc-jr.-6071617396278040785..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_lsc-jr.-6071617396278040785..management_zone.tf
new file mode 100644
index 0000000..79ce350
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_lsc-jr.-6071617396278040785..management_zone.tf
@@ -0,0 +1,62 @@
+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"
+ }
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_lsc-kc.-5466091717637198390..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_lsc-kc.-5466091717637198390..management_zone.tf
new file mode 100644
index 0000000..d91ca00
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_lsc-kc.-5466091717637198390..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_lsc-mm.-4957448593079692287..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_lsc-mm.-4957448593079692287..management_zone.tf
new file mode 100644
index 0000000..30c4770
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_lsc-mm.-4957448593079692287..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_lsc-mm" {
+ name = "CD_lsc-mm"
+ 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-mm"
+ }
+ }
+ }
+ }
+ 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-mm"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "lsc-mm"
+ }
+ }
+ }
+ }
+ 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-mm"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "lsc-mm"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_lsc-oc.168846665393629930..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_lsc-oc.168846665393629930..management_zone.tf
new file mode 100644
index 0000000..8ffff59
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_lsc-oc.168846665393629930..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_lsc-og.-5861071701153942147..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_lsc-og.-5861071701153942147..management_zone.tf
new file mode 100644
index 0000000..1c786e0
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_lsc-og.-5861071701153942147..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_lsc-og" {
+ name = "CD_lsc-og"
+ 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-og"
+ }
+ }
+ }
+ }
+ 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-og"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "lsc-og"
+ }
+ }
+ }
+ }
+ 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-og"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "lsc-og"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_lsc-wo.-9010747661501458721..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_lsc-wo.-9010747661501458721..management_zone.tf
new file mode 100644
index 0000000..78f6590
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_lsc-wo.-9010747661501458721..management_zone.tf
@@ -0,0 +1,62 @@
+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"
+ }
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_managementZone.-5864191605161185587..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_managementZone.-5864191605161185587..management_zone.tf
new file mode 100644
index 0000000..27e12d9
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_managementZone.-5864191605161185587..management_zone.tf
@@ -0,0 +1,174 @@
+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"
+ }
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_mds.-8550316932235830515..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_mds.-8550316932235830515..management_zone.tf
new file mode 100644
index 0000000..974d15e
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_mds.-8550316932235830515..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_mds" {
+ name = "CD_mds"
+ 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 = "mds"
+ }
+ }
+ }
+ }
+ 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 = "mds"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "mds"
+ }
+ }
+ }
+ }
+ 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 = "mds"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "mds"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_ml-ingestion-service.-3612885846716312220..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_ml-ingestion-service.-3612885846716312220..management_zone.tf
new file mode 100644
index 0000000..6ff8552
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_ml-ingestion-service.-3612885846716312220..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_ml-ingestion-service" {
+ name = "CD_ml-ingestion-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 = "ml-ingestion-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 = "ml-ingestion-service"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "ml-ingestion-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 = "ml-ingestion-service"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "ml-ingestion-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_mlc.2826000795787228538..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_mlc.2826000795787228538..management_zone.tf
new file mode 100644
index 0000000..f96206d
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_mlc.2826000795787228538..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_mlc" {
+ name = "CD_mlc"
+ 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 = "mlc"
+ }
+ }
+ }
+ }
+ 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 = "mlc"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "mlc"
+ }
+ }
+ }
+ }
+ 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 = "mlc"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "mlc"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_mrp.-5953180699600147415..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_mrp.-5953180699600147415..management_zone.tf
new file mode 100644
index 0000000..95ccfc5
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_mrp.-5953180699600147415..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_mrpspringboot.-515772749824946029..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_mrpspringboot.-515772749824946029..management_zone.tf
new file mode 100644
index 0000000..d32fb91
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_mrpspringboot.-515772749824946029..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_naas.-2616965047573894928..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_naas.-2616965047573894928..management_zone.tf
new file mode 100644
index 0000000..0a70f0d
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_naas.-2616965047573894928..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_naas" {
+ name = "CD_naas"
+ 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 = "naas"
+ }
+ }
+ }
+ }
+ 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 = "naas"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "naas"
+ }
+ }
+ }
+ }
+ 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 = "naas"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "naas"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_nop-admin.-147393270306928398..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_nop-admin.-147393270306928398..management_zone.tf
new file mode 100644
index 0000000..b096751
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_nop-admin.-147393270306928398..management_zone.tf
@@ -0,0 +1,19 @@
+resource "dynatrace_management_zone" "CD_nop-admin" {
+ name = "CD_nop-admin"
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:NOP-Admin\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(SERVICE),databaseName.exists(),toRelationship.calls(type(SERVICE),tag(\"compass-id:NOP-Admin\"))"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(PROCESS_GROUP_INSTANCE),tag(\"compass-id:NOP-Admin\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(HOST),tag(\"compass-id:NOP-Admin\")"
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_nop-archive.1023740486178908540..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_nop-archive.1023740486178908540..management_zone.tf
new file mode 100644
index 0000000..1042ccf
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_nop-archive.1023740486178908540..management_zone.tf
@@ -0,0 +1,19 @@
+resource "dynatrace_management_zone" "CD_nop-archive" {
+ name = "CD_nop-archive"
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:NOP-Archive\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(SERVICE),databaseName.exists(),toRelationship.calls(type(SERVICE),tag(\"compass-id:NOP-Archive\"))"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(PROCESS_GROUP_INSTANCE),tag(\"compass-id:NOP-Archive\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(HOST),tag(\"compass-id:NOP-Archive\")"
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_nop-provisioning.-7632508319772674991..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_nop-provisioning.-7632508319772674991..management_zone.tf
new file mode 100644
index 0000000..c457c46
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_nop-provisioning.-7632508319772674991..management_zone.tf
@@ -0,0 +1,19 @@
+resource "dynatrace_management_zone" "CD_nop-provisioning" {
+ name = "CD_nop-provisioning"
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:NOP-Provisioning\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(SERVICE),databaseName.exists(),toRelationship.calls(type(SERVICE),tag(\"compass-id:NOP-Provisioning\"))"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(PROCESS_GROUP_INSTANCE),tag(\"compass-id:NOP-Provisioning\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(HOST),tag(\"compass-id:NOP-Provisioning\")"
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_nop-trigger.5595351203987284817..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_nop-trigger.5595351203987284817..management_zone.tf
new file mode 100644
index 0000000..8b6c599
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_nop-trigger.5595351203987284817..management_zone.tf
@@ -0,0 +1,19 @@
+resource "dynatrace_management_zone" "CD_nop-trigger" {
+ name = "CD_nop-trigger"
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:NOP-Trigger\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(SERVICE),databaseName.exists(),toRelationship.calls(type(SERVICE),tag(\"compass-id:NOP-Trigger\"))"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(PROCESS_GROUP_INSTANCE),tag(\"compass-id:NOP-Trigger\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(HOST),tag(\"compass-id:NOP-Trigger\")"
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_notification-composite-service.-1228515758018962569..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_notification-composite-service.-1228515758018962569..management_zone.tf
new file mode 100644
index 0000000..9ef2cee
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_notification-composite-service.-1228515758018962569..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_notification-service.-930331147395988756..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_notification-service.-930331147395988756..management_zone.tf
new file mode 100644
index 0000000..a345d5f
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_notification-service.-930331147395988756..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_oas-composite-service.-31474243724631220..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_oas-composite-service.-31474243724631220..management_zone.tf
new file mode 100644
index 0000000..4521be9
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_oas-composite-service.-31474243724631220..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_oas-composite-service" {
+ name = "CD_oas-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 = "oas-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 = "oas-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 = "oas-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 = "oas-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 = "oas-composite-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_oclisc2v.-5330838991570054689..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_oclisc2v.-5330838991570054689..management_zone.tf
new file mode 100644
index 0000000..118cea4
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_oclisc2v.-5330838991570054689..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_oclisc2v" {
+ name = "CD_oclisc2v"
+ 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 = "oclisc2v"
+ }
+ }
+ }
+ }
+ 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 = "oclisc2v"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "oclisc2v"
+ }
+ }
+ }
+ }
+ 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 = "oclisc2v"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "oclisc2v"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_oclisocsp.6094407191706905954..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_oclisocsp.6094407191706905954..management_zone.tf
new file mode 100644
index 0000000..a3ccde4
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_oclisocsp.6094407191706905954..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_oclisocsp" {
+ name = "CD_oclisocsp"
+ 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 = "oclisocsp"
+ }
+ }
+ }
+ }
+ 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 = "oclisocsp"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "oclisocsp"
+ }
+ }
+ }
+ }
+ 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 = "oclisocsp"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "oclisocsp"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_oes.8628942035731022351..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_oes.8628942035731022351..management_zone.tf
new file mode 100644
index 0000000..1aa18bb
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_oes.8628942035731022351..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_omc-cd-services.1783707477276456324..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_omc-cd-services.1783707477276456324..management_zone.tf
new file mode 100644
index 0000000..64efc9b
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_omc-cd-services.1783707477276456324..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_omc-cd-services" {
+ name = "CD_omc-cd-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 = "omc-cd-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 = "omc-cd-services"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "omc-cd-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 = "omc-cd-services"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "omc-cd-services"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_omg.-8660591714882379410..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_omg.-8660591714882379410..management_zone.tf
new file mode 100644
index 0000000..d5e4c8e
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_omg.-8660591714882379410..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_omg" {
+ name = "CD_omg"
+ 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 = "omg"
+ }
+ }
+ }
+ }
+ 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 = "omg"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "omg"
+ }
+ }
+ }
+ }
+ 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 = "omg"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "omg"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_onboard-navigation-sync-service.-2199516374121367601..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_onboard-navigation-sync-service.-2199516374121367601..management_zone.tf
new file mode 100644
index 0000000..25fa5c1
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_onboard-navigation-sync-service.-2199516374121367601..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_onboard-navigation-sync-service" {
+ name = "CD_onboard-navigation-sync-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 = "onboard-navigation-sync-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 = "onboard-navigation-sync-service"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "onboard-navigation-sync-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 = "onboard-navigation-sync-service"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "onboard-navigation-sync-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_online-appointment-service.980968245029181999..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_online-appointment-service.980968245029181999..management_zone.tf
new file mode 100644
index 0000000..5352434
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_online-appointment-service.980968245029181999..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_online-appointment-service" {
+ name = "CD_online-appointment-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 = "online-appointment-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 = "online-appointment-service"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "online-appointment-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 = "online-appointment-service"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "online-appointment-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_online-entertainment.-2188504752080694402..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_online-entertainment.-2188504752080694402..management_zone.tf
new file mode 100644
index 0000000..acc7c5c
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_online-entertainment.-2188504752080694402..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_online-entertainment" {
+ name = "CD_online-entertainment"
+ 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 = "online-entertainment"
+ }
+ }
+ }
+ }
+ 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 = "online-entertainment"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "online-entertainment"
+ }
+ }
+ }
+ }
+ 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 = "online-entertainment"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "online-entertainment"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_pdmmanager.-156429468485164726..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_pdmmanager.-156429468485164726..management_zone.tf
new file mode 100644
index 0000000..385f817
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_pdmmanager.-156429468485164726..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_pdmmanager" {
+ name = "CD_pdmmanager"
+ 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 = "pdmmanager"
+ }
+ }
+ }
+ }
+ 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 = "pdmmanager"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "pdmmanager"
+ }
+ }
+ }
+ }
+ 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 = "pdmmanager"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "pdmmanager"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_personal-data-service.-5869798444572368149..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_personal-data-service.-5869798444572368149..management_zone.tf
new file mode 100644
index 0000000..71d1aab
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_personal-data-service.-5869798444572368149..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_personal-data-service" {
+ name = "CD_personal-data-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 = "personal-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 = "personal-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 = "personal-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 = "personal-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 = "personal-data-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_pmuimapper-service.5799269877279631310..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_pmuimapper-service.5799269877279631310..management_zone.tf
new file mode 100644
index 0000000..f23a43c
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_pmuimapper-service.5799269877279631310..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_pmuimapper-service" {
+ name = "CD_pmuimapper-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 = "pmuimapper-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 = "pmuimapper-service"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "pmuimapper-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 = "pmuimapper-service"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "pmuimapper-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_private-charging-tariffs-composite-service.-5211583510761118238..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_private-charging-tariffs-composite-service.-5211583510761118238..management_zone.tf
new file mode 100644
index 0000000..78b65ac
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_private-charging-tariffs-composite-service.-5211583510761118238..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_private-charging-tariffs-composite-service" {
+ name = "CD_private-charging-tariffs-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 = "private-charging-tariffs-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 = "private-charging-tariffs-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 = "private-charging-tariffs-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 = "private-charging-tariffs-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 = "private-charging-tariffs-composite-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_private-charging-tariffs-service.2486877234173158832..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_private-charging-tariffs-service.2486877234173158832..management_zone.tf
new file mode 100644
index 0000000..0123a8b
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_private-charging-tariffs-service.2486877234173158832..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_private-charging-tariffs-service" {
+ name = "CD_private-charging-tariffs-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 = "private-charging-tariffs-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 = "private-charging-tariffs-service"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "private-charging-tariffs-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 = "private-charging-tariffs-service"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "private-charging-tariffs-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_push-notification-service.2491728714846787854..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_push-notification-service.2491728714846787854..management_zone.tf
new file mode 100644
index 0000000..ef5b2ac
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_push-notification-service.2491728714846787854..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_push-notification-service" {
+ name = "CD_push-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 = "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 = "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 = "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 = "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 = "push-notification-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_push-notification-settings-composite-service.-2066803623641499053..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_push-notification-settings-composite-service.-2066803623641499053..management_zone.tf
new file mode 100644
index 0000000..b54a170
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_push-notification-settings-composite-service.-2066803623641499053..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_push-notification-settings-composite-service" {
+ name = "CD_push-notification-settings-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 = "push-notification-settings-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 = "push-notification-settings-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 = "push-notification-settings-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 = "push-notification-settings-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 = "push-notification-settings-composite-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_recall-analytics-service.3797586243365369391..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_recall-analytics-service.3797586243365369391..management_zone.tf
new file mode 100644
index 0000000..18f6a04
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_recall-analytics-service.3797586243365369391..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_recall-analytics-service" {
+ name = "CD_recall-analytics-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 = "recall-analytics-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 = "recall-analytics-service"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "recall-analytics-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 = "recall-analytics-service"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "recall-analytics-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_recall-client-service.8522662468308095794..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_recall-client-service.8522662468308095794..management_zone.tf
new file mode 100644
index 0000000..e8bab85
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_recall-client-service.8522662468308095794..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_recall-client-service" {
+ name = "CD_recall-client-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 = "recall-client-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 = "recall-client-service"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "recall-client-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 = "recall-client-service"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "recall-client-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_recall-handler-service.-6050555172529539605..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_recall-handler-service.-6050555172529539605..management_zone.tf
new file mode 100644
index 0000000..9a1dcb9
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_recall-handler-service.-6050555172529539605..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_recall-handler-service" {
+ name = "CD_recall-handler-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 = "recall-handler-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 = "recall-handler-service"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "recall-handler-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 = "recall-handler-service"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "recall-handler-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_recall-notification-service.3357098755062957648..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_recall-notification-service.3357098755062957648..management_zone.tf
new file mode 100644
index 0000000..3de231b
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_recall-notification-service.3357098755062957648..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_recall-notification-service" {
+ name = "CD_recall-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 = "recall-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 = "recall-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 = "recall-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 = "recall-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 = "recall-notification-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_recall-scheduler-service.2789267684361766874..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_recall-scheduler-service.2789267684361766874..management_zone.tf
new file mode 100644
index 0000000..28255dd
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_recall-scheduler-service.2789267684361766874..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_recall-scheduler-service" {
+ name = "CD_recall-scheduler-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 = "recall-scheduler-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 = "recall-scheduler-service"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "recall-scheduler-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 = "recall-scheduler-service"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "recall-scheduler-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_recall-tcn-service.5865557553090724934..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_recall-tcn-service.5865557553090724934..management_zone.tf
new file mode 100644
index 0000000..10bca19
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_recall-tcn-service.5865557553090724934..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_recall-tcn-service" {
+ name = "CD_recall-tcn-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 = "recall-tcn-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 = "recall-tcn-service"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "recall-tcn-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 = "recall-tcn-service"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "recall-tcn-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_remote-360-composite-service.-7635995389339220770..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_remote-360-composite-service.-7635995389339220770..management_zone.tf
new file mode 100644
index 0000000..ea32ce9
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_remote-360-composite-service.-7635995389339220770..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_remote-360-composite-service" {
+ name = "CD_remote-360-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 = "remote-360-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 = "remote-360-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 = "remote-360-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 = "remote-360-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 = "remote-360-composite-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_remote-service-event-processor.-6613180934870175830..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_remote-service-event-processor.-6613180934870175830..management_zone.tf
new file mode 100644
index 0000000..930fdad
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_remote-service-event-processor.-6613180934870175830..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_remote-service-event-processor" {
+ name = "CD_remote-service-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 = "remote-service-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 = "remote-service-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 = "remote-service-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 = "remote-service-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 = "remote-service-event-processor"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_remote-service.-8592600832842524161..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_remote-service.-8592600832842524161..management_zone.tf
new file mode 100644
index 0000000..2c839db
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_remote-service.-8592600832842524161..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_remote-service" {
+ name = "CD_remote-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 = "remote-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 = "remote-service"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "remote-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 = "remote-service"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "remote-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_remote-software-upgrade.3344312991060217140..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_remote-software-upgrade.3344312991060217140..management_zone.tf
new file mode 100644
index 0000000..d3d08db
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_remote-software-upgrade.3344312991060217140..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_remote-software-upgrade" {
+ name = "CD_remote-software-upgrade"
+ 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 = "remote-software-upgrade"
+ }
+ }
+ }
+ }
+ 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 = "remote-software-upgrade"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "remote-software-upgrade"
+ }
+ }
+ }
+ }
+ 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 = "remote-software-upgrade"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "remote-software-upgrade"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_roadside-assistance-composite-service.-1115832180662592707..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_roadside-assistance-composite-service.-1115832180662592707..management_zone.tf
new file mode 100644
index 0000000..8506efc
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_roadside-assistance-composite-service.-1115832180662592707..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_roadside-assistance-composite-service" {
+ name = "CD_roadside-assistance-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 = "roadside-assistance-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 = "roadside-assistance-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 = "roadside-assistance-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 = "roadside-assistance-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 = "roadside-assistance-composite-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_roadside-assistance.46114594976216242..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_roadside-assistance.46114594976216242..management_zone.tf
new file mode 100644
index 0000000..d715933
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_roadside-assistance.46114594976216242..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_roadside-assistance" {
+ name = "CD_roadside-assistance"
+ 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 = "roadside-assistance"
+ }
+ }
+ }
+ }
+ 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 = "roadside-assistance"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "roadside-assistance"
+ }
+ }
+ }
+ }
+ 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 = "roadside-assistance"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "roadside-assistance"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_rsu-adapter.4974872442753979399..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_rsu-adapter.4974872442753979399..management_zone.tf
new file mode 100644
index 0000000..bff8b84
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_rsu-adapter.4974872442753979399..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_rsu-adapter" {
+ name = "CD_rsu-adapter"
+ 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 = "rsu-adapter"
+ }
+ }
+ }
+ }
+ 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 = "rsu-adapter"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "rsu-adapter"
+ }
+ }
+ }
+ }
+ 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 = "rsu-adapter"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "rsu-adapter"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_rsu.-5249314341918312822..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_rsu.-5249314341918312822..management_zone.tf
new file mode 100644
index 0000000..68e5534
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_rsu.-5249314341918312822..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_rsu" {
+ name = "CD_rsu"
+ 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 = "rsu"
+ }
+ }
+ }
+ }
+ 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 = "rsu"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "rsu"
+ }
+ }
+ }
+ }
+ 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 = "rsu"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "rsu"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_rtti.-3219539803207924419..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_rtti.-3219539803207924419..management_zone.tf
new file mode 100644
index 0000000..db63fa2
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_rtti.-3219539803207924419..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_rtti" {
+ name = "CD_rtti"
+ 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 = "rtti"
+ }
+ }
+ }
+ }
+ 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 = "rtti"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "rtti"
+ }
+ }
+ }
+ }
+ 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 = "rtti"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "rtti"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_sbr.-6258191149278638298..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_sbr.-6258191149278638298..management_zone.tf
new file mode 100644
index 0000000..cd50f4a
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_sbr.-6258191149278638298..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_sbr" {
+ name = "CD_sbr"
+ 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 = "sbr"
+ }
+ }
+ }
+ }
+ 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 = "sbr"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "sbr"
+ }
+ }
+ }
+ }
+ 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 = "sbr"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "sbr"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_scb.-8226161712253414967..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_scb.-8226161712253414967..management_zone.tf
new file mode 100644
index 0000000..12b8d82
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_scb.-8226161712253414967..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_scb" {
+ name = "CD_scb"
+ 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 = "scb"
+ }
+ }
+ }
+ }
+ 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 = "scb"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "scb"
+ }
+ }
+ }
+ }
+ 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 = "scb"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "scb"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_scc.-1633958683594741030..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_scc.-1633958683594741030..management_zone.tf
new file mode 100644
index 0000000..8bc0a47
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_scc.-1633958683594741030..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_scc" {
+ name = "CD_scc"
+ 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 = "scc"
+ }
+ }
+ }
+ }
+ 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 = "scc"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "scc"
+ }
+ }
+ }
+ }
+ 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 = "scc"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "scc"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_scm-agentreg.-2200092601582411463..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_scm-agentreg.-2200092601582411463..management_zone.tf
new file mode 100644
index 0000000..2f075bc
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_scm-agentreg.-2200092601582411463..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_scm-agentreg" {
+ name = "CD_scm-agentreg"
+ 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 = "scm-agentreg"
+ }
+ }
+ }
+ }
+ 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 = "scm-agentreg"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "scm-agentreg"
+ }
+ }
+ }
+ }
+ 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 = "scm-agentreg"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "scm-agentreg"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_scm-scm.-6013854588466847436..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_scm-scm.-6013854588466847436..management_zone.tf
new file mode 100644
index 0000000..83c29a9
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_scm-scm.-6013854588466847436..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_scm-scm" {
+ name = "CD_scm-scm"
+ 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 = "scm-scm"
+ }
+ }
+ }
+ }
+ 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 = "scm-scm"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "scm-scm"
+ }
+ }
+ }
+ }
+ 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 = "scm-scm"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "scm-scm"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_scma-backend.1658551003314348396..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_scma-backend.1658551003314348396..management_zone.tf
new file mode 100644
index 0000000..893398f
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_scma-backend.1658551003314348396..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_scma-backend" {
+ name = "CD_scma-backend"
+ 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 = "scma-backend"
+ }
+ }
+ }
+ }
+ 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 = "scma-backend"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "scma-backend"
+ }
+ }
+ }
+ }
+ 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 = "scma-backend"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "scma-backend"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_seam-event-consumer.-705052569401216697..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_seam-event-consumer.-705052569401216697..management_zone.tf
new file mode 100644
index 0000000..266ce2c
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_seam-event-consumer.-705052569401216697..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_seam-event-consumer" {
+ name = "CD_seam-event-consumer"
+ 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 = "seam-event-consumer"
+ }
+ }
+ }
+ }
+ 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 = "seam-event-consumer"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "seam-event-consumer"
+ }
+ }
+ }
+ }
+ 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 = "seam-event-consumer"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "seam-event-consumer"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_seam-event-producer.-6289044499667207502..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_seam-event-producer.-6289044499667207502..management_zone.tf
new file mode 100644
index 0000000..a72dffe
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_seam-event-producer.-6289044499667207502..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_seam-event-producer" {
+ name = "CD_seam-event-producer"
+ 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 = "seam-event-producer"
+ }
+ }
+ }
+ }
+ 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 = "seam-event-producer"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "seam-event-producer"
+ }
+ }
+ }
+ }
+ 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 = "seam-event-producer"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "seam-event-producer"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_search-composite-service.-8902327479536667123..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_search-composite-service.-8902327479536667123..management_zone.tf
new file mode 100644
index 0000000..609c496
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_search-composite-service.-8902327479536667123..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_search-composite-service" {
+ name = "CD_search-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 = "search-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 = "search-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 = "search-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 = "search-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 = "search-composite-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_send-to-car-service.-1406241950085454338..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_send-to-car-service.-1406241950085454338..management_zone.tf
new file mode 100644
index 0000000..1e3c66b
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_send-to-car-service.-1406241950085454338..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_send-to-car-service" {
+ name = "CD_send-to-car-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 = "send-to-car-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 = "send-to-car-service"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "send-to-car-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 = "send-to-car-service"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "send-to-car-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_service-manager.5257693245064006362..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_service-manager.5257693245064006362..management_zone.tf
new file mode 100644
index 0000000..698d04d
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_service-manager.5257693245064006362..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_service-manager" {
+ name = "CD_service-manager"
+ 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-manager"
+ }
+ }
+ }
+ }
+ 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-manager"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "service-manager"
+ }
+ }
+ }
+ }
+ 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-manager"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "service-manager"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_service-notification-service.3772015827568746420..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_service-notification-service.3772015827568746420..management_zone.tf
new file mode 100644
index 0000000..6a82f95
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_service-notification-service.3772015827568746420..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_service-notification-service" {
+ name = "CD_service-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 = "service-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 = "service-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 = "service-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 = "service-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 = "service-notification-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_sfa-fre.-2779709996263365125..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_sfa-fre.-2779709996263365125..management_zone.tf
new file mode 100644
index 0000000..423d56d
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_sfa-fre.-2779709996263365125..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_sfa-fre" {
+ name = "CD_sfa-fre"
+ 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 = "sfa-fre"
+ }
+ }
+ }
+ }
+ 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 = "sfa-fre"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "sfa-fre"
+ }
+ }
+ }
+ }
+ 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 = "sfa-fre"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "sfa-fre"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_sfa-ota.5982925318220436329..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_sfa-ota.5982925318220436329..management_zone.tf
new file mode 100644
index 0000000..ec6a518
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_sfa-ota.5982925318220436329..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_sfa-ota" {
+ name = "CD_sfa-ota"
+ 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 = "sfa-ota"
+ }
+ }
+ }
+ }
+ 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 = "sfa-ota"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "sfa-ota"
+ }
+ }
+ }
+ }
+ 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 = "sfa-ota"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "sfa-ota"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_sfa-ts.670242093097503433..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_sfa-ts.670242093097503433..management_zone.tf
new file mode 100644
index 0000000..724fbc7
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_sfa-ts.670242093097503433..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_sfa-ts" {
+ name = "CD_sfa-ts"
+ 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 = "sfa-ts"
+ }
+ }
+ }
+ }
+ 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 = "sfa-ts"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "sfa-ts"
+ }
+ }
+ }
+ }
+ 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 = "sfa-ts"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "sfa-ts"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_sfa-vs.7876609861723293539..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_sfa-vs.7876609861723293539..management_zone.tf
new file mode 100644
index 0000000..d8e1287
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_sfa-vs.7876609861723293539..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_sfa-vs" {
+ name = "CD_sfa-vs"
+ 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 = "sfa-vs"
+ }
+ }
+ }
+ }
+ 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 = "sfa-vs"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "sfa-vs"
+ }
+ }
+ }
+ }
+ 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 = "sfa-vs"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "sfa-vs"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_sfa.-2009685042850936658..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_sfa.-2009685042850936658..management_zone.tf
new file mode 100644
index 0000000..0c3910f
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_sfa.-2009685042850936658..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_sfa" {
+ name = "CD_sfa"
+ 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 = "sfa"
+ }
+ }
+ }
+ }
+ 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 = "sfa"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "sfa"
+ }
+ }
+ }
+ }
+ 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 = "sfa"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "sfa"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_smart-access-order-service.8925843135515113505..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_smart-access-order-service.8925843135515113505..management_zone.tf
new file mode 100644
index 0000000..6b3360a
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_smart-access-order-service.8925843135515113505..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_smart-access-order-service" {
+ name = "CD_smart-access-order-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 = "smart-access-order-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 = "smart-access-order-service"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "smart-access-order-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 = "smart-access-order-service"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "smart-access-order-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_smc2-bl.2228363312078773864..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_smc2-bl.2228363312078773864..management_zone.tf
new file mode 100644
index 0000000..5cef19f
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_smc2-bl.2228363312078773864..management_zone.tf
@@ -0,0 +1,114 @@
+resource "dynatrace_management_zone" "CD_smc2-bl" {
+ name = "CD_smc2-bl"
+ 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 = "smc2-bl"
+ }
+ }
+ }
+ }
+ 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 = "smc2-bl"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "smc2-bl"
+ }
+ }
+ }
+ }
+ 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 = "smc2-bl"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "smc2-bl"
+ }
+ }
+ }
+ 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 = "smc2-bl"
+ }
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_smc2-key-trk.-2891055759702142212..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_smc2-key-trk.-2891055759702142212..management_zone.tf
new file mode 100644
index 0000000..d81efb8
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_smc2-key-trk.-2891055759702142212..management_zone.tf
@@ -0,0 +1,114 @@
+resource "dynatrace_management_zone" "CD_smc2-key-trk" {
+ name = "CD_smc2-key-trk"
+ 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 = "smc2-key-trk"
+ }
+ }
+ }
+ }
+ 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 = "smc2-key-trk"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "smc2-key-trk"
+ }
+ }
+ }
+ }
+ 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 = "smc2-key-trk"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "smc2-key-trk"
+ }
+ }
+ }
+ 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 = "smc2-key-trk"
+ }
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_smc2-ops.-8492778620176370345..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_smc2-ops.-8492778620176370345..management_zone.tf
new file mode 100644
index 0000000..850c96f
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_smc2-ops.-8492778620176370345..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_smc2-ops" {
+ name = "CD_smc2-ops"
+ 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 = "smc2-ops"
+ }
+ }
+ }
+ }
+ 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 = "smc2-ops"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "smc2-ops"
+ }
+ }
+ }
+ }
+ 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 = "smc2-ops"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "smc2-ops"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_smc2-rt.-7966244513986779017..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_smc2-rt.-7966244513986779017..management_zone.tf
new file mode 100644
index 0000000..5e26556
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_smc2-rt.-7966244513986779017..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_smc2-rt" {
+ name = "CD_smc2-rt"
+ 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 = "smc2-rt"
+ }
+ }
+ }
+ }
+ 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 = "smc2-rt"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "smc2-rt"
+ }
+ }
+ }
+ }
+ 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 = "smc2-rt"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "smc2-rt"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_sms-email-adapter-service.-8977015620553252616..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_sms-email-adapter-service.-8977015620553252616..management_zone.tf
new file mode 100644
index 0000000..d08f2d6
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_sms-email-adapter-service.-8977015620553252616..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_sms-email-adapter-service" {
+ name = "CD_sms-email-adapter-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 = "sms-email-adapter-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 = "sms-email-adapter-service"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "sms-email-adapter-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 = "sms-email-adapter-service"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "sms-email-adapter-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_srmanager.6237970573590379302..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_srmanager.6237970573590379302..management_zone.tf
new file mode 100644
index 0000000..1599c3a
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_srmanager.6237970573590379302..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_srmanager" {
+ name = "CD_srmanager"
+ 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 = "srmanager"
+ }
+ }
+ }
+ }
+ 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 = "srmanager"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "srmanager"
+ }
+ }
+ }
+ }
+ 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 = "srmanager"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "srmanager"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_stm.1748000559316717118..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_stm.1748000559316717118..management_zone.tf
new file mode 100644
index 0000000..3b324d3
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_stm.1748000559316717118..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_stm" {
+ name = "CD_stm"
+ 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 = "stm"
+ }
+ }
+ }
+ }
+ 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 = "stm"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "stm"
+ }
+ }
+ }
+ }
+ 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 = "stm"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "stm"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_svcinfo.-8815130119677366073..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_svcinfo.-8815130119677366073..management_zone.tf
new file mode 100644
index 0000000..ff00d78
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_svcinfo.-8815130119677366073..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_svcinfo" {
+ name = "CD_svcinfo"
+ 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 = "svcinfo"
+ }
+ }
+ }
+ }
+ 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 = "svcinfo"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "svcinfo"
+ }
+ }
+ }
+ }
+ 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 = "svcinfo"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "svcinfo"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_timer-service.-6137287057127596271..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_timer-service.-6137287057127596271..management_zone.tf
new file mode 100644
index 0000000..6313178
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_timer-service.-6137287057127596271..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_timer-service" {
+ name = "CD_timer-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 = "timer-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 = "timer-service"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "timer-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 = "timer-service"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "timer-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_timers-processor.-1204181947748313729..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_timers-processor.-1204181947748313729..management_zone.tf
new file mode 100644
index 0000000..5ee567d
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_timers-processor.-1204181947748313729..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_timers-processor" {
+ name = "CD_timers-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 = "timers-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 = "timers-processor"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "timers-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 = "timers-processor"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "timers-processor"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_token-exchanger-service.2472898803915005617..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_token-exchanger-service.2472898803915005617..management_zone.tf
new file mode 100644
index 0000000..de8ba93
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_token-exchanger-service.2472898803915005617..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_token-exchanger-service" {
+ name = "CD_token-exchanger-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 = "token-exchanger-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 = "token-exchanger-service"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "token-exchanger-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 = "token-exchanger-service"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "token-exchanger-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_tol-mgu.3857563014711089928..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_tol-mgu.3857563014711089928..management_zone.tf
new file mode 100644
index 0000000..1db9e4f
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_tol-mgu.3857563014711089928..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_tol-mgu" {
+ name = "CD_tol-mgu"
+ 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 = "tol-mgu"
+ }
+ }
+ }
+ }
+ 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 = "tol-mgu"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "tol-mgu"
+ }
+ }
+ }
+ }
+ 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 = "tol-mgu"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "tol-mgu"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_tol-tssb.-7512073509502205738..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_tol-tssb.-7512073509502205738..management_zone.tf
new file mode 100644
index 0000000..e484ce4
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_tol-tssb.-7512073509502205738..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_tol-tssb" {
+ name = "CD_tol-tssb"
+ 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 = "tol-tssb"
+ }
+ }
+ }
+ }
+ 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 = "tol-tssb"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "tol-tssb"
+ }
+ }
+ }
+ }
+ 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 = "tol-tssb"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "tol-tssb"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_tol.-7516522908294698690..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_tol.-7516522908294698690..management_zone.tf
new file mode 100644
index 0000000..63df27e
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_tol.-7516522908294698690..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_tol" {
+ name = "CD_tol"
+ 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 = "tol"
+ }
+ }
+ }
+ }
+ 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 = "tol"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "tol"
+ }
+ }
+ }
+ }
+ 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 = "tol"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "tol"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_trip-change-processor.-1636363340970029625..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_trip-change-processor.-1636363340970029625..management_zone.tf
new file mode 100644
index 0000000..a6e27f1
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_trip-change-processor.-1636363340970029625..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_trip-change-processor" {
+ name = "CD_trip-change-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 = "trip-change-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 = "trip-change-processor"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "trip-change-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 = "trip-change-processor"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "trip-change-processor"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_trip-cleanup-app-service.-3487817013971232940..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_trip-cleanup-app-service.-3487817013971232940..management_zone.tf
new file mode 100644
index 0000000..384c49f
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_trip-cleanup-app-service.-3487817013971232940..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_trip-cleanup-app-service" {
+ name = "CD_trip-cleanup-app-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 = "trip-cleanup-app-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 = "trip-cleanup-app-service"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "trip-cleanup-app-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 = "trip-cleanup-app-service"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "trip-cleanup-app-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_trip-monitor-service.-3435599000471094320..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_trip-monitor-service.-3435599000471094320..management_zone.tf
new file mode 100644
index 0000000..86f9a24
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_trip-monitor-service.-3435599000471094320..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_trip-monitor-service" {
+ name = "CD_trip-monitor-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 = "trip-monitor-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 = "trip-monitor-service"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "trip-monitor-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 = "trip-monitor-service"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "trip-monitor-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_trip-reminder-processor.6312603756569057726..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_trip-reminder-processor.6312603756569057726..management_zone.tf
new file mode 100644
index 0000000..e85eb84
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_trip-reminder-processor.6312603756569057726..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_trip-reminder-processor" {
+ name = "CD_trip-reminder-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 = "trip-reminder-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 = "trip-reminder-processor"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "trip-reminder-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 = "trip-reminder-processor"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "trip-reminder-processor"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_trip-route-service.-2619692944278089863..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_trip-route-service.-2619692944278089863..management_zone.tf
new file mode 100644
index 0000000..1a37211
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_trip-route-service.-2619692944278089863..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_trip-route-service" {
+ name = "CD_trip-route-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 = "trip-route-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 = "trip-route-service"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "trip-route-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 = "trip-route-service"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "trip-route-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_trip-service.6794316792063710932..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_trip-service.6794316792063710932..management_zone.tf
new file mode 100644
index 0000000..c2e3276
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_trip-service.6794316792063710932..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_trip-service" {
+ name = "CD_trip-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 = "trip-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 = "trip-service"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "trip-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 = "trip-service"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "trip-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_ts-bcallservice.-3440958503845572911..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_ts-bcallservice.-3440958503845572911..management_zone.tf
new file mode 100644
index 0000000..37a6f1f
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_ts-bcallservice.-3440958503845572911..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_ts-bcallservice" {
+ name = "CD_ts-bcallservice"
+ 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 = "ts-bcallservice"
+ }
+ }
+ }
+ }
+ 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 = "ts-bcallservice"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "ts-bcallservice"
+ }
+ }
+ }
+ }
+ 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 = "ts-bcallservice"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "ts-bcallservice"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_ts-bt.2116716187718300774..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_ts-bt.2116716187718300774..management_zone.tf
new file mode 100644
index 0000000..8b82f4a
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_ts-bt.2116716187718300774..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_ts-bt" {
+ name = "CD_ts-bt"
+ 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 = "ts-bt"
+ }
+ }
+ }
+ }
+ 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 = "ts-bt"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "ts-bt"
+ }
+ }
+ }
+ }
+ 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 = "ts-bt"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "ts-bt"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_ts-bti.-5273930433361781004..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_ts-bti.-5273930433361781004..management_zone.tf
new file mode 100644
index 0000000..814ddc6
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_ts-bti.-5273930433361781004..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_ts-bti" {
+ name = "CD_ts-bti"
+ 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 = "ts-bti"
+ }
+ }
+ }
+ }
+ 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 = "ts-bti"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "ts-bti"
+ }
+ }
+ }
+ }
+ 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 = "ts-bti"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "ts-bti"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_ts-cas-spm.-8261459735630992973..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_ts-cas-spm.-8261459735630992973..management_zone.tf
new file mode 100644
index 0000000..07446a8
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_ts-cas-spm.-8261459735630992973..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_ts-cas-spm" {
+ name = "CD_ts-cas-spm"
+ 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 = "ts-cas-spm"
+ }
+ }
+ }
+ }
+ 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 = "ts-cas-spm"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "ts-cas-spm"
+ }
+ }
+ }
+ }
+ 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 = "ts-cas-spm"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "ts-cas-spm"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_ts-cas-stm.-4003846334862443834..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_ts-cas-stm.-4003846334862443834..management_zone.tf
new file mode 100644
index 0000000..7ad770c
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_ts-cas-stm.-4003846334862443834..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_ts-cas-stm" {
+ name = "CD_ts-cas-stm"
+ 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 = "ts-cas-stm"
+ }
+ }
+ }
+ }
+ 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 = "ts-cas-stm"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "ts-cas-stm"
+ }
+ }
+ }
+ }
+ 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 = "ts-cas-stm"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "ts-cas-stm"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_ts-datadispatcher.-214928697454538672..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_ts-datadispatcher.-214928697454538672..management_zone.tf
new file mode 100644
index 0000000..34ff226
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_ts-datadispatcher.-214928697454538672..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_ts-datadispatcher" {
+ name = "CD_ts-datadispatcher"
+ 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 = "ts-datadispatcher"
+ }
+ }
+ }
+ }
+ 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 = "ts-datadispatcher"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "ts-datadispatcher"
+ }
+ }
+ }
+ }
+ 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 = "ts-datadispatcher"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "ts-datadispatcher"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_ts-diagservice.-6851611601553068903..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_ts-diagservice.-6851611601553068903..management_zone.tf
new file mode 100644
index 0000000..99c4145
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_ts-diagservice.-6851611601553068903..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_ts-diagservice" {
+ name = "CD_ts-diagservice"
+ 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 = "ts-diagservice"
+ }
+ }
+ }
+ }
+ 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 = "ts-diagservice"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "ts-diagservice"
+ }
+ }
+ }
+ }
+ 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 = "ts-diagservice"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "ts-diagservice"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_ts-eshad.-5943418555153993001..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_ts-eshad.-5943418555153993001..management_zone.tf
new file mode 100644
index 0000000..f155be7
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_ts-eshad.-5943418555153993001..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_ts-eshad" {
+ name = "CD_ts-eshad"
+ 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 = "ts-eshad"
+ }
+ }
+ }
+ }
+ 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 = "ts-eshad"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "ts-eshad"
+ }
+ }
+ }
+ }
+ 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 = "ts-eshad"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "ts-eshad"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_ts-message-receiver.8942190779928556172..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_ts-message-receiver.8942190779928556172..management_zone.tf
new file mode 100644
index 0000000..c5f579e
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_ts-message-receiver.8942190779928556172..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_ts-message-receiver" {
+ name = "CD_ts-message-receiver"
+ 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 = "ts-message-receiver"
+ }
+ }
+ }
+ }
+ 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 = "ts-message-receiver"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "ts-message-receiver"
+ }
+ }
+ }
+ }
+ 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 = "ts-message-receiver"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "ts-message-receiver"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_ts-pdmupdater.2209945008905404385..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_ts-pdmupdater.2209945008905404385..management_zone.tf
new file mode 100644
index 0000000..66dcb37
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_ts-pdmupdater.2209945008905404385..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_ts-pdmupdater" {
+ name = "CD_ts-pdmupdater"
+ 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 = "ts-pdmupdater"
+ }
+ }
+ }
+ }
+ 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 = "ts-pdmupdater"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "ts-pdmupdater"
+ }
+ }
+ }
+ }
+ 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 = "ts-pdmupdater"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "ts-pdmupdater"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_ts-pservice.4907951848187910230..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_ts-pservice.4907951848187910230..management_zone.tf
new file mode 100644
index 0000000..1787794
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_ts-pservice.4907951848187910230..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_ts-pservice" {
+ name = "CD_ts-pservice"
+ 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 = "ts-pservice"
+ }
+ }
+ }
+ }
+ 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 = "ts-pservice"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "ts-pservice"
+ }
+ }
+ }
+ }
+ 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 = "ts-pservice"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "ts-pservice"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_ts-remotediagnosis.-1396964481465929461..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_ts-remotediagnosis.-1396964481465929461..management_zone.tf
new file mode 100644
index 0000000..ea8cbfb
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_ts-remotediagnosis.-1396964481465929461..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_ts-remotediagnosis" {
+ name = "CD_ts-remotediagnosis"
+ 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 = "ts-remotediagnosis"
+ }
+ }
+ }
+ }
+ 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 = "ts-remotediagnosis"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "ts-remotediagnosis"
+ }
+ }
+ }
+ }
+ 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 = "ts-remotediagnosis"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "ts-remotediagnosis"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_ts-rsurservice.8119874633790636397..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_ts-rsurservice.8119874633790636397..management_zone.tf
new file mode 100644
index 0000000..2421588
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_ts-rsurservice.8119874633790636397..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_ts-rsurservice" {
+ name = "CD_ts-rsurservice"
+ 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 = "ts-rsurservice"
+ }
+ }
+ }
+ }
+ 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 = "ts-rsurservice"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "ts-rsurservice"
+ }
+ }
+ }
+ }
+ 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 = "ts-rsurservice"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "ts-rsurservice"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_ts-rtcadapter.-1184749760203224714..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_ts-rtcadapter.-1184749760203224714..management_zone.tf
new file mode 100644
index 0000000..24583ca
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_ts-rtcadapter.-1184749760203224714..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_ts-rtcadapter" {
+ name = "CD_ts-rtcadapter"
+ 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 = "ts-rtcadapter"
+ }
+ }
+ }
+ }
+ 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 = "ts-rtcadapter"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "ts-rtcadapter"
+ }
+ }
+ }
+ }
+ 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 = "ts-rtcadapter"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "ts-rtcadapter"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_ts-rtchandler.-3391554374807265844..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_ts-rtchandler.-3391554374807265844..management_zone.tf
new file mode 100644
index 0000000..67dcf70
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_ts-rtchandler.-3391554374807265844..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_ts-rtchandler" {
+ name = "CD_ts-rtchandler"
+ 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 = "ts-rtchandler"
+ }
+ }
+ }
+ }
+ 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 = "ts-rtchandler"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "ts-rtchandler"
+ }
+ }
+ }
+ }
+ 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 = "ts-rtchandler"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "ts-rtchandler"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_ts-rtcservice.1728583511228313897..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_ts-rtcservice.1728583511228313897..management_zone.tf
new file mode 100644
index 0000000..6d49841
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_ts-rtcservice.1728583511228313897..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_ts-rtcservice" {
+ name = "CD_ts-rtcservice"
+ 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 = "ts-rtcservice"
+ }
+ }
+ }
+ }
+ 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 = "ts-rtcservice"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "ts-rtcservice"
+ }
+ }
+ }
+ }
+ 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 = "ts-rtcservice"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "ts-rtcservice"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_ts-scallservice.-464675131828532576..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_ts-scallservice.-464675131828532576..management_zone.tf
new file mode 100644
index 0000000..bb3c657
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_ts-scallservice.-464675131828532576..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_ts-scallservice" {
+ name = "CD_ts-scallservice"
+ 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 = "ts-scallservice"
+ }
+ }
+ }
+ }
+ 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 = "ts-scallservice"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "ts-scallservice"
+ }
+ }
+ }
+ }
+ 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 = "ts-scallservice"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "ts-scallservice"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_ts-tsbgam.1243771507483088038..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_ts-tsbgam.1243771507483088038..management_zone.tf
new file mode 100644
index 0000000..0029f65
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_ts-tsbgam.1243771507483088038..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_ts-tsbgam" {
+ name = "CD_ts-tsbgam"
+ 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 = "ts-tsbgam"
+ }
+ }
+ }
+ }
+ 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 = "ts-tsbgam"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "ts-tsbgam"
+ }
+ }
+ }
+ }
+ 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 = "ts-tsbgam"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "ts-tsbgam"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_ts-tsbgservice.2106969274547463714..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_ts-tsbgservice.2106969274547463714..management_zone.tf
new file mode 100644
index 0000000..da9256a
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_ts-tsbgservice.2106969274547463714..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_ts-tsbgservice" {
+ name = "CD_ts-tsbgservice"
+ 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 = "ts-tsbgservice"
+ }
+ }
+ }
+ }
+ 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 = "ts-tsbgservice"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "ts-tsbgservice"
+ }
+ }
+ }
+ }
+ 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 = "ts-tsbgservice"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "ts-tsbgservice"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_ts-tsp.6880487254149934188..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_ts-tsp.6880487254149934188..management_zone.tf
new file mode 100644
index 0000000..9d3028b
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_ts-tsp.6880487254149934188..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_ts-tsp" {
+ name = "CD_ts-tsp"
+ 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 = "ts-tsp"
+ }
+ }
+ }
+ }
+ 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 = "ts-tsp"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "ts-tsp"
+ }
+ }
+ }
+ }
+ 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 = "ts-tsp"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "ts-tsp"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_ts-wlupdater.2011744672945135226..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_ts-wlupdater.2011744672945135226..management_zone.tf
new file mode 100644
index 0000000..c756883
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_ts-wlupdater.2011744672945135226..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_ts-wlupdater" {
+ name = "CD_ts-wlupdater"
+ 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 = "ts-wlupdater"
+ }
+ }
+ }
+ }
+ 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 = "ts-wlupdater"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "ts-wlupdater"
+ }
+ }
+ }
+ }
+ 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 = "ts-wlupdater"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "ts-wlupdater"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_tscs.-160525691340029159..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_tscs.-160525691340029159..management_zone.tf
new file mode 100644
index 0000000..adaa9c0
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_tscs.-160525691340029159..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_tscs" {
+ name = "CD_tscs"
+ 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 = "tscs"
+ }
+ }
+ }
+ }
+ 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 = "tscs"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "tscs"
+ }
+ }
+ }
+ }
+ 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 = "tscs"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "tscs"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_tsmb.-8131959358977252437..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_tsmb.-8131959358977252437..management_zone.tf
new file mode 100644
index 0000000..e8a10bd
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_tsmb.-8131959358977252437..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_tsmb" {
+ name = "CD_tsmb"
+ 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 = "tsmb"
+ }
+ }
+ }
+ }
+ 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 = "tsmb"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "tsmb"
+ }
+ }
+ }
+ }
+ 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 = "tsmb"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "tsmb"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_tsr-cmr.-688422281186010970..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_tsr-cmr.-688422281186010970..management_zone.tf
new file mode 100644
index 0000000..ccb83b5
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_tsr-cmr.-688422281186010970..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_tsr-cmr" {
+ name = "CD_tsr-cmr"
+ 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 = "tsr-cmr"
+ }
+ }
+ }
+ }
+ 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 = "tsr-cmr"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "tsr-cmr"
+ }
+ }
+ }
+ }
+ 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 = "tsr-cmr"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "tsr-cmr"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_tsr-dd.-5534381493737197118..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_tsr-dd.-5534381493737197118..management_zone.tf
new file mode 100644
index 0000000..cc7c60f
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_tsr-dd.-5534381493737197118..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_tsr-dd" {
+ name = "CD_tsr-dd"
+ 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 = "tsr-dd"
+ }
+ }
+ }
+ }
+ 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 = "tsr-dd"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "tsr-dd"
+ }
+ }
+ }
+ }
+ 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 = "tsr-dd"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "tsr-dd"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_tsr-vu.-4286479403216664835..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_tsr-vu.-4286479403216664835..management_zone.tf
new file mode 100644
index 0000000..ecefd37
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_tsr-vu.-4286479403216664835..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_tsr-vu" {
+ name = "CD_tsr-vu"
+ 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 = "tsr-vu"
+ }
+ }
+ }
+ }
+ 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 = "tsr-vu"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "tsr-vu"
+ }
+ }
+ }
+ }
+ 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 = "tsr-vu"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "tsr-vu"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_tsrservice.-4712284468125873599..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_tsrservice.-4712284468125873599..management_zone.tf
new file mode 100644
index 0000000..1d1d5fe
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_tsrservice.-4712284468125873599..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_tsrservice" {
+ name = "CD_tsrservice"
+ 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 = "tsrservice"
+ }
+ }
+ }
+ }
+ 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 = "tsrservice"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "tsrservice"
+ }
+ }
+ }
+ }
+ 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 = "tsrservice"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "tsrservice"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_user-activity-service.7524486573325634721..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_user-activity-service.7524486573325634721..management_zone.tf
new file mode 100644
index 0000000..562ee65
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_user-activity-service.7524486573325634721..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_user-activity-service" {
+ name = "CD_user-activity-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 = "user-activity-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 = "user-activity-service"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "user-activity-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 = "user-activity-service"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "user-activity-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_user-attributes-service.5659820862934834132..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_user-attributes-service.5659820862934834132..management_zone.tf
new file mode 100644
index 0000000..44a237b
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_user-attributes-service.5659820862934834132..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_user-attributes-service" {
+ name = "CD_user-attributes-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 = "user-attributes-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 = "user-attributes-service"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "user-attributes-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 = "user-attributes-service"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "user-attributes-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_user-composite-service.-2136681634610104275..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_user-composite-service.-2136681634610104275..management_zone.tf
new file mode 100644
index 0000000..fb16bdc
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_user-composite-service.-2136681634610104275..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_user-composite-service" {
+ name = "CD_user-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 = "user-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 = "user-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 = "user-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 = "user-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 = "user-composite-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_user-delete-service.2783843045311786472..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_user-delete-service.2783843045311786472..management_zone.tf
new file mode 100644
index 0000000..9ca670d
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_user-delete-service.2783843045311786472..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_user-delete-service" {
+ name = "CD_user-delete-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 = "user-delete-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 = "user-delete-service"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "user-delete-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 = "user-delete-service"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "user-delete-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_user-position-service.-3524077140818801706..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_user-position-service.-3524077140818801706..management_zone.tf
new file mode 100644
index 0000000..5b6c7b9
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_user-position-service.-3524077140818801706..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_user-position-service" {
+ name = "CD_user-position-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 = "user-position-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 = "user-position-service"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "user-position-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 = "user-position-service"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "user-position-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_user-profile-service.-6280192777790291017..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_user-profile-service.-6280192777790291017..management_zone.tf
new file mode 100644
index 0000000..7cfb26a
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_user-profile-service.-6280192777790291017..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_user-profile-service" {
+ name = "CD_user-profile-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 = "user-profile-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 = "user-profile-service"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "user-profile-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 = "user-profile-service"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "user-profile-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_usid-filter-service.-192582546746005275..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_usid-filter-service.-192582546746005275..management_zone.tf
new file mode 100644
index 0000000..1e8f6b2
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_usid-filter-service.-192582546746005275..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_usid-filter-service" {
+ name = "CD_usid-filter-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 = "usid-filter-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 = "usid-filter-service"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "usid-filter-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 = "usid-filter-service"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "usid-filter-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_vehicle-composite-service.3588325415984644908..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_vehicle-composite-service.3588325415984644908..management_zone.tf
new file mode 100644
index 0000000..193dc4f
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_vehicle-composite-service.3588325415984644908..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_vehicle-composite-service" {
+ name = "CD_vehicle-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 = "vehicle-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 = "vehicle-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 = "vehicle-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 = "vehicle-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 = "vehicle-composite-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_vehicle-features-service.-4629098788625331031..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_vehicle-features-service.-4629098788625331031..management_zone.tf
new file mode 100644
index 0000000..a834b6b
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_vehicle-features-service.-4629098788625331031..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_vehicle-features-service" {
+ name = "CD_vehicle-features-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 = "vehicle-features-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 = "vehicle-features-service"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "vehicle-features-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 = "vehicle-features-service"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "vehicle-features-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_vehicle-list-proxy-service.-1473058620267078394..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_vehicle-list-proxy-service.-1473058620267078394..management_zone.tf
new file mode 100644
index 0000000..b185f5f
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_vehicle-list-proxy-service.-1473058620267078394..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_vehicle-list-proxy-service" {
+ name = "CD_vehicle-list-proxy-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 = "vehicle-list-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 = "vehicle-list-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 = "vehicle-list-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 = "vehicle-list-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 = "vehicle-list-proxy-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_vehicle-mapping-composite-service.-3770775444771220305..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_vehicle-mapping-composite-service.-3770775444771220305..management_zone.tf
new file mode 100644
index 0000000..48bb988
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_vehicle-mapping-composite-service.-3770775444771220305..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_vehicle-mapping-composite-service" {
+ name = "CD_vehicle-mapping-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 = "vehicle-mapping-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 = "vehicle-mapping-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 = "vehicle-mapping-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 = "vehicle-mapping-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 = "vehicle-mapping-composite-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_vehicle-mapping-service.-5786039945021962186..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_vehicle-mapping-service.-5786039945021962186..management_zone.tf
new file mode 100644
index 0000000..5d00b1d
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_vehicle-mapping-service.-5786039945021962186..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_vehicle-mapping-service" {
+ name = "CD_vehicle-mapping-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 = "vehicle-mapping-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 = "vehicle-mapping-service"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "vehicle-mapping-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 = "vehicle-mapping-service"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "vehicle-mapping-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_vehicle-remote-commands-composite-service.-4462354815142253164..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_vehicle-remote-commands-composite-service.-4462354815142253164..management_zone.tf
new file mode 100644
index 0000000..068b08e
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_vehicle-remote-commands-composite-service.-4462354815142253164..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_vehicle-remote-commands-composite-service" {
+ name = "CD_vehicle-remote-commands-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 = "vehicle-remote-commands-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 = "vehicle-remote-commands-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 = "vehicle-remote-commands-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 = "vehicle-remote-commands-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 = "vehicle-remote-commands-composite-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_vehicle-service-alert.1565629517762195807..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_vehicle-service-alert.1565629517762195807..management_zone.tf
new file mode 100644
index 0000000..f2a8b79
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_vehicle-service-alert.1565629517762195807..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_vehicle-service-alert" {
+ name = "CD_vehicle-service-alert"
+ 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 = "vehicle-service-alert"
+ }
+ }
+ }
+ }
+ 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 = "vehicle-service-alert"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "vehicle-service-alert"
+ }
+ }
+ }
+ }
+ 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 = "vehicle-service-alert"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "vehicle-service-alert"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_vehicle-service-background.7139512845863327483..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_vehicle-service-background.7139512845863327483..management_zone.tf
new file mode 100644
index 0000000..46b2639
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_vehicle-service-background.7139512845863327483..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_vehicle-service-background" {
+ name = "CD_vehicle-service-background"
+ 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 = "vehicle-service-background"
+ }
+ }
+ }
+ }
+ 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 = "vehicle-service-background"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "vehicle-service-background"
+ }
+ }
+ }
+ }
+ 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 = "vehicle-service-background"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "vehicle-service-background"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_vehicle-service-staging.8439430533353830924..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_vehicle-service-staging.8439430533353830924..management_zone.tf
new file mode 100644
index 0000000..9046aa4
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_vehicle-service-staging.8439430533353830924..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_vehicle-service-staging" {
+ name = "CD_vehicle-service-staging"
+ 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 = "vehicle-service-staging"
+ }
+ }
+ }
+ }
+ 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 = "vehicle-service-staging"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "vehicle-service-staging"
+ }
+ }
+ }
+ }
+ 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 = "vehicle-service-staging"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "vehicle-service-staging"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_vehicle-service.3832313249744862960..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_vehicle-service.3832313249744862960..management_zone.tf
new file mode 100644
index 0000000..313f405
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_vehicle-service.3832313249744862960..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_vehicle-service" {
+ name = "CD_vehicle-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 = "vehicle-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 = "vehicle-service"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "vehicle-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 = "vehicle-service"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "vehicle-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_vehicle-shadow-event-processor.-4542920330127251082..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_vehicle-shadow-event-processor.-4542920330127251082..management_zone.tf
new file mode 100644
index 0000000..af439d9
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_vehicle-shadow-event-processor.-4542920330127251082..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_vehicle-shadow-event-processor" {
+ name = "CD_vehicle-shadow-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 = "vehicle-shadow-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 = "vehicle-shadow-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 = "vehicle-shadow-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 = "vehicle-shadow-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 = "vehicle-shadow-event-processor"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_vehicle-status-proxy-service.-5998734171557358773..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_vehicle-status-proxy-service.-5998734171557358773..management_zone.tf
new file mode 100644
index 0000000..5f12309
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_vehicle-status-proxy-service.-5998734171557358773..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_vehicle-status-proxy-service" {
+ name = "CD_vehicle-status-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 = "vehicle-status-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 = "vehicle-status-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 = "vehicle-status-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 = "vehicle-status-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 = "vehicle-status-proxy-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_vehicle-user-relationship-service.4061574965078448311..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_vehicle-user-relationship-service.4061574965078448311..management_zone.tf
new file mode 100644
index 0000000..4232fd5
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_vehicle-user-relationship-service.4061574965078448311..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_vehicle-user-relationship-service" {
+ name = "CD_vehicle-user-relationship-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 = "vehicle-user-relationship-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 = "vehicle-user-relationship-service"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "vehicle-user-relationship-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 = "vehicle-user-relationship-service"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "vehicle-user-relationship-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_vin-list-generator-service.-5394504524020450484..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_vin-list-generator-service.-5394504524020450484..management_zone.tf
new file mode 100644
index 0000000..fa17b96
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_vin-list-generator-service.-5394504524020450484..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_vin-list-generator-service" {
+ name = "CD_vin-list-generator-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 = "vin-list-generator-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 = "vin-list-generator-service"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "vin-list-generator-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 = "vin-list-generator-service"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "vin-list-generator-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_vps-admin.1843223523468635430..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_vps-admin.1843223523468635430..management_zone.tf
new file mode 100644
index 0000000..afbe5bc
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_vps-admin.1843223523468635430..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_vps-admin" {
+ name = "CD_vps-admin"
+ 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 = "vps-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 = "vps-admin"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "vps-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 = "vps-admin"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "vps-admin"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_vps-archive.-1017790433340187721..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_vps-archive.-1017790433340187721..management_zone.tf
new file mode 100644
index 0000000..6c2a6e7
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_vps-archive.-1017790433340187721..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_vps-archive" {
+ name = "CD_vps-archive"
+ 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 = "vps-archive"
+ }
+ }
+ }
+ }
+ 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 = "vps-archive"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "vps-archive"
+ }
+ }
+ }
+ }
+ 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 = "vps-archive"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "vps-archive"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_vps-monitor.-4238479884355788160..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_vps-monitor.-4238479884355788160..management_zone.tf
new file mode 100644
index 0000000..011a7c4
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_vps-monitor.-4238479884355788160..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_vps-monitor" {
+ name = "CD_vps-monitor"
+ 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 = "vps-monitor"
+ }
+ }
+ }
+ }
+ 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 = "vps-monitor"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "vps-monitor"
+ }
+ }
+ }
+ }
+ 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 = "vps-monitor"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "vps-monitor"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_vps-prov.-3228512635352710157..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_vps-prov.-3228512635352710157..management_zone.tf
new file mode 100644
index 0000000..23bc340
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_vps-prov.-3228512635352710157..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_vps-prov" {
+ name = "CD_vps-prov"
+ 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 = "vps-prov"
+ }
+ }
+ }
+ }
+ 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 = "vps-prov"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "vps-prov"
+ }
+ }
+ }
+ }
+ 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 = "vps-prov"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "vps-prov"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_vps-trigger.-7519199679488905472..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_vps-trigger.-7519199679488905472..management_zone.tf
new file mode 100644
index 0000000..a8c5eec
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_vps-trigger.-7519199679488905472..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_vps-trigger" {
+ name = "CD_vps-trigger"
+ 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 = "vps-trigger"
+ }
+ }
+ }
+ }
+ 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 = "vps-trigger"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "vps-trigger"
+ }
+ }
+ }
+ }
+ 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 = "vps-trigger"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "vps-trigger"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_vs-api.-846196462544696783..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_vs-api.-846196462544696783..management_zone.tf
new file mode 100644
index 0000000..f230006
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_vs-api.-846196462544696783..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_vs-api" {
+ name = "CD_vs-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 = "vs-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 = "vs-api"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "vs-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 = "vs-api"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "vs-api"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_webapi.-5707696217538461633..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_webapi.-5707696217538461633..management_zone.tf
new file mode 100644
index 0000000..d4b4150
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_webapi.-5707696217538461633..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_webapi" {
+ name = "CD_webapi"
+ 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 = "webapi"
+ }
+ }
+ }
+ }
+ 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 = "webapi"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "webapi"
+ }
+ }
+ }
+ }
+ 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 = "webapi"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "webapi"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_wlmanager.-1066539719125670580..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_wlmanager.-1066539719125670580..management_zone.tf
new file mode 100644
index 0000000..afa563c
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_wlmanager.-1066539719125670580..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_wlmanager" {
+ name = "CD_wlmanager"
+ 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 = "wlmanager"
+ }
+ }
+ }
+ }
+ 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 = "wlmanager"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "wlmanager"
+ }
+ }
+ }
+ }
+ 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 = "wlmanager"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "wlmanager"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_wus.-830480395218330790..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_wus.-830480395218330790..management_zone.tf
new file mode 100644
index 0000000..b1a9111
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_wus.-830480395218330790..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_wus" {
+ name = "CD_wus"
+ 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 = "wus"
+ }
+ }
+ }
+ }
+ 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 = "wus"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "wus"
+ }
+ }
+ }
+ }
+ 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 = "wus"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "wus"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_xfcd.6201076759498324419..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_xfcd.6201076759498324419..management_zone.tf
new file mode 100644
index 0000000..aa99014
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/CD_xfcd.6201076759498324419..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_xfcd" {
+ name = "CD_xfcd"
+ 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 = "xfcd"
+ }
+ }
+ }
+ }
+ 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 = "xfcd"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "xfcd"
+ }
+ }
+ }
+ }
+ 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 = "xfcd"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "xfcd"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/Dynatrace_BusinessInsights.5842654451628371612..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/Dynatrace_BusinessInsights.5842654451628371612..management_zone.tf
new file mode 100644
index 0000000..8a47e9a
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/Dynatrace_BusinessInsights.5842654451628371612..management_zone.tf
@@ -0,0 +1,22 @@
+resource "dynatrace_management_zone" "Dynatrace_BusinessInsights" {
+ name = "Dynatrace_BusinessInsights"
+ description = "MZ for entities that should be part of the Dynatrace Business Insights offering."
+ rules {
+ type = "MOBILE_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "MOBILE_APPLICATION_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "TAG_KEY_EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Dynatrace_BusinessInsights"
+ }
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/Offboard_Platform_APM_CNAP_Viewer.7984472777235983022..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/Offboard_Platform_APM_CNAP_Viewer.7984472777235983022..management_zone.tf
new file mode 100644
index 0000000..849e85e
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/Offboard_Platform_APM_CNAP_Viewer.7984472777235983022..management_zone.tf
@@ -0,0 +1,45 @@
+resource "dynatrace_management_zone" "Offboard_Platform_APM_CNAP_Viewer" {
+ name = "Offboard_Platform_APM_CNAP_Viewer"
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ entity {
+ negate = false
+ operator = "EQUALS"
+ value = "HOST_GROUP-826643CE73F48A4A"
+ }
+ key {
+ type = "STATIC"
+ attribute = "HOST_GROUP_ID"
+ }
+ }
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_NAME"
+ }
+ string {
+ case_sensitive = false
+ negate = false
+ operator = "EXISTS"
+ }
+ }
+ }
+ rules {
+ type = "KUBERNETES_CLUSTER"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "KUBERNETES_CLUSTER_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "BEGINS_WITH"
+ value = "CNAP"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/PD_AccountManagementConnectedCar.7322648462719879167..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/PD_AccountManagementConnectedCar.7322648462719879167..management_zone.tf
new file mode 100644
index 0000000..3804003
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/PD_AccountManagementConnectedCar.7322648462719879167..management_zone.tf
@@ -0,0 +1,11 @@
+resource "dynatrace_management_zone" "PD_AccountManagementConnectedCar" {
+ name = "PD_AccountManagementConnectedCar"
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:AM-CESIM\"),tag(\"compass-id:AM-Device\"),tag(\"compass-id:AM-EGIM\"),tag(\"compass-id:AM-MNO-Manager\"),tag(\"compass-id:CESIM Proxy\"),tag(\"compass-id:MNOMGR-CU-Jasper\"),tag(\"compass-id:MNOMGR-CU-SHA\"),tag(\"compass-id:MNOMGR-GD\"),tag(\"compass-id:MNOMGR-TMSP\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:AM-BPM\"),tag(\"compass-id:AM-CASA\"),tag(\"compass-id:am-cloud\"),tag(\"compass-id:AM-CNR\"),tag(\"compass-id:AM-CNS\"),tag(\"compass-id:AM-ECS\"),tag(\"compass-id:AM-LMCS\"),tag(\"compass-id:AM-Proxy\"),tag(\"compass-id:AM-Store\"),tag(\"compass-id:AM-SVMS\"),tag(\"compass-id:AM-SVMS-EventService\"),tag(\"compass-id:AM-USAGE\"),tag(\"compass-id:AM-VAS\"),tag(\"compass-id:AM-Vehicle\"),tag(\"compass-id:AM-VMS\"),tag(\"compass-id:Countly\"),tag(\"compass-id:TAMSArchive\"),tag(\"compass-id:TestdataTool\")"
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/PD_AutomotiveSecurity.3737706196578343849..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/PD_AutomotiveSecurity.3737706196578343849..management_zone.tf
new file mode 100644
index 0000000..2a35070
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/PD_AutomotiveSecurity.3737706196578343849..management_zone.tf
@@ -0,0 +1,27 @@
+resource "dynatrace_management_zone" "PD_AutomotiveSecurity" {
+ name = "PD_AutomotiveSecurity"
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:ASBC-MFSCS\"),tag(\"compass-id:STM\"),tag(\"compass-id:ts-wlupdater\"),tag(\"compass-id:TVP\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:DFP\"),tag(\"compass-id:DFPH\"),tag(\"compass-id:OCLISc2v\"),tag(\"compass-id:OCLISocsp\"),tag(\"compass-id:P2X\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:ASBC-HAL\"),tag(\"compass-id:ASBC-NGTP\"),tag(\"compass-id:ASBS\"),tag(\"compass-id:HPAuth\"),tag(\"compass-id:STS\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:ASBC-SMACC\"),tag(\"compass-id:CAC\"),tag(\"compass-id:CAC-AGENT\"),tag(\"compass-id:SMC2-BL\"),tag(\"compass-id:SMC2-KEY-TRK\"),tag(\"compass-id:SMC2-RT\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:ASBC-RSU\"),tag(\"compass-id:ASBC-SBB\"),tag(\"compass-id:ASBCSWLSEC2\"),tag(\"compass-id:PSdZ-Checker\"),tag(\"compass-id:SCB\"),tag(\"compass-id:SCC\"),tag(\"compass-id:SWAG\"),tag(\"compass-id:SWLSEC2-Checker\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:ASBC-AFW-POC\"),tag(\"compass-id:ASBC-AFWSFA-POC\"),tag(\"compass-id:ASBC-AFWSTM-POC\")"
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/PD_CallServices.-4112886493107181463..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/PD_CallServices.-4112886493107181463..management_zone.tf
new file mode 100644
index 0000000..32191cb
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/PD_CallServices.-4112886493107181463..management_zone.tf
@@ -0,0 +1,23 @@
+resource "dynatrace_management_zone" "PD_CallServices" {
+ name = "PD_CallServices"
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:ACDS\"),tag(\"compass-id:APPCALL\"),tag(\"compass-id:B2V-NGTP\"),tag(\"compass-id:ECALLGW\"),tag(\"compass-id:ECS\"),tag(\"compass-id:EVNS2\"),tag(\"compass-id:EVNS2T\"),tag(\"compass-id:NGTP-CS\"),tag(\"compass-id:XCS\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:BASE\"),tag(\"compass-id:CCC\"),tag(\"compass-id:RSA\"),tag(\"compass-id:RSA-ASD-Search\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:PiSA-CORE\"),tag(\"compass-id:PISA-EVENT-HANDLER\"),tag(\"compass-id:PISA-RUNTIME\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:HTTS\"),tag(\"compass-id:HVD\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:B2V-Voice\"),tag(\"compass-id:CRS\"),tag(\"compass-id:CRSA\"),tag(\"compass-id:EPL\"),tag(\"compass-id:EPM\"),tag(\"compass-id:VOICEGW\"),tag(\"compass-id:VOICEGW-ADMIN\")"
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/PD_ConnectedDriveStoreBackend.-8141281538555996318..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/PD_ConnectedDriveStoreBackend.-8141281538555996318..management_zone.tf
new file mode 100644
index 0000000..b85cfab
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/PD_ConnectedDriveStoreBackend.-8141281538555996318..management_zone.tf
@@ -0,0 +1,11 @@
+resource "dynatrace_management_zone" "PD_ConnectedDriveStoreBackend" {
+ name = "PD_ConnectedDriveStoreBackend"
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:Buffet-Birt\"),tag(\"compass-id:Buffet-CIC-Backend\"),tag(\"compass-id:Buffet-Core\"),tag(\"compass-id:Buffet-External-CDM\"),tag(\"compass-id:Buffet-External-Offer\"),tag(\"compass-id:Buffet-External-Payment\"),tag(\"compass-id:Buffet-External-Tax\"),tag(\"compass-id:Buffet-GAM\"),tag(\"compass-id:Buffet-IF33\"),tag(\"compass-id:Buffet-IF38\"),tag(\"compass-id:Buffet-IF41\"),tag(\"compass-id:Buffet-IF50\"),tag(\"compass-id:Buffet-IF51\"),tag(\"compass-id:Buffet-IF52\"),tag(\"compass-id:Buffet-IF53\"),tag(\"compass-id:Buffet-IF54\"),tag(\"compass-id:Buffet-IF58\"),tag(\"compass-id:Buffet-IF60\"),tag(\"compass-id:Buffet-IF90\"),tag(\"compass-id:Buffet-Promo-API\"),tag(\"compass-id:IME-CDS\"),tag(\"compass-id:IME-CS\"),tag(\"compass-id:IME-RDC\"),tag(\"compass-id:IME-SS\"),tag(\"compass-id:IME-WS\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:Concat\"),tag(\"compass-id:Connected-Catalog\")"
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/PD_ConnectedUserProfileServices.-5367999236768661485..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/PD_ConnectedUserProfileServices.-5367999236768661485..management_zone.tf
new file mode 100644
index 0000000..c1362ed
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/PD_ConnectedUserProfileServices.-5367999236768661485..management_zone.tf
@@ -0,0 +1,11 @@
+resource "dynatrace_management_zone" "PD_ConnectedUserProfileServices" {
+ name = "PD_ConnectedUserProfileServices"
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:OMC Table Storage Expiration Service\"),tag(\"compass-id:omc-client-analytics-hub-consumer-ms\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:DPM\"),tag(\"compass-id:DPP\"),tag(\"compass-id:PERSEUS\"),tag(\"compass-id:PIABO\"),tag(\"compass-id:PIAEP\"),tag(\"compass-id:PIAOP\"),tag(\"compass-id:PIAPE\")"
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/PD_InfotainmentInteractivityServices.-8663930534173844410..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/PD_InfotainmentInteractivityServices.-8663930534173844410..management_zone.tf
new file mode 100644
index 0000000..a048325
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/PD_InfotainmentInteractivityServices.-8663930534173844410..management_zone.tf
@@ -0,0 +1,23 @@
+resource "dynatrace_management_zone" "PD_InfotainmentInteractivityServices" {
+ name = "PD_InfotainmentInteractivityServices"
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:cm-config\"),tag(\"compass-id:cm-gracenote\"),tag(\"compass-id:cm-spotify\"),tag(\"compass-id:cm-ximalaya\"),tag(\"compass-id:OED\"),tag(\"compass-id:OED-CN\"),tag(\"compass-id:OEG\"),tag(\"compass-id:OEG-CN\"),tag(\"compass-id:OEO\"),tag(\"compass-id:OEO-CN\"),tag(\"compass-id:OEP\"),tag(\"compass-id:OEP-CN\"),tag(\"compass-id:OES\"),tag(\"compass-id:OES-CN\"),tag(\"compass-id:OET\"),tag(\"compass-id:OET-CN\"),tag(\"compass-id:shortvideo\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:CCIS-Download\"),tag(\"compass-id:Geolocator\"),tag(\"compass-id:intelligent-reminder\"),tag(\"compass-id:news-next\"),tag(\"compass-id:restaurant-reservation\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:ambient-music\"),tag(\"compass-id:festive-mode\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:GEN3\"),tag(\"compass-id:ID5\"),tag(\"compass-id:ID5-APP\"),tag(\"compass-id:ID5-EXT\"),tag(\"compass-id:ISE-BEV\"),tag(\"compass-id:ISE-CDR\"),tag(\"compass-id:ISE-EML\"),tag(\"compass-id:ISE-GEN2\"),tag(\"compass-id:ISE-ID7\"),tag(\"compass-id:ISE-INP\"),tag(\"compass-id:ISE-IPA\"),tag(\"compass-id:ISE-LIS\"),tag(\"compass-id:ISE-LOC\"),tag(\"compass-id:ISE-MCL\"),tag(\"compass-id:ISE-NEWS\"),tag(\"compass-id:ISE-PAR\"),tag(\"compass-id:ISE-RSL\"),tag(\"compass-id:ISE-VPS\"),tag(\"compass-id:ISE-VSD\"),tag(\"compass-id:tmpp-admin-ui\"),tag(\"compass-id:tmpp-manifest\"),tag(\"compass-id:tmpp-web-proxy\"),tag(\"compass-id:UPS\"),tag(\"compass-id:WEA\"),tag(\"compass-id:WEA-ID5\"),tag(\"compass-id:WEA-IN-MAP\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:CDIP\")"
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/PD_LocationServices.-5431789095638148262..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/PD_LocationServices.-5431789095638148262..management_zone.tf
new file mode 100644
index 0000000..e27efe0
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/PD_LocationServices.-5431789095638148262..management_zone.tf
@@ -0,0 +1,15 @@
+resource "dynatrace_management_zone" "PD_LocationServices" {
+ name = "PD_LocationServices"
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:C2B-BS\"),tag(\"compass-id:GCS\"),tag(\"compass-id:LOS-CHA\"),tag(\"compass-id:LOS-CHA-CNV\"),tag(\"compass-id:LOS-JOY\"),tag(\"compass-id:LOS-MOD\"),tag(\"compass-id:LOS-MSC\"),tag(\"compass-id:LOS-OPS\"),tag(\"compass-id:LOS-PAR\"),tag(\"compass-id:LOS-PER\"),tag(\"compass-id:LOS-REF\"),tag(\"compass-id:RES-PAR\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:LOS-FTS\"),tag(\"compass-id:potholes-reader\"),tag(\"compass-id:potholes-service\"),tag(\"compass-id:sc-reader\"),tag(\"compass-id:sc-service\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:ercaf\"),tag(\"compass-id:ERCR\"),tag(\"compass-id:ERTP\")"
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/PD_MapServicesAutomatedDriving.-4931602184083142599..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/PD_MapServicesAutomatedDriving.-4931602184083142599..management_zone.tf
new file mode 100644
index 0000000..6a3ede5
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/PD_MapServicesAutomatedDriving.-4931602184083142599..management_zone.tf
@@ -0,0 +1,11 @@
+resource "dynatrace_management_zone" "PD_MapServicesAutomatedDriving" {
+ name = "PD_MapServicesAutomatedDriving"
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:ms-hdmap-lcv\"),tag(\"compass-id:ms-hdmap-map-viewer\"),tag(\"compass-id:ms-hdmap-mci-adapter\"),tag(\"compass-id:ms-hdmap-mci-downloader\"),tag(\"compass-id:ms-hdmap-nds-downloader\"),tag(\"compass-id:ms-hdmap-qc-bl\"),tag(\"compass-id:ms-hdmap-qc-checks\"),tag(\"compass-id:ms-hdmap-tile-delivery\"),tag(\"compass-id:ms-hdmap-tile-generator\"),tag(\"compass-id:ms-hdmap-vehicle-mock\"),tag(\"compass-id:mupi-backend\"),tag(\"compass-id:MUPI-BE\"),tag(\"compass-id:mupi-cloud-discovery-service\"),tag(\"compass-id:mupi-cloud-dumm-adapter-service\"),tag(\"compass-id:mupi-cloud-hd-adapter-service\"),tag(\"compass-id:mupi-cloud-import-service\"),tag(\"compass-id:mupi-cloud-integration-service\"),tag(\"compass-id:mupi-cloud-joynr-adapter-class-service\"),tag(\"compass-id:mupi-cloud-joynr-adapter-service\"),tag(\"compass-id:mupi-cloud-stats-service\"),tag(\"compass-id:mupi-cockpit\"),tag(\"compass-id:mupi-gateway\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:GNSS API Gateway\"),tag(\"compass-id:gnss-reader\"),tag(\"compass-id:gnss-service\"),tag(\"compass-id:ms-3dp-rc\"),tag(\"compass-id:tc-app\"),tag(\"compass-id:tc-service\")"
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/PD_NavigationServices.7272386165732072340..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/PD_NavigationServices.7272386165732072340..management_zone.tf
new file mode 100644
index 0000000..11074d5
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/PD_NavigationServices.7272386165732072340..management_zone.tf
@@ -0,0 +1,15 @@
+resource "dynatrace_management_zone" "PD_NavigationServices" {
+ name = "PD_NavigationServices"
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:OSPI\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:DM\"),tag(\"compass-id:eRoute\"),tag(\"compass-id:NaaS\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:CNGW\"),tag(\"compass-id:RTTI\")"
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/PD_RemoteMessagingServices.2789442917157839429..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/PD_RemoteMessagingServices.2789442917157839429..management_zone.tf
new file mode 100644
index 0000000..93192ac
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/PD_RemoteMessagingServices.2789442917157839429..management_zone.tf
@@ -0,0 +1,11 @@
+resource "dynatrace_management_zone" "PD_RemoteMessagingServices" {
+ name = "PD_RemoteMessagingServices"
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:EADB\"),tag(\"compass-id:ICNB\"),tag(\"compass-id:MSGSVC\"),tag(\"compass-id:OMGW\"),tag(\"compass-id:TCN\"),tag(\"compass-id:XCC-CAMPAIGNS\"),tag(\"compass-id:XCC-CMGR\"),tag(\"compass-id:XCC-SETTINGS\"),tag(\"compass-id:XCC-STATISTICS\"),tag(\"compass-id:XCC-USERS\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:APIGW\"),tag(\"compass-id:FMC\"),tag(\"compass-id:RS\"),tag(\"compass-id:RS360\"),tag(\"compass-id:RSCockpit\")"
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/PD_RemoteVehicleConfigurationManagement.7212377285048625814..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/PD_RemoteVehicleConfigurationManagement.7212377285048625814..management_zone.tf
new file mode 100644
index 0000000..59a9632
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/PD_RemoteVehicleConfigurationManagement.7212377285048625814..management_zone.tf
@@ -0,0 +1,23 @@
+resource "dynatrace_management_zone" "PD_RemoteVehicleConfigurationManagement" {
+ name = "PD_RemoteVehicleConfigurationManagement"
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:APR\"),tag(\"compass-id:APR-NPM\"),tag(\"compass-id:APR-Portal\"),tag(\"compass-id:APR-Registry\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:comfy-agent-registry\"),tag(\"compass-id:comfy-cockpit\"),tag(\"compass-id:comfy-management\"),tag(\"compass-id:comfy-orchestration\"),tag(\"compass-id:NOP-Admin\"),tag(\"compass-id:NOP-Archive\"),tag(\"compass-id:NOP-Provisioning\"),tag(\"compass-id:NOP-Trigger\"),tag(\"compass-id:SCM\"),tag(\"compass-id:SCMA\"),tag(\"compass-id:VPS-Admin\"),tag(\"compass-id:VPS-Archive\"),tag(\"compass-id:VPS-Monitor\"),tag(\"compass-id:VPS-Prov\"),tag(\"compass-id:VPS-Trigger\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:FRE\"),tag(\"compass-id:FRS\"),tag(\"compass-id:MPG\"),tag(\"compass-id:QMC\"),tag(\"compass-id:RCM\"),tag(\"compass-id:RCP\"),tag(\"compass-id:RCS\"),tag(\"compass-id:RDC\"),tag(\"compass-id:RDH\"),tag(\"compass-id:RES\"),tag(\"compass-id:RLM\"),tag(\"compass-id:RMO\"),tag(\"compass-id:RNB App\"),tag(\"compass-id:RNP\"),tag(\"compass-id:RPP\"),tag(\"compass-id:RSA Admin GUI\"),tag(\"compass-id:RSA Testbench GUI\"),tag(\"compass-id:RTE\"),tag(\"compass-id:RTS\"),tag(\"compass-id:RVC\"),tag(\"compass-id:RVE\"),tag(\"compass-id:RVI\"),tag(\"compass-id:RVS\"),tag(\"compass-id:RVT\"),tag(\"compass-id:rwd\"),tag(\"compass-id:tdp\"),tag(\"compass-id:uvm\"),tag(\"compass-id:vjm\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:ZAS\"),tag(\"compass-id:ZDI\"),tag(\"compass-id:ZFUS-MP-GENERATOR\"),tag(\"compass-id:ZIP\"),tag(\"compass-id:zis\"),tag(\"compass-id:ZMP\"),tag(\"compass-id:ZOS\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:SFA-FRE\"),tag(\"compass-id:SFA-OH\"),tag(\"compass-id:SFA-OTA\"),tag(\"compass-id:SFA-S\"),tag(\"compass-id:SFA-TS\")"
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/PD_Teleservices.1072985257684718374..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/PD_Teleservices.1072985257684718374..management_zone.tf
new file mode 100644
index 0000000..8e389f7
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/PD_Teleservices.1072985257684718374..management_zone.tf
@@ -0,0 +1,15 @@
+resource "dynatrace_management_zone" "PD_Teleservices" {
+ name = "PD_Teleservices"
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:RSURService\"),tag(\"compass-id:SCallService\"),tag(\"compass-id:SEAM\"),tag(\"compass-id:ts-asc\"),tag(\"compass-id:TSBGService\"),tag(\"compass-id:TSBM\"),tag(\"compass-id:TS-CCM-DI\"),tag(\"compass-id:TSCS\"),tag(\"compass-id:TSDD\"),tag(\"compass-id:TSMR\"),tag(\"compass-id:TS-PFFS\"),tag(\"compass-id:TSSB-BT\"),tag(\"compass-id:TSSB-BTI\"),tag(\"compass-id:TSSB-TSP\"),tag(\"compass-id:TS-SDI\"),tag(\"compass-id:ts-tyredi\"),tag(\"compass-id:ts-tyrewf\"),tag(\"compass-id:TTBS\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:BCallService\"),tag(\"compass-id:CAS-SPM\"),tag(\"compass-id:CAS-STM\"),tag(\"compass-id:DiagService\"),tag(\"compass-id:ESHAD\"),tag(\"compass-id:patchcampaign\"),tag(\"compass-id:RTCAD\"),tag(\"compass-id:RTCHandler\"),tag(\"compass-id:RTCService\"),tag(\"compass-id:ts-bcallhandler\"),tag(\"compass-id:ts-cts-ui\"),tag(\"compass-id:ts-pat-ui\"),tag(\"compass-id:TSRD\"),tag(\"compass-id:ts-rtc-ui\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:PDMManager\"),tag(\"compass-id:PDMUpdater\"),tag(\"compass-id:ts-ena-ui\"),tag(\"compass-id:WLManager\"),tag(\"compass-id:WLUpdater\")"
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/PD_VehicleDataCollection.-7170770367298385161..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/PD_VehicleDataCollection.-7170770367298385161..management_zone.tf
new file mode 100644
index 0000000..a5ddeea
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/PD_VehicleDataCollection.-7170770367298385161..management_zone.tf
@@ -0,0 +1,23 @@
+resource "dynatrace_management_zone" "PD_VehicleDataCollection" {
+ name = "PD_VehicleDataCollection"
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:CMCS\"),tag(\"compass-id:ERDCDC2FCD\"),tag(\"compass-id:ERDDISP\"),tag(\"compass-id:ERDFCDUDS\"),tag(\"compass-id:ERDMGR\"),tag(\"compass-id:ERDPROC\"),tag(\"compass-id:ERDXFCDFCD\"),tag(\"compass-id:XFCD Cockpit\"),tag(\"compass-id:XFCD Configuration\"),tag(\"compass-id:XFCDAnonymizer\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:TOL\"),tag(\"compass-id:TOL MGU\"),tag(\"compass-id:TOL-TSSB\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:IDS-SVDS\"),tag(\"compass-id:IDS-Sync\"),tag(\"compass-id:IDS-WS\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:SRManager\"),tag(\"compass-id:TSMB\"),tag(\"compass-id:TSR-CH\"),tag(\"compass-id:TSR-CMA\"),tag(\"compass-id:TSR-DD\"),tag(\"compass-id:TSR-ICC\"),tag(\"compass-id:TSR-VU\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:CCG\"),tag(\"compass-id:CSI\"),tag(\"compass-id:CSU\"),tag(\"compass-id:LSCFSU\"),tag(\"compass-id:LSCHR\"),tag(\"compass-id:LSCJHWO\"),tag(\"compass-id:LSCJR\"),tag(\"compass-id:LSCKC\"),tag(\"compass-id:LSCMM\"),tag(\"compass-id:LSCOC\"),tag(\"compass-id:LSCOG\"),tag(\"compass-id:LSCWO\"),tag(\"compass-id:tripCollection\"),tag(\"compass-id:vdc-vcs\"),tag(\"compass-id:VHCJR\"),tag(\"compass-id:VHS\"),tag(\"compass-id:VJDS\"),tag(\"compass-id:VNS\"),tag(\"compass-id:VS-API\"),tag(\"compass-id:VSFO\"),tag(\"compass-id:VSST\")"
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/PD_VehicleDataConnectivity.-2856031711728268510..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/PD_VehicleDataConnectivity.-2856031711728268510..management_zone.tf
new file mode 100644
index 0000000..54bb6f4
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/PD_VehicleDataConnectivity.-2856031711728268510..management_zone.tf
@@ -0,0 +1,15 @@
+resource "dynatrace_management_zone" "PD_VehicleDataConnectivity" {
+ name = "PD_VehicleDataConnectivity"
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:B2V-ADC\"),tag(\"compass-id:B2V-ADC-CLOUD\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:B2V-COM-BE\"),tag(\"compass-id:B2V-COM-ECHO\"),tag(\"compass-id:B2V-COM-FE\"),tag(\"compass-id:B2VCOMGCDMCLIENT\"),tag(\"compass-id:B2V-NOTS\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:JoynrDS\"),tag(\"compass-id:UDS\"),tag(\"compass-id:UDS Storage Service\")"
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/PSdZ-Checker.-5803916654070262245..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/PSdZ-Checker.-5803916654070262245..management_zone.tf
new file mode 100644
index 0000000..b2267d6
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/PSdZ-Checker.-5803916654070262245..management_zone.tf
@@ -0,0 +1,19 @@
+resource "dynatrace_management_zone" "PSdZ-Checker" {
+ name = "PSdZ-Checker"
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:PSdZ-Checker\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(SERVICE),databaseName.exists(),toRelationship.calls(type(SERVICE),tag(\"compass-id:PSdZ-Checker\"))"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(PROCESS_GROUP_INSTANCE),tag(\"compass-id:PSdZ-Checker\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(HOST),tag(\"compass-id:PSdZ-Checker\")"
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/TEST-Philipp.2877860233955550596..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/TEST-Philipp.2877860233955550596..management_zone.tf
new file mode 100644
index 0000000..b95ad29
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/TEST-Philipp.2877860233955550596..management_zone.tf
@@ -0,0 +1,12 @@
+resource "dynatrace_management_zone" "TEST-Philipp" {
+ name = "TEST-Philipp"
+ dimensional_rule {
+ enabled = true
+ applies_to = "METRIC"
+ condition {
+ type = "METRIC_KEY"
+ key = "fav_failure_rate"
+ match = "BEGINS_WITH"
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/WK_Login.6607595346813988754..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/WK_Login.6607595346813988754..management_zone.tf
new file mode 100644
index 0000000..151c4c5
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/WK_Login.6607595346813988754..management_zone.tf
@@ -0,0 +1,87 @@
+resource "dynatrace_management_zone" "WK_Login" {
+ name = "WK_Login"
+ rules {
+ type = "SERVICE"
+ enabled = true
+ conditions {
+ process_metadata {
+ attribute = "PROCESS_GROUP_PREDEFINED_METADATA"
+ dynamic_key = "KUBERNETES_NAMESPACE"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "EQUALS"
+ value = "managed-app-user-composite-service"
+ }
+ }
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "SERVICE_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "PROD"
+ }
+ }
+ }
+ rules {
+ type = "SERVICE"
+ enabled = true
+ conditions {
+ process_metadata {
+ attribute = "PROCESS_GROUP_PREDEFINED_METADATA"
+ dynamic_key = "KUBERNETES_NAMESPACE"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "managed-app-connected-oauth-service-apim"
+ }
+ }
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "SERVICE_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "PROD"
+ }
+ }
+ }
+ rules {
+ type = "SERVICE"
+ enabled = true
+ conditions {
+ process_metadata {
+ attribute = "PROCESS_GROUP_PREDEFINED_METADATA"
+ dynamic_key = "KUBERNETES_NAMESPACE"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "EQUALS"
+ value = "managed-app-legal-document-composite-service"
+ }
+ }
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "SERVICE_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "PROD"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/WK_Personal_Favorites.-8881178060219525495..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/WK_Personal_Favorites.-8881178060219525495..management_zone.tf
new file mode 100644
index 0000000..2754c8d
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/WK_Personal_Favorites.-8881178060219525495..management_zone.tf
@@ -0,0 +1,35 @@
+resource "dynatrace_management_zone" "WK_Personal_Favorites" {
+ name = "WK_Personal_Favorites"
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(SERVICE), entityId(SERVICE-EA5D470986A259F3)"
+ }
+ rules {
+ type = "SERVICE"
+ enabled = true
+ conditions {
+ process_metadata {
+ attribute = "PROCESS_GROUP_PREDEFINED_METADATA"
+ dynamic_key = "KUBERNETES_NAMESPACE"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "EQUALS"
+ value = "managed-app-destination-composite-service"
+ }
+ }
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "SERVICE_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "PROD"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/WK_Philipp.-905305273439641248..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/WK_Philipp.-905305273439641248..management_zone.tf
new file mode 100644
index 0000000..c32c17b
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/WK_Philipp.-905305273439641248..management_zone.tf
@@ -0,0 +1,59 @@
+resource "dynatrace_management_zone" "WK_Philipp" {
+ name = "WK_Philipp"
+ rules {
+ type = "SERVICE"
+ enabled = true
+ conditions {
+ process_metadata {
+ attribute = "PROCESS_GROUP_PREDEFINED_METADATA"
+ dynamic_key = "KUBERNETES_NAMESPACE"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "managed-app-vehicle-remote-commands-composite-service"
+ }
+ }
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "SERVICE_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "PROD"
+ }
+ }
+ }
+ rules {
+ type = "SERVICE"
+ enabled = true
+ conditions {
+ process_metadata {
+ attribute = "PROCESS_GROUP_PREDEFINED_METADATA"
+ dynamic_key = "KUBERNETES_NAMESPACE"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "managed-app-remote-360-composite-service"
+ }
+ }
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "SERVICE_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "PROD"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/WK_Remote_Camera.7111072854346026301..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/WK_Remote_Camera.7111072854346026301..management_zone.tf
new file mode 100644
index 0000000..33c4d05
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/WK_Remote_Camera.7111072854346026301..management_zone.tf
@@ -0,0 +1,31 @@
+resource "dynatrace_management_zone" "WK_Remote_Camera" {
+ name = "WK_Remote_Camera"
+ rules {
+ type = "SERVICE"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "SERVICE_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "PROD"
+ }
+ }
+ conditions {
+ process_metadata {
+ attribute = "PROCESS_GROUP_PREDEFINED_METADATA"
+ dynamic_key = "KUBERNETES_NAMESPACE"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "EQUALS"
+ value = "managed-app-remote-360-composite-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/WK_Remote_Services.-8618973496510074025..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/WK_Remote_Services.-8618973496510074025..management_zone.tf
new file mode 100644
index 0000000..b8d70e9
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/WK_Remote_Services.-8618973496510074025..management_zone.tf
@@ -0,0 +1,31 @@
+resource "dynatrace_management_zone" "WK_Remote_Services" {
+ name = "WK_Remote_Services"
+ rules {
+ type = "SERVICE"
+ enabled = true
+ conditions {
+ process_metadata {
+ attribute = "PROCESS_GROUP_PREDEFINED_METADATA"
+ dynamic_key = "KUBERNETES_NAMESPACE"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "EQUALS"
+ value = "managed-app-vehicle-remote-commands-composite-service"
+ }
+ }
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "SERVICE_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "PROD"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/WK_SMACC.5199358269317144485..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/WK_SMACC.5199358269317144485..management_zone.tf
new file mode 100644
index 0000000..9d5b425
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/WK_SMACC.5199358269317144485..management_zone.tf
@@ -0,0 +1,264 @@
+resource "dynatrace_management_zone" "WK_SMACC" {
+ name = "WK_SMACC"
+ 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 = true
+ negate = true
+ operator = "CONTAINS"
+ value = "internal service"
+ }
+ }
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "SERVICE_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = true
+ operator = "CONTAINS"
+ value = "ProtocolDataApi"
+ }
+ }
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "SERVICE_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Environment"
+ value = "PROD"
+ }
+ }
+ }
+ }
+ 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"
+ }
+ }
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "SERVICE_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Environment"
+ value = "PROD"
+ }
+ }
+ }
+ }
+ 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-SMACC"
+ }
+ }
+ }
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "SERVICE_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Environment"
+ value = "PROD"
+ }
+ }
+ }
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "SERVICE_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = true
+ operator = "EQUALS"
+ value = "HealthResource"
+ }
+ }
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "SERVICE_DETECTED_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = true
+ operator = "CONTAINS"
+ value = "executed"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/WK_Send_to_Car_Legacy.-6611202701233341995..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/WK_Send_to_Car_Legacy.-6611202701233341995..management_zone.tf
new file mode 100644
index 0000000..4f23fc4
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/WK_Send_to_Car_Legacy.-6611202701233341995..management_zone.tf
@@ -0,0 +1,19 @@
+resource "dynatrace_management_zone" "WK_Send_to_Car_Legacy" {
+ name = "WK_Send_to_Car_Legacy"
+ rules {
+ type = "SERVICE"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "SERVICE_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "LegacyPoiApi - msgsvc - prod"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/WK_Send_to_Car_MGU.7762420106813300217..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/WK_Send_to_Car_MGU.7762420106813300217..management_zone.tf
new file mode 100644
index 0000000..a268fc4
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/WK_Send_to_Car_MGU.7762420106813300217..management_zone.tf
@@ -0,0 +1,31 @@
+resource "dynatrace_management_zone" "WK_Send_to_Car_MGU" {
+ name = "WK_Send_to_Car_MGU"
+ rules {
+ type = "SERVICE"
+ enabled = true
+ conditions {
+ process_metadata {
+ attribute = "PROCESS_GROUP_PREDEFINED_METADATA"
+ dynamic_key = "KUBERNETES_NAMESPACE"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "managed-app-trip-service"
+ }
+ }
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "SERVICE_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "PROD"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/WK_Vehicle_Data.-6303890120553130256..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/WK_Vehicle_Data.-6303890120553130256..management_zone.tf
new file mode 100644
index 0000000..466e179
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/WK_Vehicle_Data.-6303890120553130256..management_zone.tf
@@ -0,0 +1,31 @@
+resource "dynatrace_management_zone" "WK_Vehicle_Data" {
+ name = "WK_Vehicle_Data"
+ rules {
+ type = "SERVICE"
+ enabled = true
+ conditions {
+ process_metadata {
+ attribute = "PROCESS_GROUP_PREDEFINED_METADATA"
+ dynamic_key = "KUBERNETES_NAMESPACE"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "EQUALS"
+ value = "managed-app-vehicle-service"
+ }
+ }
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "SERVICE_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "PROD"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/WK_Vehicle_Mapping.-5513243277421013486..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/WK_Vehicle_Mapping.-5513243277421013486..management_zone.tf
new file mode 100644
index 0000000..42fea7d
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/WK_Vehicle_Mapping.-5513243277421013486..management_zone.tf
@@ -0,0 +1,59 @@
+resource "dynatrace_management_zone" "WK_Vehicle_Mapping" {
+ name = "WK_Vehicle_Mapping"
+ rules {
+ type = "SERVICE"
+ enabled = true
+ conditions {
+ process_metadata {
+ attribute = "PROCESS_GROUP_PREDEFINED_METADATA"
+ dynamic_key = "KUBERNETES_NAMESPACE"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "EQUALS"
+ value = "managed-app-vehicle-mapping-composite-service"
+ }
+ }
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "SERVICE_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "PROD"
+ }
+ }
+ }
+ rules {
+ type = "SERVICE"
+ enabled = true
+ conditions {
+ process_metadata {
+ attribute = "PROCESS_GROUP_PREDEFINED_METADATA"
+ dynamic_key = "KUBERNETES_NAMESPACE"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "EQUALS"
+ value = "managed-app-user-composite-service"
+ }
+ }
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "SERVICE_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "PROD"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/module.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/module.tf
new file mode 100644
index 0000000..e4e0436
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/module.tf
@@ -0,0 +1,8 @@
+terraform {
+ required_providers {
+ dynatrace = {
+ version = "1.8.4"
+ source = "dynatrace-oss/dynatrace"
+ }
+ }
+}
diff --git a/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/tf-example-for-management-zone-by-tag.-2517423735210691021..management_zone.tf b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/tf-example-for-management-zone-by-tag.-2517423735210691021..management_zone.tf
new file mode 100644
index 0000000..56dfe27
--- /dev/null
+++ b/configuration/20211130-183659_EUPROD_CONFIGURATION/management_zones/tf-example-for-management-zone-by-tag.-2517423735210691021..management_zone.tf
@@ -0,0 +1,34 @@
+resource "dynatrace_management_zone" "tf-example-for-management-zone-by-tag" {
+ name = "tf-example-for-management-zone-by-tag"
+ description = "CONNECTED APP \u0026 CONVERSATION SERVICES4: CONNECTED APP (MYBMW, MINI)"
+ rules {
+ type = "SERVICE"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "SERVICE_TYPE"
+ }
+ service_type {
+ negate = false
+ operator = "EQUALS"
+ value = "WEB_SERVICE"
+ }
+ }
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "SERVICE_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "compass-id"
+ value = "UDS"
+ }
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/configuration.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/configuration.tf
new file mode 100644
index 0000000..58d4f33
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/configuration.tf
@@ -0,0 +1,8 @@
+terraform {
+ required_providers {
+ dynatrace = {
+ version = "1.8.4"
+ source = "dynatrace-oss/dynatrace"
+ }
+ }
+}module "management_zones" { source = "./management_zones"}
\ No newline at end of file
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_ABC.-419536099809788537..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_ABC.-419536099809788537..management_zone.tf
new file mode 100644
index 0000000..0c4cbdd
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_ABC.-419536099809788537..management_zone.tf
@@ -0,0 +1,11 @@
+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\"))"
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_APIGW.8505678630142971659..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_APIGW.8505678630142971659..management_zone.tf
new file mode 100644
index 0000000..670933c
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_APIGW.8505678630142971659..management_zone.tf
@@ -0,0 +1,231 @@
+resource "dynatrace_management_zone" "CD_APIGW" {
+ name = "CD_APIGW"
+ 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 = "APIGW-WS"
+ }
+ }
+ }
+ 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 = "APIGW-WS"
+ }
+ }
+ }
+ }
+ 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 = "APIGW-APP"
+ }
+ }
+ }
+ 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 = "APIGW-APP"
+ }
+ }
+ }
+ }
+ 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 Gateway Legacy"
+ }
+ }
+ }
+ 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 = "Service Gateway Legacy"
+ }
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_APIM.5858960741172780348..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_APIM.5858960741172780348..management_zone.tf
new file mode 100644
index 0000000..a36993e
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_APIM.5858960741172780348..management_zone.tf
@@ -0,0 +1,19 @@
+resource "dynatrace_management_zone" "CD_APIM" {
+ name = "CD_APIM"
+ rules {
+ type = "SERVICE"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "SERVICE_AKKA_ACTOR_SYSTEM"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "BEGINS_WITH"
+ value = "Empty"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_ASBC-FSC-AST.4284157392148718704..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_ASBC-FSC-AST.4284157392148718704..management_zone.tf
new file mode 100644
index 0000000..9094e23
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_ASBC-FSC-AST.4284157392148718704..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_ASBC-FSC-AST" {
+ name = "CD_ASBC-FSC-AST"
+ 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-FSC-AST"
+ }
+ }
+ }
+ }
+ 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-FSC-AST"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "ASBC-FSC-AST"
+ }
+ }
+ }
+ }
+ 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-FSC-AST"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "ASBC-FSC-AST"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_ASBC-HAL-CL.-4095317036884154012..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_ASBC-HAL-CL.-4095317036884154012..management_zone.tf
new file mode 100644
index 0000000..57041d9
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_ASBC-HAL-CL.-4095317036884154012..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_ASBC-HAL-CL" {
+ name = "CD_ASBC-HAL-CL"
+ 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-HAL-CL"
+ }
+ }
+ }
+ }
+ 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-HAL-CL"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "ASBC-HAL-CL"
+ }
+ }
+ }
+ }
+ 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-HAL-CL"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "ASBC-HAL-CL"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_ASBC-HAL.-4124588987890496427..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_ASBC-HAL.-4124588987890496427..management_zone.tf
new file mode 100644
index 0000000..44fb153
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_ASBC-HAL.-4124588987890496427..management_zone.tf
@@ -0,0 +1,91 @@
+resource "dynatrace_management_zone" "CD_ASBC-HAL" {
+ name = "CD_ASBC-HAL"
+ 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-HAL"
+ }
+ }
+ }
+ 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"
+ }
+ }
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "PROCESS_GROUP_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = true
+ operator = "CONTAINS"
+ value = "clusterDomain"
+ }
+ }
+ }
+ 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-HAL"
+ }
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_ASBC-MFSCS.3255782291710659598..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_ASBC-MFSCS.3255782291710659598..management_zone.tf
new file mode 100644
index 0000000..98dee19
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_ASBC-MFSCS.3255782291710659598..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_ASBC-MFSCS" {
+ name = "CD_ASBC-MFSCS"
+ 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-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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_ASBC-NGTP.6039019990917988583..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_ASBC-NGTP.6039019990917988583..management_zone.tf
new file mode 100644
index 0000000..6f77a0a
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_ASBC-NGTP.6039019990917988583..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_ASBC-PKI-DFP.8264399635884697827..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_ASBC-PKI-DFP.8264399635884697827..management_zone.tf
new file mode 100644
index 0000000..70d523b
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_ASBC-PKI-DFP.8264399635884697827..management_zone.tf
@@ -0,0 +1,19 @@
+resource "dynatrace_management_zone" "CD_ASBC-PKI-DFP" {
+ name = "CD_ASBC-PKI-DFP"
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:DFP\",\"compass-id:DFPH\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(SERVICE),databaseName.exists(),toRelationship.calls(type(SERVICE),tag(\"compass-id:DFP\",\"compass-id:DFPH\"))"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(PROCESS_GROUP_INSTANCE),tag(\"compass-id:DFP\",\"compass-id:DFPH\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(HOST),tag(\"compass-id:DFP\",\"compass-id:DFPH\")"
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_ASBC-PKI-OCLIScert2vin.-711670489332587991..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_ASBC-PKI-OCLIScert2vin.-711670489332587991..management_zone.tf
new file mode 100644
index 0000000..6ff5b07
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_ASBC-PKI-OCLIScert2vin.-711670489332587991..management_zone.tf
@@ -0,0 +1,19 @@
+resource "dynatrace_management_zone" "CD_ASBC-PKI-OCLIScert2vin" {
+ name = "CD_ASBC-PKI-OCLIScert2vin"
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:OCLISc2v\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(SERVICE),databaseName.exists(),toRelationship.calls(type(SERVICE),tag(\"compass-id:OCLISc2v\"))"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(PROCESS_GROUP_INSTANCE),tag(\"compass-id:OCLISc2v\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(HOST),tag(\"compass-id:OCLISc2v\")"
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_ASBC-PKI-OCLISocsp.6759587591579958728..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_ASBC-PKI-OCLISocsp.6759587591579958728..management_zone.tf
new file mode 100644
index 0000000..b2d9e4c
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_ASBC-PKI-OCLISocsp.6759587591579958728..management_zone.tf
@@ -0,0 +1,19 @@
+resource "dynatrace_management_zone" "CD_ASBC-PKI-OCLISocsp" {
+ name = "CD_ASBC-PKI-OCLISocsp"
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:OCLISocsp\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(SERVICE),databaseName.exists(),toRelationship.calls(type(SERVICE),tag(\"compass-id:OCLISocsp\"))"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(PROCESS_GROUP_INSTANCE),tag(\"compass-id:OCLISocsp\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(HOST),tag(\"compass-id:OCLISocsp\")"
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_ASBC-PKI-P2X.7261656644444143142..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_ASBC-PKI-P2X.7261656644444143142..management_zone.tf
new file mode 100644
index 0000000..61f4aba
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_ASBC-PKI-P2X.7261656644444143142..management_zone.tf
@@ -0,0 +1,19 @@
+resource "dynatrace_management_zone" "CD_ASBC-PKI-P2X" {
+ name = "CD_ASBC-PKI-P2X"
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:P2X\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(SERVICE),databaseName.exists(),toRelationship.calls(type(SERVICE),tag(\"compass-id:P2X\"))"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(PROCESS_GROUP_INSTANCE),tag(\"compass-id:P2X\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(HOST),tag(\"compass-id:P2X\")"
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_ASBC-PKI-VCSM.2915456084044023167..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_ASBC-PKI-VCSM.2915456084044023167..management_zone.tf
new file mode 100644
index 0000000..7d66c0b
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_ASBC-PKI-VCSM.2915456084044023167..management_zone.tf
@@ -0,0 +1,19 @@
+resource "dynatrace_management_zone" "CD_ASBC-PKI-VCSM" {
+ name = "CD_ASBC-PKI-VCSM"
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:VCS\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(SERVICE),databaseName.exists(),toRelationship.calls(type(SERVICE),tag(\"compass-id:VCS\"))"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(PROCESS_GROUP_INSTANCE),tag(\"compass-id:VCS\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(HOST),tag(\"compass-id:VCS\")"
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_ASBC-RSU.-1268277950254444437..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_ASBC-RSU.-1268277950254444437..management_zone.tf
new file mode 100644
index 0000000..467268d
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_ASBC-RSU.-1268277950254444437..management_zone.tf
@@ -0,0 +1,19 @@
+resource "dynatrace_management_zone" "CD_ASBC-RSU" {
+ name = "CD_ASBC-RSU"
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:ASBC-RSU\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(SERVICE),databaseName.exists(),toRelationship.calls(type(SERVICE),tag(\"compass-id:ASBC-RSU\"))"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(PROCESS_GROUP_INSTANCE),tag(\"compass-id:ASBC-RSU\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(HOST),tag(\"compass-id:ASBC-RSU\")"
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_ASBC-SMACC.-2086783870824620197..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_ASBC-SMACC.-2086783870824620197..management_zone.tf
new file mode 100644
index 0000000..e7eba08
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_ASBC-SMACC.-2086783870824620197..management_zone.tf
@@ -0,0 +1,91 @@
+resource "dynatrace_management_zone" "CD_ASBC-SMACC" {
+ name = "CD_ASBC-SMACC"
+ 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-SMACC"
+ }
+ }
+ }
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "PROCESS_GROUP_NAME"
+ }
+ string {
+ case_sensitive = false
+ negate = true
+ operator = "CONTAINS"
+ value = "cluster"
+ }
+ }
+ 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 = "ASBC-SMACC"
+ }
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_ASBC-STM.-5139616067943914324..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_ASBC-STM.-5139616067943914324..management_zone.tf
new file mode 100644
index 0000000..050782b
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_ASBC-STM.-5139616067943914324..management_zone.tf
@@ -0,0 +1,19 @@
+resource "dynatrace_management_zone" "CD_ASBC-STM" {
+ name = "CD_ASBC-STM"
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:STM\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(SERVICE),databaseName.exists(),toRelationship.calls(type(SERVICE),tag(\"compass-id:STM\"))"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(PROCESS_GROUP_INSTANCE),tag(\"compass-id:STM\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(HOST),tag(\"compass-id:STM\")"
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_ASBC-TIS.3009110171208237421..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_ASBC-TIS.3009110171208237421..management_zone.tf
new file mode 100644
index 0000000..a7a4680
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_ASBC-TIS.3009110171208237421..management_zone.tf
@@ -0,0 +1,19 @@
+resource "dynatrace_management_zone" "CD_ASBC-TIS" {
+ name = "CD_ASBC-TIS"
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:TIS\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(SERVICE),databaseName.exists(),toRelationship.calls(type(SERVICE),tag(\"compass-id:TIS\"))"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(PROCESS_GROUP_INSTANCE),tag(\"compass-id:TIS\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(HOST),tag(\"compass-id:TIS\")"
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_ASBC-TVP.-5884762133802735399..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_ASBC-TVP.-5884762133802735399..management_zone.tf
new file mode 100644
index 0000000..9190094
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_ASBC-TVP.-5884762133802735399..management_zone.tf
@@ -0,0 +1,19 @@
+resource "dynatrace_management_zone" "CD_ASBC-TVP" {
+ name = "CD_ASBC-TVP"
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:TVP\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(SERVICE),databaseName.exists(),toRelationship.calls(type(SERVICE),tag(\"compass-id:TVP\"))"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(PROCESS_GROUP_INSTANCE),tag(\"compass-id:TVP\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(HOST),tag(\"compass-id:TVP\")"
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_ASBCSWLSEC2.984553810256726895..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_ASBCSWLSEC2.984553810256726895..management_zone.tf
new file mode 100644
index 0000000..5b7c0e9
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_ASBCSWLSEC2.984553810256726895..management_zone.tf
@@ -0,0 +1,19 @@
+resource "dynatrace_management_zone" "CD_ASBCSWLSEC2" {
+ name = "CD_ASBCSWLSEC2"
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:ASBCSWLSEC2\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(SERVICE),databaseName.exists(),toRelationship.calls(type(SERVICE),tag(\"compass-id:ASBCSWLSEC2\"))"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(PROCESS_GROUP_INSTANCE),tag(\"compass-id:ASBCSWLSEC2\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(HOST),tag(\"compass-id:ASBCSWLSEC2\")"
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_ASBS.281869016656866433..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_ASBS.281869016656866433..management_zone.tf
new file mode 100644
index 0000000..1d6f84f
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_ASBS.281869016656866433..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_ASBS" {
+ name = "CD_ASBS"
+ 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 = "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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_App-Repository.2107206930322242750..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_App-Repository.2107206930322242750..management_zone.tf
new file mode 100644
index 0000000..1921c13
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_App-Repository.2107206930322242750..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_AudioVideoServices.343102601498175580..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_AudioVideoServices.343102601498175580..management_zone.tf
new file mode 100644
index 0000000..0ef949d
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_AudioVideoServices.343102601498175580..management_zone.tf
@@ -0,0 +1,194 @@
+resource "dynatrace_management_zone" "CD_AudioVideoServices" {
+ name = "CD_AudioVideoServices"
+ 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 = "AudioVideoServices"
+ }
+ }
+ }
+ }
+ 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 = "AudioVideoServices"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "AudioVideoServices"
+ }
+ }
+ }
+ }
+ 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 = "AudioVideoServices"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "AudioVideoServices"
+ }
+ }
+ }
+ 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 = "cm-spotify"
+ }
+ }
+ }
+ }
+ 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 = "ise-connectedradio"
+ }
+ }
+ }
+ }
+ 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 = "cm-config"
+ }
+ }
+ }
+ }
+ 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 = "cm-gracenote"
+ }
+ }
+ }
+ }
+ 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 = "cm-ximalaya"
+ }
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_BMW-Assistant-for-Service-Events-(BASE).4530644663209438695..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_BMW-Assistant-for-Service-Events-(BASE).4530644663209438695..management_zone.tf
new file mode 100644
index 0000000..0904be7
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_BMW-Assistant-for-Service-Events-(BASE).4530644663209438695..management_zone.tf
@@ -0,0 +1,35 @@
+resource "dynatrace_management_zone" "CD_BMW-Assistant-for-Service-Events-_BASE_" {
+ name = "CD_BMW-Assistant-for-Service-Events-(BASE)"
+ 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 = "BASE"
+ }
+ }
+ }
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "SERVICE_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = true
+ operator = "CONTAINS"
+ value = "executed in"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_BMWPoints.337084454801734616..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_BMWPoints.337084454801734616..management_zone.tf
new file mode 100644
index 0000000..ef114ce
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_BMWPoints.337084454801734616..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_BMW_POINTS_ENGINE.-8570994466372814219..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_BMW_POINTS_ENGINE.-8570994466372814219..management_zone.tf
new file mode 100644
index 0000000..9a59948
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_BMW_POINTS_ENGINE.-8570994466372814219..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_BMW_POINTS_ENGINE" {
+ name = "CD_BMW_POINTS_ENGINE"
+ 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_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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_Billing_Buffet.8678780206055840222..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_Billing_Buffet.8678780206055840222..management_zone.tf
new file mode 100644
index 0000000..835cfd4
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_Billing_Buffet.8678780206055840222..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_Billing_Buffet" {
+ name = "CD_Billing_Buffet"
+ 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 = "Buffet"
+ }
+ }
+ }
+ }
+ 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 = "Buffet"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "Buffet"
+ }
+ }
+ }
+ }
+ 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 = "Buffet"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "Buffet"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_CCG.1580439820202177380..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_CCG.1580439820202177380..management_zone.tf
new file mode 100644
index 0000000..284c944
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_CCG.1580439820202177380..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_CCG" {
+ name = "CD_CCG"
+ 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 = "CCG"
+ }
+ }
+ }
+ }
+ 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 = "CCG"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "CCG"
+ }
+ }
+ }
+ }
+ 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 = "CCG"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "CCG"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_CICD.5483395701072092813..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_CICD.5483395701072092813..management_zone.tf
new file mode 100644
index 0000000..ec2c876
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_CICD.5483395701072092813..management_zone.tf
@@ -0,0 +1,19 @@
+resource "dynatrace_management_zone" "CD_CICD" {
+ name = "CD_CICD"
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:CICD\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(SERVICE),databaseName.exists(),toRelationship.calls(type(SERVICE),tag(\"compass-id:CICD\"))"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(PROCESS_GROUP_INSTANCE),tag(\"compass-id:CICD\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(HOST),tag(\"compass-id:CICD\")"
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_CSI.8356220544719609273..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_CSI.8356220544719609273..management_zone.tf
new file mode 100644
index 0000000..59dbdf5
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_CSI.8356220544719609273..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_CSI" {
+ name = "CD_CSI"
+ 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 = "CSI"
+ }
+ }
+ }
+ }
+ 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 = "CSI"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "CSI"
+ }
+ }
+ }
+ }
+ 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 = "CSI"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "CSI"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_Call-Handling-Backends.6501681794177069649..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_Call-Handling-Backends.6501681794177069649..management_zone.tf
new file mode 100644
index 0000000..b697592
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_Call-Handling-Backends.6501681794177069649..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_CallCenterClient.-7878128883535054810..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_CallCenterClient.-7878128883535054810..management_zone.tf
new file mode 100644
index 0000000..8b1ebe8
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_CallCenterClient.-7878128883535054810..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_CallCenterClient" {
+ name = "CD_CallCenterClient"
+ 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 Center 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 = "Call Center Client"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "Call Center 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 = "Call Center Client"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "Call Center Client"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_Connected-Backend-Services.-4617890206478168070..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_Connected-Backend-Services.-4617890206478168070..management_zone.tf
new file mode 100644
index 0000000..d563a62
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_Connected-Backend-Services.-4617890206478168070..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_Connected-Backend-Services" {
+ name = "CD_Connected-Backend-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 = "Connected-Backend-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 = "Connected-Backend-Services"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "Connected-Backend-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 = "Connected-Backend-Services"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "Connected-Backend-Services"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_Connected-User-Behaviour.3815634264786416341..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_Connected-User-Behaviour.3815634264786416341..management_zone.tf
new file mode 100644
index 0000000..1c5fe64
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_Connected-User-Behaviour.3815634264786416341..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_ConnectedDrive-Internet-Portal.1777058043439209450..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_ConnectedDrive-Internet-Portal.1777058043439209450..management_zone.tf
new file mode 100644
index 0000000..ff02902
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_ConnectedDrive-Internet-Portal.1777058043439209450..management_zone.tf
@@ -0,0 +1,110 @@
+resource "dynatrace_management_zone" "CD_ConnectedDrive-Internet-Portal" {
+ name = "CD_ConnectedDrive-Internet-Portal"
+ 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 = "ConnectedDrive-Internet-Portal"
+ }
+ }
+ }
+ }
+ 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 = "ConnectedDrive-Internet-Portal"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "ConnectedDrive-Internet-Portal"
+ }
+ }
+ }
+ }
+ 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 = "ConnectedDrive-Internet-Portal"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "ConnectedDrive-Internet-Portal"
+ }
+ }
+ }
+ rules {
+ type = "SERVICE"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "SERVICE_DATABASE_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "cdipdb_prod"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_ContentProvider.-4697446559085661233..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_ContentProvider.-4697446559085661233..management_zone.tf
new file mode 100644
index 0000000..eeaae6c
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_ContentProvider.-4697446559085661233..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_Countly.4474755998578015823..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_Countly.4474755998578015823..management_zone.tf
new file mode 100644
index 0000000..28c880a
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_Countly.4474755998578015823..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_Countly" {
+ name = "CD_Countly"
+ 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 = "Countly"
+ }
+ }
+ }
+ }
+ 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 = "Countly"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "Countly"
+ }
+ }
+ }
+ }
+ 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 = "Countly"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "Countly"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_CustomerCentricInformationServices.8357308173977663646..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_CustomerCentricInformationServices.8357308173977663646..management_zone.tf
new file mode 100644
index 0000000..23c3302
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_CustomerCentricInformationServices.8357308173977663646..management_zone.tf
@@ -0,0 +1,174 @@
+resource "dynatrace_management_zone" "CD_CustomerCentricInformationServices" {
+ name = "CD_CustomerCentricInformationServices"
+ 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 = "CustomerCentricInformationServices"
+ }
+ }
+ }
+ }
+ 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 = "CustomerCentricInformationServices"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "CustomerCentricInformationServices"
+ }
+ }
+ }
+ }
+ 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 = "CustomerCentricInformationServices"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "CustomerCentricInformationServices"
+ }
+ }
+ }
+ 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"
+ }
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_DPP_DPM.2344623684560722335..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_DPP_DPM.2344623684560722335..management_zone.tf
new file mode 100644
index 0000000..4e4739d
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_DPP_DPM.2344623684560722335..management_zone.tf
@@ -0,0 +1,185 @@
+resource "dynatrace_management_zone" "CD_DPP_DPM" {
+ name = "CD_DPP_DPM"
+ 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 = "DPP"
+ }
+ }
+ }
+ }
+ 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 = "DPP"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "DPP"
+ }
+ }
+ }
+ }
+ 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 = "DPP"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "DPP"
+ }
+ }
+ }
+ 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 = "DPM"
+ }
+ }
+ }
+ }
+ 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 = "DPM"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "DPM"
+ }
+ }
+ }
+ }
+ 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 = "DPM"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "DPM"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_GCDM.5530586743181603811..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_GCDM.5530586743181603811..management_zone.tf
new file mode 100644
index 0000000..8472d9d
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_GCDM.5530586743181603811..management_zone.tf
@@ -0,0 +1,19 @@
+resource "dynatrace_management_zone" "CD_GCDM" {
+ name = "CD_GCDM"
+ rules {
+ type = "HTTP_MONITOR"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HTTP_MONITOR_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "BEGINS_WITH"
+ value = "GCDM"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_ImageBlur.-319238264175647671..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_ImageBlur.-319238264175647671..management_zone.tf
new file mode 100644
index 0000000..3bf88a6
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_ImageBlur.-319238264175647671..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_ImageBlur" {
+ name = "CD_ImageBlur"
+ 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 = "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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_Infotainment-In-Car-Experience-Services.-2636562501139802422..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_Infotainment-In-Car-Experience-Services.-2636562501139802422..management_zone.tf
new file mode 100644
index 0000000..37a6fb1
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_Infotainment-In-Car-Experience-Services.-2636562501139802422..management_zone.tf
@@ -0,0 +1,121 @@
+resource "dynatrace_management_zone" "CD_Infotainment-In-Car-Experience-Services" {
+ name = "CD_Infotainment-In-Car-Experience-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 = "Infotainment"
+ }
+ }
+ }
+ 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"
+ }
+ }
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "SERVICE_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = true
+ operator = "CONTAINS"
+ value = "background"
+ }
+ }
+ }
+ 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 = "Infotainment"
+ }
+ }
+ }
+ }
+ 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 = false
+ negate = true
+ operator = "CONTAINS"
+ value = "asbc"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_InfotainmentInCarExperienceServices.-733564006240048134..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_InfotainmentInCarExperienceServices.-733564006240048134..management_zone.tf
new file mode 100644
index 0000000..d4d3217
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_InfotainmentInCarExperienceServices.-733564006240048134..management_zone.tf
@@ -0,0 +1,19 @@
+resource "dynatrace_management_zone" "CD_InfotainmentInCarExperienceServices" {
+ name = "CD_InfotainmentInCarExperienceServices"
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:ambient-music\",\"compass-id:festive-mode\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(SERVICE),databaseName.exists(),toRelationship.calls(type(SERVICE),tag(\"compass-id:ambient-music\",\"compass-id:festive-mode\"))"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(PROCESS_GROUP_INSTANCE),tag(\"compass-id:ambient-music\",\"compass-id:festive-mode\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(HOST),tag(\"compass-id:ambient-music\",\"compass-id:festive-mode\")"
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_LSC-FSU.-9051200530083093822..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_LSC-FSU.-9051200530083093822..management_zone.tf
new file mode 100644
index 0000000..9588ad4
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_LSC-FSU.-9051200530083093822..management_zone.tf
@@ -0,0 +1,79 @@
+resource "dynatrace_management_zone" "CD_LSC-FSU" {
+ name = "CD_LSC-FSU"
+ 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-FSU"
+ }
+ }
+ }
+ 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 = "LSC-FSU"
+ }
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_LSC.6852567050803592569..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_LSC.6852567050803592569..management_zone.tf
new file mode 100644
index 0000000..19507b0
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_LSC.6852567050803592569..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_LSCFSU.-7762134287292745723..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_LSCFSU.-7762134287292745723..management_zone.tf
new file mode 100644
index 0000000..3626c40
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_LSCFSU.-7762134287292745723..management_zone.tf
@@ -0,0 +1,114 @@
+resource "dynatrace_management_zone" "CD_LSCFSU" {
+ name = "CD_LSCFSU"
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:lscfsu\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(SERVICE),databaseName.exists(),toRelationship.calls(type(SERVICE),tag(\"compass-id:lscfsu\"))"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(PROCESS_GROUP),tag(\"compass-id:lscfsu\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(PROCESS_GROUP_INSTANCE),tag(\"compass-id:lscfsu\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(HOST),tag(\"compass-id:lscfsu\")"
+ }
+ 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 = "LSCFSU"
+ }
+ }
+ }
+ }
+ 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 = "LSCFSU"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "LSCFSU"
+ }
+ }
+ }
+ }
+ 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 = "LSCFSU"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "LSCFSU"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_Location-Services.-1910677594784699639..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_Location-Services.-1910677594784699639..management_zone.tf
new file mode 100644
index 0000000..5509080
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_Location-Services.-1910677594784699639..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_Location-Services" {
+ name = "CD_Location-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 = "Location-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 = "Location-Services"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "Location-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 = "Location-Services"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "Location-Services"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_MSGSVC.2134637765503631591..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_MSGSVC.2134637765503631591..management_zone.tf
new file mode 100644
index 0000000..16c6f9e
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_MSGSVC.2134637765503631591..management_zone.tf
@@ -0,0 +1,19 @@
+resource "dynatrace_management_zone" "CD_MSGSVC" {
+ name = "CD_MSGSVC"
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:msgsvc\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(SERVICE),databaseName.exists(),toRelationship.calls(type(SERVICE),tag(\"compass-id:msgsvc\"))"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(PROCESS_GROUP_INSTANCE),tag(\"compass-id:msgsvc\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(HOST),tag(\"compass-id:msgsvc\")"
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_Messaging-Services.-4019360158137536139..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_Messaging-Services.-4019360158137536139..management_zone.tf
new file mode 100644
index 0000000..c80111b
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_Messaging-Services.-4019360158137536139..management_zone.tf
@@ -0,0 +1,185 @@
+resource "dynatrace_management_zone" "CD_Messaging-Services" {
+ name = "CD_Messaging-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 = "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_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 = "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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_Mobile2_and_BFFs.1955885627748260414..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_Mobile2_and_BFFs.1955885627748260414..management_zone.tf
new file mode 100644
index 0000000..d730ceb
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_Mobile2_and_BFFs.1955885627748260414..management_zone.tf
@@ -0,0 +1,282 @@
+resource "dynatrace_management_zone" "CD_Mobile2_and_BFFs" {
+ name = "CD_Mobile2_and_BFFs"
+ rules {
+ type = "MOBILE_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "MOBILE_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "Store"
+ }
+ }
+ }
+ rules {
+ type = "SERVICE"
+ enabled = true
+ conditions {
+ process_metadata {
+ attribute = "PROCESS_GROUP_PREDEFINED_METADATA"
+ dynamic_key = "KUBERNETES_NAMESPACE"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "managed-app-destination-composite-service"
+ }
+ }
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "SERVICE_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "PROD"
+ }
+ }
+ }
+ rules {
+ type = "SERVICE"
+ enabled = true
+ conditions {
+ process_metadata {
+ attribute = "PROCESS_GROUP_PREDEFINED_METADATA"
+ dynamic_key = "KUBERNETES_NAMESPACE"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "managed-app-vehicle-remote-commands-composite-service"
+ }
+ }
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "SERVICE_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "PROD"
+ }
+ }
+ }
+ rules {
+ type = "SERVICE"
+ enabled = true
+ conditions {
+ process_metadata {
+ attribute = "PROCESS_GROUP_PREDEFINED_METADATA"
+ dynamic_key = "KUBERNETES_NAMESPACE"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "managed-app-remote-360-composite-service"
+ }
+ }
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "SERVICE_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "PROD"
+ }
+ }
+ }
+ rules {
+ type = "SERVICE"
+ enabled = true
+ conditions {
+ process_metadata {
+ attribute = "PROCESS_GROUP_PREDEFINED_METADATA"
+ dynamic_key = "KUBERNETES_NAMESPACE"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "managed-app-vehicle-mapping-composite-service"
+ }
+ }
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "SERVICE_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "PROD"
+ }
+ }
+ }
+ rules {
+ type = "SERVICE"
+ enabled = true
+ conditions {
+ process_metadata {
+ attribute = "PROCESS_GROUP_PREDEFINED_METADATA"
+ dynamic_key = "KUBERNETES_NAMESPACE"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "managed-app-user-composite-service"
+ }
+ }
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "SERVICE_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "PROD"
+ }
+ }
+ }
+ rules {
+ type = "SERVICE"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "SERVICE_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "PROD"
+ }
+ }
+ conditions {
+ process_metadata {
+ attribute = "PROCESS_GROUP_PREDEFINED_METADATA"
+ dynamic_key = "KUBERNETES_NAMESPACE"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "EQUALS"
+ value = "managed-app-digital-key-composite-service"
+ }
+ }
+ }
+ rules {
+ type = "SERVICE"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "SERVICE_TYPE"
+ }
+ service_type {
+ negate = false
+ operator = "EQUALS"
+ value = "WEB_REQUEST_SERVICE"
+ }
+ }
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "SERVICE_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "PROD"
+ }
+ }
+ conditions {
+ process_metadata {
+ attribute = "PROCESS_GROUP_PREDEFINED_METADATA"
+ dynamic_key = "KUBERNETES_NAMESPACE"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "composite"
+ }
+ }
+ }
+ rules {
+ type = "SERVICE"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "SERVICE_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "PROD"
+ }
+ }
+ conditions {
+ process_metadata {
+ attribute = "PROCESS_GROUP_PREDEFINED_METADATA"
+ dynamic_key = "KUBERNETES_NAMESPACE"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "managed-app-connected-oauth-service-apim"
+ }
+ }
+ }
+ rules {
+ type = "SERVICE"
+ enabled = true
+ conditions {
+ process_metadata {
+ attribute = "PROCESS_GROUP_PREDEFINED_METADATA"
+ dynamic_key = "KUBERNETES_NAMESPACE"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "EQUALS"
+ value = "managed-app-remote-software-upgrade"
+ }
+ }
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "SERVICE_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "PROD"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_Mobile_2.7948932666251761491..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_Mobile_2.7948932666251761491..management_zone.tf
new file mode 100644
index 0000000..2838d3d
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_Mobile_2.7948932666251761491..management_zone.tf
@@ -0,0 +1,31 @@
+resource "dynatrace_management_zone" "CD_Mobile_2" {
+ name = "CD_Mobile_2"
+ rules {
+ type = "MOBILE_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "MOBILE_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "Mobile"
+ }
+ }
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "MOBILE_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "Store"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_Navigation-Information-Services.-4209680620967425339..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_Navigation-Information-Services.-4209680620967425339..management_zone.tf
new file mode 100644
index 0000000..28eee93
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_Navigation-Information-Services.-4209680620967425339..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_Openshift.5560806819234660207..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_Openshift.5560806819234660207..management_zone.tf
new file mode 100644
index 0000000..0a92e77
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_Openshift.5560806819234660207..management_zone.tf
@@ -0,0 +1,22 @@
+resource "dynatrace_management_zone" "CD_Openshift" {
+ name = "CD_Openshift"
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Platform"
+ value = "OpenShift"
+ }
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_PAIS.-3752970512426387857..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_PAIS.-3752970512426387857..management_zone.tf
new file mode 100644
index 0000000..ff57260
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_PAIS.-3752970512426387857..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_PISA.6353665037398116067..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_PISA.6353665037398116067..management_zone.tf
new file mode 100644
index 0000000..cff6da2
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_PISA.6353665037398116067..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_PISA" {
+ name = "CD_PISA"
+ 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 = "PISA"
+ }
+ }
+ }
+ }
+ 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 = "PISA"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "PISA"
+ }
+ }
+ }
+ }
+ 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 = "PISA"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "PISA"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_PSR.-1390264120708265333..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_PSR.-1390264120708265333..management_zone.tf
new file mode 100644
index 0000000..a33be88
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_PSR.-1390264120708265333..management_zone.tf
@@ -0,0 +1,19 @@
+resource "dynatrace_management_zone" "CD_PSR" {
+ name = "CD_PSR"
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:PSR\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(SERVICE),databaseName.exists(),toRelationship.calls(type(SERVICE),tag(\"compass-id:PSR\"))"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(PROCESS_GROUP_INSTANCE),tag(\"compass-id:PSR\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(HOST),tag(\"compass-id:PSR\")"
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_Perseus.-5698021298883686644..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_Perseus.-5698021298883686644..management_zone.tf
new file mode 100644
index 0000000..1862729
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_Perseus.-5698021298883686644..management_zone.tf
@@ -0,0 +1,19 @@
+resource "dynatrace_management_zone" "CD_Perseus" {
+ name = "CD_Perseus"
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:perseus\",\"compass-id:pais\",\"compass-id:psr\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(SERVICE),databaseName.exists(),toRelationship.calls(type(SERVICE),tag(\"compass-id:perseus\",\"compass-id:pais\",\"compass-id:psr\"))"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(PROCESS_GROUP_INSTANCE),tag(\"compass-id:perseus\",\"compass-id:pais\",\"compass-id:psr\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(HOST),tag(\"compass-id:perseus\",\"compass-id:pais\",\"compass-id:psr\")"
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_RemoteCamera.-3104826150694516428..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_RemoteCamera.-3104826150694516428..management_zone.tf
new file mode 100644
index 0000000..be3e4fa
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_RemoteCamera.-3104826150694516428..management_zone.tf
@@ -0,0 +1,95 @@
+resource "dynatrace_management_zone" "CD_RemoteCamera" {
+ name = "CD_RemoteCamera"
+ 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 = "Remote 360"
+ }
+ }
+ }
+ }
+ rules {
+ type = "PROCESS_GROUP"
+ enabled = true
+ propagation_types = ["PROCESS_GROUP_TO_SERVICE","PROCESS_GROUP_TO_HOST"]
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "PROCESS_GROUP_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "Remote 360"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ propagation_types = ["HOST_TO_PROCESS_GROUP_INSTANCE"]
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "Remote 360"
+ }
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION_NAMESPACE"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "KUBERNETES_CLUSTER_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "Remote 360"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "Remote 360"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_RemoteServiceCockpit.-11067882662526399..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_RemoteServiceCockpit.-11067882662526399..management_zone.tf
new file mode 100644
index 0000000..b1db74e
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_RemoteServiceCockpit.-11067882662526399..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_RemoteServiceCockpit" {
+ name = "CD_RemoteServiceCockpit"
+ 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 = "rs-cockpit"
+ }
+ }
+ }
+ }
+ 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 = "rs-cockpit"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "rs-cockpit"
+ }
+ }
+ }
+ }
+ 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 = "rs-cockpit"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "rs-cockpit"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_RemoteServices.5188541189677060803..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_RemoteServices.5188541189677060803..management_zone.tf
new file mode 100644
index 0000000..c9c4f5d
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_RemoteServices.5188541189677060803..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_RemoteServices" {
+ name = "CD_RemoteServices"
+ 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 = "RemoteServices"
+ }
+ }
+ }
+ }
+ 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 = "RemoteServices"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "RemoteServices"
+ }
+ }
+ }
+ }
+ 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 = "RemoteServices"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "RemoteServices"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_SMACC-BE.-3795364033337839281..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_SMACC-BE.-3795364033337839281..management_zone.tf
new file mode 100644
index 0000000..6eceef3
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_SMACC-BE.-3795364033337839281..management_zone.tf
@@ -0,0 +1,275 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_SMC2_CEKS.4397088666970698037..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_SMC2_CEKS.4397088666970698037..management_zone.tf
new file mode 100644
index 0000000..4a74017
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_SMC2_CEKS.4397088666970698037..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_SMC2_CEKS" {
+ name = "CD_SMC2_CEKS"
+ 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 = "smc2-ceks"
+ }
+ }
+ }
+ }
+ 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 = "smc2-ceks"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "smc2-ceks"
+ }
+ }
+ }
+ }
+ 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 = "smc2-ceks"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "smc2-ceks"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_SMS-Gateway.-2133422980246552080..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_SMS-Gateway.-2133422980246552080..management_zone.tf
new file mode 100644
index 0000000..f894752
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_SMS-Gateway.-2133422980246552080..management_zone.tf
@@ -0,0 +1,39 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_SVDS.-4413944977212003148..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_SVDS.-4413944977212003148..management_zone.tf
new file mode 100644
index 0000000..608ea05
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_SVDS.-4413944977212003148..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_SVDS" {
+ name = "CD_SVDS"
+ 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 = "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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_SWLSEC2-BA2BT.7501203881245410096..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_SWLSEC2-BA2BT.7501203881245410096..management_zone.tf
new file mode 100644
index 0000000..0638d42
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_SWLSEC2-BA2BT.7501203881245410096..management_zone.tf
@@ -0,0 +1,19 @@
+resource "dynatrace_management_zone" "CD_SWLSEC2-BA2BT" {
+ name = "CD_SWLSEC2-BA2BT"
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:SWLSEC2-BA2BT\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(SERVICE),databaseName.exists(),toRelationship.calls(type(SERVICE),tag(\"compass-id:SWLSEC2-BA2BT\"))"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(PROCESS_GROUP_INSTANCE),tag(\"compass-id:SWLSEC2-BA2BT\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(HOST),tag(\"compass-id:SWLSEC2-BA2BT\")"
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_SWLSEC2-Checker.739588863038338383..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_SWLSEC2-Checker.739588863038338383..management_zone.tf
new file mode 100644
index 0000000..c3ebbee
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_SWLSEC2-Checker.739588863038338383..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_SWLSEC2-Checker" {
+ name = "CD_SWLSEC2-Checker"
+ 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 = "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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_Service-Bus.5588329812920061262..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_Service-Bus.5588329812920061262..management_zone.tf
new file mode 100644
index 0000000..12b6a4f
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_Service-Bus.5588329812920061262..management_zone.tf
@@ -0,0 +1,62 @@
+resource "dynatrace_management_zone" "CD_Service-Bus" {
+ name = "CD_Service-Bus"
+ 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-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"
+ }
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_Service-Gateway.6162343093211434661..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_Service-Gateway.6162343093211434661..management_zone.tf
new file mode 100644
index 0000000..daedc68
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_Service-Gateway.6162343093211434661..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_Speech.4065036998432033236..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_Speech.4065036998432033236..management_zone.tf
new file mode 100644
index 0000000..8ed868b
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_Speech.4065036998432033236..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_Speech" {
+ name = "CD_Speech"
+ 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 = "Speech"
+ }
+ }
+ }
+ }
+ 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 = "Speech"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "Speech"
+ }
+ }
+ }
+ }
+ 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 = "Speech"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "Speech"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_TEST_EW.-1816545408526640868..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_TEST_EW.-1816545408526640868..management_zone.tf
new file mode 100644
index 0000000..d0222ff
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_TEST_EW.-1816545408526640868..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_TEST_EW" {
+ name = "CD_TEST_EW"
+ 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 = "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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_TEST_EW2.5726542056217232950..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_TEST_EW2.5726542056217232950..management_zone.tf
new file mode 100644
index 0000000..c0ac313
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_TEST_EW2.5726542056217232950..management_zone.tf
@@ -0,0 +1,11 @@
+resource "dynatrace_management_zone" "CD_TEST_EW2" {
+ name = "CD_TEST_EW2"
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:hallo\",\"compass-id:gerne\",\"compass-id:test\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(SERVICE),databaseName.exists(),toRelationship.calls(type(SERVICE),tag(\"compass-id:hallo\",\"compass-id:gerne\",\"compass-id:test\"))"
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_TripCollection.5176227165984262597..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_TripCollection.5176227165984262597..management_zone.tf
new file mode 100644
index 0000000..914f238
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_TripCollection.5176227165984262597..management_zone.tf
@@ -0,0 +1,114 @@
+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_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 = "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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_UDS.-4388361218144431517..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_UDS.-4388361218144431517..management_zone.tf
new file mode 100644
index 0000000..3012c90
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_UDS.-4388361218144431517..management_zone.tf
@@ -0,0 +1,110 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_VehicleCentricInformationServices.3268847322115566645..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_VehicleCentricInformationServices.3268847322115566645..management_zone.tf
new file mode 100644
index 0000000..fe87b86
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_VehicleCentricInformationServices.3268847322115566645..management_zone.tf
@@ -0,0 +1,174 @@
+resource "dynatrace_management_zone" "CD_VehicleCentricInformationServices" {
+ name = "CD_VehicleCentricInformationServices"
+ 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 = "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_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 = "tmpp-wechat-proxy"
+ }
+ }
+ }
+ }
+ 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 = "tmpp-admin-ui"
+ }
+ }
+ }
+ }
+ 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 = "tmpp-manifest"
+ }
+ }
+ }
+ }
+ 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 = "tmpp-web-proxy"
+ }
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_Voice-Services.-60533151275910715..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_Voice-Services.-60533151275910715..management_zone.tf
new file mode 100644
index 0000000..3fc28f0
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_Voice-Services.-60533151275910715..management_zone.tf
@@ -0,0 +1,98 @@
+resource "dynatrace_management_zone" "CD_Voice-Services" {
+ name = "CD_Voice-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 = "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"
+ }
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_XCC.726963056829115815..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_XCC.726963056829115815..management_zone.tf
new file mode 100644
index 0000000..dfcd184
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_XCC.726963056829115815..management_zone.tf
@@ -0,0 +1,114 @@
+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"
+ }
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_agent-service.3851043124338361867..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_agent-service.3851043124338361867..management_zone.tf
new file mode 100644
index 0000000..605b19b
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_agent-service.3851043124338361867..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_agent-service" {
+ name = "CD_agent-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 = "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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_aluis.-4777952942075792115..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_aluis.-4777952942075792115..management_zone.tf
new file mode 100644
index 0000000..543c0ac
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_aluis.-4777952942075792115..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_aluis" {
+ name = "CD_aluis"
+ 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 = "aluis"
+ }
+ }
+ }
+ }
+ 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 = "aluis"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "aluis"
+ }
+ }
+ }
+ }
+ 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 = "aluis"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "aluis"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_am-bpm.-6595885403062829907..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_am-bpm.-6595885403062829907..management_zone.tf
new file mode 100644
index 0000000..91fdab6
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_am-bpm.-6595885403062829907..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_am-bpm" {
+ name = "CD_am-bpm"
+ 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-bpm"
+ }
+ }
+ }
+ }
+ 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-bpm"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "am-bpm"
+ }
+ }
+ }
+ }
+ 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-bpm"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "am-bpm"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_am-casa.6489260219676736642..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_am-casa.6489260219676736642..management_zone.tf
new file mode 100644
index 0000000..863051e
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_am-casa.6489260219676736642..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_am-casa" {
+ name = "CD_am-casa"
+ 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-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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_am-cesim.-8221852403424262400..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_am-cesim.-8221852403424262400..management_zone.tf
new file mode 100644
index 0000000..30ae456
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_am-cesim.-8221852403424262400..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_am-cns.2845183407633390643..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_am-cns.2845183407633390643..management_zone.tf
new file mode 100644
index 0000000..aa56029
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_am-cns.2845183407633390643..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_am-cns" {
+ name = "CD_am-cns"
+ 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-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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_am-device.-7068216294419410381..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_am-device.-7068216294419410381..management_zone.tf
new file mode 100644
index 0000000..e535329
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_am-device.-7068216294419410381..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_am-device" {
+ name = "CD_am-device"
+ 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-device"
+ }
+ }
+ }
+ }
+ 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-device"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "am-device"
+ }
+ }
+ }
+ }
+ 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-device"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "am-device"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_am-ecs.-4026809012615074124..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_am-ecs.-4026809012615074124..management_zone.tf
new file mode 100644
index 0000000..5b5f41c
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_am-ecs.-4026809012615074124..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_am-egim.6779395205490842283..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_am-egim.6779395205490842283..management_zone.tf
new file mode 100644
index 0000000..d0a6ecd
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_am-egim.6779395205490842283..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_am-egim" {
+ name = "CD_am-egim"
+ 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-egim"
+ }
+ }
+ }
+ }
+ 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-egim"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "am-egim"
+ }
+ }
+ }
+ }
+ 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-egim"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "am-egim"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_am-esim-ui.-6525374610311912144..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_am-esim-ui.-6525374610311912144..management_zone.tf
new file mode 100644
index 0000000..29bfbe0
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_am-esim-ui.-6525374610311912144..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_am-esim-ui" {
+ name = "CD_am-esim-ui"
+ 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-esim-ui"
+ }
+ }
+ }
+ }
+ 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-esim-ui"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "am-esim-ui"
+ }
+ }
+ }
+ }
+ 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-esim-ui"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "am-esim-ui"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_am-lmcs.703787014794532009..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_am-lmcs.703787014794532009..management_zone.tf
new file mode 100644
index 0000000..dc54ad1
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_am-lmcs.703787014794532009..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_am-mno-manager.6845961539606420354..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_am-mno-manager.6845961539606420354..management_zone.tf
new file mode 100644
index 0000000..379b26e
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_am-mno-manager.6845961539606420354..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_am-mno-manager" {
+ name = "CD_am-mno-manager"
+ 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-mno-manager"
+ }
+ }
+ }
+ }
+ 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-mno-manager"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "am-mno-manager"
+ }
+ }
+ }
+ }
+ 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-mno-manager"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "am-mno-manager"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_am-proxy.-1540650025139328186..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_am-proxy.-1540650025139328186..management_zone.tf
new file mode 100644
index 0000000..75422a4
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_am-proxy.-1540650025139328186..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_am-proxy" {
+ name = "CD_am-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 = "Component"
+ value = "am-proxy"
+ }
+ }
+ }
+ }
+ 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-proxy"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "am-proxy"
+ }
+ }
+ }
+ }
+ 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-proxy"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "am-proxy"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_am-store.-2189390331381689182..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_am-store.-2189390331381689182..management_zone.tf
new file mode 100644
index 0000000..6e467d7
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_am-store.-2189390331381689182..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_am-store" {
+ name = "CD_am-store"
+ 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-store"
+ }
+ }
+ }
+ }
+ 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-store"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "am-store"
+ }
+ }
+ }
+ }
+ 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-store"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "am-store"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_am-svms.3535580551222857233..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_am-svms.3535580551222857233..management_zone.tf
new file mode 100644
index 0000000..99df049
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_am-svms.3535580551222857233..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_am-ui.8190401556217650523..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_am-ui.8190401556217650523..management_zone.tf
new file mode 100644
index 0000000..a5bf01f
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_am-ui.8190401556217650523..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_am-ui" {
+ name = "CD_am-ui"
+ 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-ui"
+ }
+ }
+ }
+ }
+ 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-ui"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "am-ui"
+ }
+ }
+ }
+ }
+ 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-ui"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "am-ui"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_am-usage.-6407838691959707830..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_am-usage.-6407838691959707830..management_zone.tf
new file mode 100644
index 0000000..27550b1
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_am-usage.-6407838691959707830..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_am-usage" {
+ name = "CD_am-usage"
+ 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-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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_am-vehicle-activation.-6517611825592343932..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_am-vehicle-activation.-6517611825592343932..management_zone.tf
new file mode 100644
index 0000000..b0b4490
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_am-vehicle-activation.-6517611825592343932..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_am-vehicle-activation" {
+ name = "CD_am-vehicle-activation"
+ 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-vehicle-activation"
+ }
+ }
+ }
+ }
+ 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-vehicle-activation"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "am-vehicle-activation"
+ }
+ }
+ }
+ }
+ 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-vehicle-activation"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "am-vehicle-activation"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_am-vehicle.2364307383147688999..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_am-vehicle.2364307383147688999..management_zone.tf
new file mode 100644
index 0000000..75cf835
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_am-vehicle.2364307383147688999..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_am-vehicle" {
+ name = "CD_am-vehicle"
+ 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-vehicle"
+ }
+ }
+ }
+ }
+ 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-vehicle"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "am-vehicle"
+ }
+ }
+ }
+ }
+ 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-vehicle"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "am-vehicle"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_am-vms.8481305279283217918..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_am-vms.8481305279283217918..management_zone.tf
new file mode 100644
index 0000000..2ac34ca
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_am-vms.8481305279283217918..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_am-vms" {
+ name = "CD_am-vms"
+ 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-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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_analytics-user-data-service.3830608542188797409..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_analytics-user-data-service.3830608542188797409..management_zone.tf
new file mode 100644
index 0000000..ad52bb7
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_analytics-user-data-service.3830608542188797409..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_analytics-user-data-service" {
+ name = "CD_analytics-user-data-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 = "analytics-user-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 = "analytics-user-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 = "analytics-user-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 = "analytics-user-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 = "analytics-user-data-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_asbc-sfa-oh.-3430850046259037518..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_asbc-sfa-oh.-3430850046259037518..management_zone.tf
new file mode 100644
index 0000000..472e43e
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_asbc-sfa-oh.-3430850046259037518..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_asbc-sts.3432987914211903046..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_asbc-sts.3432987914211903046..management_zone.tf
new file mode 100644
index 0000000..2197b9c
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_asbc-sts.3432987914211903046..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_avs-client-service.3844700651132280279..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_avs-client-service.3844700651132280279..management_zone.tf
new file mode 100644
index 0000000..550c6a7
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_avs-client-service.3844700651132280279..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_avs-client-service" {
+ name = "CD_avs-client-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 = "avs-client-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-client-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-client-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-client-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-client-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_avs-proxy-composite-service.-5558936089274731359..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_avs-proxy-composite-service.-5558936089274731359..management_zone.tf
new file mode 100644
index 0000000..2ee9710
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_avs-proxy-composite-service.-5558936089274731359..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_b2v-com-be.234573445895208960..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_b2v-com-be.234573445895208960..management_zone.tf
new file mode 100644
index 0000000..091c60e
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_b2v-com-be.234573445895208960..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_b2v-com-be" {
+ name = "CD_b2v-com-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 = "b2v-com-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 = "b2v-com-be"
+ }
+ }
+ }
+ }
+ 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-be"
+ }
+ }
+ }
+ }
+ 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-be"
+ }
+ }
+ }
+ 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-be"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_b2v-com-echo.-5351196144048268257..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_b2v-com-echo.-5351196144048268257..management_zone.tf
new file mode 100644
index 0000000..e047e1a
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_b2v-com-echo.-5351196144048268257..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_b2v-com-echo" {
+ name = "CD_b2v-com-echo"
+ 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 = "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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_b2v-com-fe.-5651984742855815750..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_b2v-com-fe.-5651984742855815750..management_zone.tf
new file mode 100644
index 0000000..a7b3723
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_b2v-com-fe.-5651984742855815750..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_b2v-com-fe" {
+ name = "CD_b2v-com-fe"
+ 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-fe"
+ }
+ }
+ }
+ }
+ 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-fe"
+ }
+ }
+ }
+ }
+ 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-fe"
+ }
+ }
+ }
+ }
+ 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-fe"
+ }
+ }
+ }
+ 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-fe"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_b2v-com-gcdm-client.683077913196182971..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_b2v-com-gcdm-client.683077913196182971..management_zone.tf
new file mode 100644
index 0000000..67d35c2
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_b2v-com-gcdm-client.683077913196182971..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_b2v-com-hello.2446772408456848291..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_b2v-com-hello.2446772408456848291..management_zone.tf
new file mode 100644
index 0000000..dac5be0
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_b2v-com-hello.2446772408456848291..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_b2v-com-hello" {
+ name = "CD_b2v-com-hello"
+ 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-hello"
+ }
+ }
+ }
+ }
+ 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-hello"
+ }
+ }
+ }
+ }
+ 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-hello"
+ }
+ }
+ }
+ }
+ 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-hello"
+ }
+ }
+ }
+ 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-hello"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_b2v-nots.3715912383344405425..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_b2v-nots.3715912383344405425..management_zone.tf
new file mode 100644
index 0000000..530b4bb
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_b2v-nots.3715912383344405425..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_b2v-nots" {
+ name = "CD_b2v-nots"
+ 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 = "b2v-nots"
+ }
+ }
+ }
+ }
+ 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-nots"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "b2v-nots"
+ }
+ }
+ }
+ }
+ 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-nots"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "b2v-nots"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_b2v-sms-statistics.8234311494301662433..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_b2v-sms-statistics.8234311494301662433..management_zone.tf
new file mode 100644
index 0000000..ff93f6b
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_b2v-sms-statistics.8234311494301662433..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_b2v-sms-statistics" {
+ name = "CD_b2v-sms-statistics"
+ 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 = "b2v-sms-statistics"
+ }
+ }
+ }
+ }
+ 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-sms-statistics"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "b2v-sms-statistics"
+ }
+ }
+ }
+ }
+ 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-sms-statistics"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "b2v-sms-statistics"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_bmw-points-push-notifications-service.3646847314212076692..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_bmw-points-push-notifications-service.3646847314212076692..management_zone.tf
new file mode 100644
index 0000000..3458e85
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_bmw-points-push-notifications-service.3646847314212076692..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_bsi-service.-3665558699734749902..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_bsi-service.-3665558699734749902..management_zone.tf
new file mode 100644
index 0000000..d30f3dd
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_bsi-service.-3665558699734749902..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_cac.6505043424644966677..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_cac.6505043424644966677..management_zone.tf
new file mode 100644
index 0000000..9b90b4f
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_cac.6505043424644966677..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_cac" {
+ name = "CD_cac"
+ 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 = "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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_camvs.-4813785438275446822..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_camvs.-4813785438275446822..management_zone.tf
new file mode 100644
index 0000000..b810aac
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_camvs.-4813785438275446822..management_zone.tf
@@ -0,0 +1,114 @@
+resource "dynatrace_management_zone" "CD_camvs" {
+ name = "CD_camvs"
+ 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 = "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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_casa-event-processor.-3235233091265061954..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_casa-event-processor.-3235233091265061954..management_zone.tf
new file mode 100644
index 0000000..83603df
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_casa-event-processor.-3235233091265061954..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_ccc.6785475369519132478..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_ccc.6785475369519132478..management_zone.tf
new file mode 100644
index 0000000..f7713cf
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_ccc.6785475369519132478..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_cdc.1057517960840498906..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_cdc.1057517960840498906..management_zone.tf
new file mode 100644
index 0000000..296f2a0
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_cdc.1057517960840498906..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_cdc" {
+ name = "CD_cdc"
+ 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 = "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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_chargenow-enabler-service.4692934809440873007..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_chargenow-enabler-service.4692934809440873007..management_zone.tf
new file mode 100644
index 0000000..47d506c
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_chargenow-enabler-service.4692934809440873007..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_chargenow-enabler-service" {
+ name = "CD_chargenow-enabler-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 = "chargenow-enabler-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 = "chargenow-enabler-service"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "chargenow-enabler-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 = "chargenow-enabler-service"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "chargenow-enabler-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_charging-data-privacy-composite.-3481404155533271818..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_charging-data-privacy-composite.-3481404155533271818..management_zone.tf
new file mode 100644
index 0000000..ceea268
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_charging-data-privacy-composite.-3481404155533271818..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_charging-data-privacy-composite" {
+ name = "CD_charging-data-privacy-composite"
+ 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-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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_charging-data-privacy.7901706371616384215..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_charging-data-privacy.7901706371616384215..management_zone.tf
new file mode 100644
index 0000000..60c48e5
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_charging-data-privacy.7901706371616384215..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_charging-events-push-notification-service.-4904645486964490409..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_charging-events-push-notification-service.-4904645486964490409..management_zone.tf
new file mode 100644
index 0000000..bd81c95
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_charging-events-push-notification-service.-4904645486964490409..management_zone.tf
@@ -0,0 +1,94 @@
+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_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-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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_charging-events-service.-1006261912630048989..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_charging-events-service.-1006261912630048989..management_zone.tf
new file mode 100644
index 0000000..a85ab2b
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_charging-events-service.-1006261912630048989..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_charging-events-service" {
+ name = "CD_charging-events-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 = "charging-events-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-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-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-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-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_charging-history-gdpr-proxy-service.-454781418938640078..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_charging-history-gdpr-proxy-service.-454781418938640078..management_zone.tf
new file mode 100644
index 0000000..3069acf
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_charging-history-gdpr-proxy-service.-454781418938640078..management_zone.tf
@@ -0,0 +1,94 @@
+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_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-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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_charging-plan-composite-service.1719030588358569859..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_charging-plan-composite-service.1719030588358569859..management_zone.tf
new file mode 100644
index 0000000..2c1abbc
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_charging-plan-composite-service.1719030588358569859..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_charging-plan-composite-service" {
+ name = "CD_charging-plan-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 = "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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_charging-push-notifications-service.-6539988343728513019..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_charging-push-notifications-service.-6539988343728513019..management_zone.tf
new file mode 100644
index 0000000..e1c9236
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_charging-push-notifications-service.-6539988343728513019..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_charging-push-notifications-service" {
+ name = "CD_charging-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 = "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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_charging-remote-commands-composite-service.3507543056413618167..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_charging-remote-commands-composite-service.3507543056413618167..management_zone.tf
new file mode 100644
index 0000000..28caace
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_charging-remote-commands-composite-service.3507543056413618167..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_charging-remote-commands-composite-service" {
+ name = "CD_charging-remote-commands-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-remote-commands-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-remote-commands-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-remote-commands-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-remote-commands-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-remote-commands-composite-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_charging-sessions-service.-6343867182147315832..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_charging-sessions-service.-6343867182147315832..management_zone.tf
new file mode 100644
index 0000000..efe8407
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_charging-sessions-service.-6343867182147315832..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_charging-sessions-service" {
+ name = "CD_charging-sessions-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 = "charging-sessions-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-sessions-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-sessions-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-sessions-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-sessions-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_charging-stations-service.-5042002924345469442..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_charging-stations-service.-5042002924345469442..management_zone.tf
new file mode 100644
index 0000000..c77b378
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_charging-stations-service.-5042002924345469442..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_charging-stations-service" {
+ name = "CD_charging-stations-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 = "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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_client-agent-telemetry-processor.-6973581261416020021..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_client-agent-telemetry-processor.-6973581261416020021..management_zone.tf
new file mode 100644
index 0000000..2559ea6
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_client-agent-telemetry-processor.-6973581261416020021..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_client-vehicle-telemetry-processor.-6224674043145965813..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_client-vehicle-telemetry-processor.-6224674043145965813..management_zone.tf
new file mode 100644
index 0000000..8ac5b50
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_client-vehicle-telemetry-processor.-6224674043145965813..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_client-vehicle-telemetry-processor" {
+ name = "CD_client-vehicle-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-vehicle-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-vehicle-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-vehicle-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-vehicle-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-vehicle-telemetry-processor"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_cm.-895580249814261506..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_cm.-895580249814261506..management_zone.tf
new file mode 100644
index 0000000..5c609b3
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_cm.-895580249814261506..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_comfy.848401857749292905..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_comfy.848401857749292905..management_zone.tf
new file mode 100644
index 0000000..8d5857a
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_comfy.848401857749292905..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_comfy" {
+ name = "CD_comfy"
+ 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 = "Namespace"
+ value = "comfy"
+ }
+ }
+ }
+ }
+ 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 = "Namespace"
+ value = "comfy"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Namespace"
+ value = "comfy"
+ }
+ }
+ }
+ }
+ 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 = "comfy"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "comfy"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_commute-notification-service.1286045901809938488..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_commute-notification-service.1286045901809938488..management_zone.tf
new file mode 100644
index 0000000..2b2ca15
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_commute-notification-service.1286045901809938488..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_commute-service.-7181836511556584903..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_commute-service.-7181836511556584903..management_zone.tf
new file mode 100644
index 0000000..04307dd
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_commute-service.-7181836511556584903..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_commute-service" {
+ name = "CD_commute-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-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-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-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-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-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_connected-oauth-service-apim.-1461450175817610753..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_connected-oauth-service-apim.-1461450175817610753..management_zone.tf
new file mode 100644
index 0000000..61da73e
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_connected-oauth-service-apim.-1461450175817610753..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_connected-oauth-service-apim" {
+ name = "CD_connected-oauth-service-apim"
+ 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-oauth-service-apim"
+ }
+ }
+ }
+ }
+ 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-oauth-service-apim"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "connected-oauth-service-apim"
+ }
+ }
+ }
+ }
+ 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-oauth-service-apim"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "connected-oauth-service-apim"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_connected-oauth-service.-6525222654329360526..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_connected-oauth-service.-6525222654329360526..management_zone.tf
new file mode 100644
index 0000000..0ab8ec8
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_connected-oauth-service.-6525222654329360526..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_connected-oauth-service" {
+ name = "CD_connected-oauth-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-oauth-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-oauth-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-oauth-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-oauth-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-oauth-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_connected-onboard-composite-service.6000238730837026909..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_connected-onboard-composite-service.6000238730837026909..management_zone.tf
new file mode 100644
index 0000000..6744e72
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_connected-onboard-composite-service.6000238730837026909..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_csu.-6465065108278477847..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_csu.-6465065108278477847..management_zone.tf
new file mode 100644
index 0000000..fbd1356
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_csu.-6465065108278477847..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_ctns-event-origin.-8423484601540043009..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_ctns-event-origin.-8423484601540043009..management_zone.tf
new file mode 100644
index 0000000..a89fb2a
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_ctns-event-origin.-8423484601540043009..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_ctns-event-origin" {
+ name = "CD_ctns-event-origin"
+ 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-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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_ctns-marketing-api.8707127902849896641..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_ctns-marketing-api.8707127902849896641..management_zone.tf
new file mode 100644
index 0000000..4c6c796
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_ctns-marketing-api.8707127902849896641..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_ctns-vehicle-api.4542703071885587630..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_ctns-vehicle-api.4542703071885587630..management_zone.tf
new file mode 100644
index 0000000..d989b44
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_ctns-vehicle-api.4542703071885587630..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_ctns-vehicle-api" {
+ name = "CD_ctns-vehicle-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-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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_current-driver-service.5826180152638294023..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_current-driver-service.5826180152638294023..management_zone.tf
new file mode 100644
index 0000000..cb4c885
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_current-driver-service.5826180152638294023..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_current-driver-service" {
+ name = "CD_current-driver-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 = "current-driver-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 = "current-driver-service"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "current-driver-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 = "current-driver-service"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "current-driver-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_data-deletion-processor.-945634447813675373..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_data-deletion-processor.-945634447813675373..management_zone.tf
new file mode 100644
index 0000000..6457fe3
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_data-deletion-processor.-945634447813675373..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_data-deletion-processor" {
+ name = "CD_data-deletion-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 = "data-deletion-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 = "data-deletion-processor"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "data-deletion-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 = "data-deletion-processor"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "data-deletion-processor"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_dealer-comms-provider-service.-7384668182503674044..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_dealer-comms-provider-service.-7384668182503674044..management_zone.tf
new file mode 100644
index 0000000..75bb648
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_dealer-comms-provider-service.-7384668182503674044..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_dealer-comms-provider-service" {
+ name = "CD_dealer-comms-provider-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 = "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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_dealer-data-service.-6224705283204834466..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_dealer-data-service.-6224705283204834466..management_zone.tf
new file mode 100644
index 0000000..1aae8b7
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_dealer-data-service.-6224705283204834466..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_dealer-data-service" {
+ name = "CD_dealer-data-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 = "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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_dealer-payments-invoice-service.6381263894383476159..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_dealer-payments-invoice-service.6381263894383476159..management_zone.tf
new file mode 100644
index 0000000..7450215
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_dealer-payments-invoice-service.6381263894383476159..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_dealer-payments-invoice-service" {
+ name = "CD_dealer-payments-invoice-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 = "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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_dealer-payments-notification-service.354787604648139004..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_dealer-payments-notification-service.354787604648139004..management_zone.tf
new file mode 100644
index 0000000..2267a04
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_dealer-payments-notification-service.354787604648139004..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_dealer-payments-notification-service" {
+ name = "CD_dealer-payments-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 = "dealer-payments-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 = "dealer-payments-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 = "dealer-payments-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 = "dealer-payments-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 = "dealer-payments-notification-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_dealer-payments-service.-1262921922277035180..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_dealer-payments-service.-1262921922277035180..management_zone.tf
new file mode 100644
index 0000000..48fbf76
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_dealer-payments-service.-1262921922277035180..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_dealer-payments-service" {
+ name = "CD_dealer-payments-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-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-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-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-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-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_dealer-search-service.-5195733165670164329..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_dealer-search-service.-5195733165670164329..management_zone.tf
new file mode 100644
index 0000000..c616c29
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_dealer-search-service.-5195733165670164329..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_dealer-search-service" {
+ name = "CD_dealer-search-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 = "dealer-search-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-search-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-search-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-search-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-search-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_dealer-services-composite-service.-4792999921769558004..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_dealer-services-composite-service.-4792999921769558004..management_zone.tf
new file mode 100644
index 0000000..f7164a4
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_dealer-services-composite-service.-4792999921769558004..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_dealer-services-composite-service" {
+ name = "CD_dealer-services-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 = "dealer-services-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 = "dealer-services-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 = "dealer-services-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 = "dealer-services-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 = "dealer-services-composite-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_dealercockpit.8238007143875611982..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_dealercockpit.8238007143875611982..management_zone.tf
new file mode 100644
index 0000000..d726f54
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_dealercockpit.8238007143875611982..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_dealercockpit" {
+ name = "CD_dealercockpit"
+ 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 = "dealercockpit"
+ }
+ }
+ }
+ }
+ 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 = "dealercockpit"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "dealercockpit"
+ }
+ }
+ }
+ }
+ 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 = "dealercockpit"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "dealercockpit"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_delivery.-2360172082964226530..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_delivery.-2360172082964226530..management_zone.tf
new file mode 100644
index 0000000..f7af4bc
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_delivery.-2360172082964226530..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_delivery" {
+ name = "CD_delivery"
+ 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 = "delivery"
+ }
+ }
+ }
+ }
+ 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 = "delivery"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "delivery"
+ }
+ }
+ }
+ }
+ 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 = "delivery"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "delivery"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_destination-composite-service.239098591434607832..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_destination-composite-service.239098591434607832..management_zone.tf
new file mode 100644
index 0000000..60a0c77
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_destination-composite-service.239098591434607832..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_digital-key-composite-service.2693367897048369138..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_digital-key-composite-service.2693367897048369138..management_zone.tf
new file mode 100644
index 0000000..37fa382
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_digital-key-composite-service.2693367897048369138..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_digital-key-composite-service" {
+ name = "CD_digital-key-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 = "digital-key-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 = "digital-key-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 = "digital-key-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 = "digital-key-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 = "digital-key-composite-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_discover-bmw-composite-service.-7042281349369105957..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_discover-bmw-composite-service.-7042281349369105957..management_zone.tf
new file mode 100644
index 0000000..7611b17
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_discover-bmw-composite-service.-7042281349369105957..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_discover-bmw-composite-service" {
+ name = "CD_discover-bmw-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 = "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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_dpm.3521442346466955677..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_dpm.3521442346466955677..management_zone.tf
new file mode 100644
index 0000000..7e06908
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_dpm.3521442346466955677..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_dpm" {
+ name = "CD_dpm"
+ 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 = "dpm"
+ }
+ }
+ }
+ }
+ 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 = "dpm"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "dpm"
+ }
+ }
+ }
+ }
+ 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 = "dpm"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "dpm"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_dpp.7431808806854689694..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_dpp.7431808806854689694..management_zone.tf
new file mode 100644
index 0000000..c105008
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_dpp.7431808806854689694..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_dpp" {
+ name = "CD_dpp"
+ 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 = "dpp"
+ }
+ }
+ }
+ }
+ 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 = "dpp"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "dpp"
+ }
+ }
+ }
+ }
+ 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 = "dpp"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "dpp"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_dsd.3321466583645887684..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_dsd.3321466583645887684..management_zone.tf
new file mode 100644
index 0000000..c44509a
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_dsd.3321466583645887684..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_e4m.2719806885490791534..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_e4m.2719806885490791534..management_zone.tf
new file mode 100644
index 0000000..52c89e2
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_e4m.2719806885490791534..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_eadb.7187056346821278083..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_eadb.7187056346821278083..management_zone.tf
new file mode 100644
index 0000000..a413e05
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_eadb.7187056346821278083..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_emc.1786086320445564585..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_emc.1786086320445564585..management_zone.tf
new file mode 100644
index 0000000..b070ba1
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_emc.1786086320445564585..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_emc" {
+ name = "CD_emc"
+ 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 = "emc"
+ }
+ }
+ }
+ }
+ 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 = "emc"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "emc"
+ }
+ }
+ }
+ }
+ 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 = "emc"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "emc"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_ercaf.662397954779801135..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_ercaf.662397954779801135..management_zone.tf
new file mode 100644
index 0000000..facdf0c
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_ercaf.662397954779801135..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_ercaf" {
+ name = "CD_ercaf"
+ 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 = "ercaf"
+ }
+ }
+ }
+ }
+ 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 = "ercaf"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "ercaf"
+ }
+ }
+ }
+ }
+ 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 = "ercaf"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "ercaf"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_ercr.292266112033817776..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_ercr.292266112033817776..management_zone.tf
new file mode 100644
index 0000000..74078f6
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_ercr.292266112033817776..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_ercr" {
+ name = "CD_ercr"
+ 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 = "ercr"
+ }
+ }
+ }
+ }
+ 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 = "ercr"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "ercr"
+ }
+ }
+ }
+ }
+ 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 = "ercr"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "ercr"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_erd.-1420185670353694662..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_erd.-1420185670353694662..management_zone.tf
new file mode 100644
index 0000000..e401e0e
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_erd.-1420185670353694662..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_eroute.-178713865195665676..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_eroute.-178713865195665676..management_zone.tf
new file mode 100644
index 0000000..b5dcf68
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_eroute.-178713865195665676..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_eroute" {
+ name = "CD_eroute"
+ 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 = "eroute"
+ }
+ }
+ }
+ }
+ 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 = "eroute"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "eroute"
+ }
+ }
+ }
+ }
+ 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 = "eroute"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "eroute"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_esa.5806965905152347407..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_esa.5806965905152347407..management_zone.tf
new file mode 100644
index 0000000..1f27453
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_esa.5806965905152347407..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_esa" {
+ name = "CD_esa"
+ 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 = "esa"
+ }
+ }
+ }
+ }
+ 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 = "esa"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "esa"
+ }
+ }
+ }
+ }
+ 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 = "esa"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "esa"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_esh.6791006737567776609..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_esh.6791006737567776609..management_zone.tf
new file mode 100644
index 0000000..db1657c
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_esh.6791006737567776609..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_esim-composite-service.-8519305773537616601..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_esim-composite-service.-8519305773537616601..management_zone.tf
new file mode 100644
index 0000000..50145e0
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_esim-composite-service.-8519305773537616601..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_esim-composite-service" {
+ name = "CD_esim-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 = "esim-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 = "esim-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 = "esim-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 = "esim-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 = "esim-composite-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_explore-composite-service.-1783221886243782060..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_explore-composite-service.-1783221886243782060..management_zone.tf
new file mode 100644
index 0000000..5fd870a
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_explore-composite-service.-1783221886243782060..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_explore-composite-service" {
+ name = "CD_explore-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 = "explore-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 = "explore-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 = "explore-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 = "explore-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 = "explore-composite-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_feature-toggles-service.-1757559001732264280..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_feature-toggles-service.-1757559001732264280..management_zone.tf
new file mode 100644
index 0000000..92afdaf
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_feature-toggles-service.-1757559001732264280..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_feature-toggles-service" {
+ name = "CD_feature-toggles-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 = "feature-toggles-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 = "feature-toggles-service"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "feature-toggles-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 = "feature-toggles-service"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "feature-toggles-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_fmc.-7863243655181765550..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_fmc.-7863243655181765550..management_zone.tf
new file mode 100644
index 0000000..234911c
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_fmc.-7863243655181765550..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_fuel-search-service.-3570944723533684347..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_fuel-search-service.-3570944723533684347..management_zone.tf
new file mode 100644
index 0000000..d53cbd0
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_fuel-search-service.-3570944723533684347..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_fuel-search-service" {
+ name = "CD_fuel-search-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 = "fuel-search-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 = "fuel-search-service"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "fuel-search-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 = "fuel-search-service"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "fuel-search-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_gcs.-8760732051205931982..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_gcs.-8760732051205931982..management_zone.tf
new file mode 100644
index 0000000..bfea28a
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_gcs.-8760732051205931982..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_gcs" {
+ name = "CD_gcs"
+ 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 = "gcs"
+ }
+ }
+ }
+ }
+ 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 = "gcs"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "gcs"
+ }
+ }
+ }
+ }
+ 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 = "gcs"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "gcs"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_hpauth.-7986744385538534110..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_hpauth.-7986744385538534110..management_zone.tf
new file mode 100644
index 0000000..102dda6
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_hpauth.-7986744385538534110..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_hpauth" {
+ name = "CD_hpauth"
+ 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 = "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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_hubtab-service.6825771495168986146..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_hubtab-service.6825771495168986146..management_zone.tf
new file mode 100644
index 0000000..2eb1815
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_hubtab-service.6825771495168986146..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_hubtab-service" {
+ name = "CD_hubtab-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 = "hubtab-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 = "hubtab-service"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "hubtab-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 = "hubtab-service"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "hubtab-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_id-lookup-service.-2346036958469983045..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_id-lookup-service.-2346036958469983045..management_zone.tf
new file mode 100644
index 0000000..ab2a87c
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_id-lookup-service.-2346036958469983045..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_id-lookup-service" {
+ name = "CD_id-lookup-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 = "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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_ids-admin.5586851433711924938..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_ids-admin.5586851433711924938..management_zone.tf
new file mode 100644
index 0000000..80d5dc8
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_ids-admin.5586851433711924938..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_ids-svds.-5175560781627909210..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_ids-svds.-5175560781627909210..management_zone.tf
new file mode 100644
index 0000000..1cc5844
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_ids-svds.-5175560781627909210..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_ids-svds" {
+ name = "CD_ids-svds"
+ 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 = "ids-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 = "ids-svds"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "ids-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 = "ids-svds"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "ids-svds"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_ids-sync.4240321421761080938..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_ids-sync.4240321421761080938..management_zone.tf
new file mode 100644
index 0000000..eb22f94
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_ids-sync.4240321421761080938..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_ids-ws.-3348722348446940244..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_ids-ws.-3348722348446940244..management_zone.tf
new file mode 100644
index 0000000..e1cd190
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_ids-ws.-3348722348446940244..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_ids-ws" {
+ name = "CD_ids-ws"
+ 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 = "ids-ws"
+ }
+ }
+ }
+ }
+ 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-ws"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "ids-ws"
+ }
+ }
+ }
+ }
+ 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-ws"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "ids-ws"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_image-composite-service.-2523692038884129780..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_image-composite-service.-2523692038884129780..management_zone.tf
new file mode 100644
index 0000000..60721b6
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_image-composite-service.-2523692038884129780..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_image-composite-service" {
+ name = "CD_image-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 = "image-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 = "image-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 = "image-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 = "image-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 = "image-composite-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_imiles-service.-1198227328507213456..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_imiles-service.-1198227328507213456..management_zone.tf
new file mode 100644
index 0000000..45b70b1
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_imiles-service.-1198227328507213456..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_imiles-service" {
+ name = "CD_imiles-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 = "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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_ipa-gateway.-1855356480489583241..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_ipa-gateway.-1855356480489583241..management_zone.tf
new file mode 100644
index 0000000..4d2d77e
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_ipa-gateway.-1855356480489583241..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_jdssp21.-7555644302631013883..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_jdssp21.-7555644302631013883..management_zone.tf
new file mode 100644
index 0000000..93f593c
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_jdssp21.-7555644302631013883..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_jdssp21" {
+ name = "CD_jdssp21"
+ 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 = "jdssp21"
+ }
+ }
+ }
+ }
+ 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 = "jdssp21"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "jdssp21"
+ }
+ }
+ }
+ }
+ 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 = "jdssp21"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "jdssp21"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_legacy-deletion-service.-1836297497707245797..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_legacy-deletion-service.-1836297497707245797..management_zone.tf
new file mode 100644
index 0000000..27a965c
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_legacy-deletion-service.-1836297497707245797..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_legacy-deletion-service" {
+ name = "CD_legacy-deletion-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 = "legacy-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 = "legacy-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 = "legacy-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 = "legacy-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 = "legacy-deletion-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_legacy-sar-service.-8128156058831255427..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_legacy-sar-service.-8128156058831255427..management_zone.tf
new file mode 100644
index 0000000..6fc7055
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_legacy-sar-service.-8128156058831255427..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_legacy-sar-service" {
+ name = "CD_legacy-sar-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 = "legacy-sar-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 = "legacy-sar-service"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "legacy-sar-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 = "legacy-sar-service"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "legacy-sar-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_legal-document-composite-service.-2156298583591841198..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_legal-document-composite-service.-2156298583591841198..management_zone.tf
new file mode 100644
index 0000000..6d75e4e
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_legal-document-composite-service.-2156298583591841198..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_log-data-deletion-service.-818505253642779277..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_log-data-deletion-service.-818505253642779277..management_zone.tf
new file mode 100644
index 0000000..31b8d57
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_log-data-deletion-service.-818505253642779277..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_log-data-deletion-service" {
+ name = "CD_log-data-deletion-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 = "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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_lsc-hr.-7995464145365327731..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_lsc-hr.-7995464145365327731..management_zone.tf
new file mode 100644
index 0000000..833a534
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_lsc-hr.-7995464145365327731..management_zone.tf
@@ -0,0 +1,62 @@
+resource "dynatrace_management_zone" "CD_lsc-hr" {
+ name = "CD_lsc-hr"
+ 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"
+ }
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_lsc-jr.-6071617396278040785..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_lsc-jr.-6071617396278040785..management_zone.tf
new file mode 100644
index 0000000..79ce350
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_lsc-jr.-6071617396278040785..management_zone.tf
@@ -0,0 +1,62 @@
+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"
+ }
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_lsc-kc.-5466091717637198390..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_lsc-kc.-5466091717637198390..management_zone.tf
new file mode 100644
index 0000000..d91ca00
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_lsc-kc.-5466091717637198390..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_lsc-mm.-4957448593079692287..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_lsc-mm.-4957448593079692287..management_zone.tf
new file mode 100644
index 0000000..1ac7dc3
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_lsc-mm.-4957448593079692287..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_lsc-mm" {
+ name = "CD_lsc-mm"
+ 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-mm"
+ }
+ }
+ }
+ }
+ 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-mm"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "lsc-mm"
+ }
+ }
+ }
+ }
+ 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-mm"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "lsc-mm"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_lsc-oc.168846665393629930..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_lsc-oc.168846665393629930..management_zone.tf
new file mode 100644
index 0000000..0af0209
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_lsc-oc.168846665393629930..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_lsc-oc" {
+ name = "CD_lsc-oc"
+ 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-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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_lsc-og.-5861071701153942147..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_lsc-og.-5861071701153942147..management_zone.tf
new file mode 100644
index 0000000..1c786e0
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_lsc-og.-5861071701153942147..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_lsc-og" {
+ name = "CD_lsc-og"
+ 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-og"
+ }
+ }
+ }
+ }
+ 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-og"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "lsc-og"
+ }
+ }
+ }
+ }
+ 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-og"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "lsc-og"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_lsc-wo.-9010747661501458721..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_lsc-wo.-9010747661501458721..management_zone.tf
new file mode 100644
index 0000000..881d07e
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_lsc-wo.-9010747661501458721..management_zone.tf
@@ -0,0 +1,62 @@
+resource "dynatrace_management_zone" "CD_lsc-wo" {
+ name = "CD_lsc-wo"
+ 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"
+ }
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_managementZone.-5864191605161185587..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_managementZone.-5864191605161185587..management_zone.tf
new file mode 100644
index 0000000..e224b62
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_managementZone.-5864191605161185587..management_zone.tf
@@ -0,0 +1,174 @@
+resource "dynatrace_management_zone" "CD_managementZone" {
+ name = "CD_managementZone"
+ 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"
+ }
+ }
+ }
+ }
+ 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_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 = "geolocator"
+ }
+ }
+ }
+ }
+ 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 = "news-next"
+ }
+ }
+ }
+ }
+ 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 = "ccis-download"
+ }
+ }
+ }
+ }
+ 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 = "digital-keyring"
+ }
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_mds.-8550316932235830515..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_mds.-8550316932235830515..management_zone.tf
new file mode 100644
index 0000000..c3c76fc
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_mds.-8550316932235830515..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_mds" {
+ name = "CD_mds"
+ 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 = "mds"
+ }
+ }
+ }
+ }
+ 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 = "mds"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "mds"
+ }
+ }
+ }
+ }
+ 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 = "mds"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "mds"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_ml-ingestion-service.-3612885846716312220..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_ml-ingestion-service.-3612885846716312220..management_zone.tf
new file mode 100644
index 0000000..6ff8552
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_ml-ingestion-service.-3612885846716312220..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_ml-ingestion-service" {
+ name = "CD_ml-ingestion-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 = "ml-ingestion-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 = "ml-ingestion-service"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "ml-ingestion-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 = "ml-ingestion-service"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "ml-ingestion-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_mlc.2826000795787228538..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_mlc.2826000795787228538..management_zone.tf
new file mode 100644
index 0000000..f96206d
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_mlc.2826000795787228538..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_mlc" {
+ name = "CD_mlc"
+ 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 = "mlc"
+ }
+ }
+ }
+ }
+ 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 = "mlc"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "mlc"
+ }
+ }
+ }
+ }
+ 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 = "mlc"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "mlc"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_mrp.-5953180699600147415..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_mrp.-5953180699600147415..management_zone.tf
new file mode 100644
index 0000000..96d30fe
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_mrp.-5953180699600147415..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_mrp" {
+ name = "CD_mrp"
+ 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 = "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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_mrpspringboot.-515772749824946029..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_mrpspringboot.-515772749824946029..management_zone.tf
new file mode 100644
index 0000000..2836a1d
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_mrpspringboot.-515772749824946029..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_mrpspringboot" {
+ name = "CD_mrpspringboot"
+ 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 = "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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_naas.-2616965047573894928..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_naas.-2616965047573894928..management_zone.tf
new file mode 100644
index 0000000..0a70f0d
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_naas.-2616965047573894928..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_naas" {
+ name = "CD_naas"
+ 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 = "naas"
+ }
+ }
+ }
+ }
+ 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 = "naas"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "naas"
+ }
+ }
+ }
+ }
+ 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 = "naas"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "naas"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_nop-admin.-147393270306928398..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_nop-admin.-147393270306928398..management_zone.tf
new file mode 100644
index 0000000..b096751
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_nop-admin.-147393270306928398..management_zone.tf
@@ -0,0 +1,19 @@
+resource "dynatrace_management_zone" "CD_nop-admin" {
+ name = "CD_nop-admin"
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:NOP-Admin\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(SERVICE),databaseName.exists(),toRelationship.calls(type(SERVICE),tag(\"compass-id:NOP-Admin\"))"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(PROCESS_GROUP_INSTANCE),tag(\"compass-id:NOP-Admin\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(HOST),tag(\"compass-id:NOP-Admin\")"
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_nop-archive.1023740486178908540..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_nop-archive.1023740486178908540..management_zone.tf
new file mode 100644
index 0000000..1042ccf
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_nop-archive.1023740486178908540..management_zone.tf
@@ -0,0 +1,19 @@
+resource "dynatrace_management_zone" "CD_nop-archive" {
+ name = "CD_nop-archive"
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:NOP-Archive\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(SERVICE),databaseName.exists(),toRelationship.calls(type(SERVICE),tag(\"compass-id:NOP-Archive\"))"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(PROCESS_GROUP_INSTANCE),tag(\"compass-id:NOP-Archive\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(HOST),tag(\"compass-id:NOP-Archive\")"
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_nop-provisioning.-7632508319772674991..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_nop-provisioning.-7632508319772674991..management_zone.tf
new file mode 100644
index 0000000..c457c46
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_nop-provisioning.-7632508319772674991..management_zone.tf
@@ -0,0 +1,19 @@
+resource "dynatrace_management_zone" "CD_nop-provisioning" {
+ name = "CD_nop-provisioning"
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:NOP-Provisioning\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(SERVICE),databaseName.exists(),toRelationship.calls(type(SERVICE),tag(\"compass-id:NOP-Provisioning\"))"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(PROCESS_GROUP_INSTANCE),tag(\"compass-id:NOP-Provisioning\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(HOST),tag(\"compass-id:NOP-Provisioning\")"
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_nop-trigger.5595351203987284817..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_nop-trigger.5595351203987284817..management_zone.tf
new file mode 100644
index 0000000..8b6c599
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_nop-trigger.5595351203987284817..management_zone.tf
@@ -0,0 +1,19 @@
+resource "dynatrace_management_zone" "CD_nop-trigger" {
+ name = "CD_nop-trigger"
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:NOP-Trigger\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(SERVICE),databaseName.exists(),toRelationship.calls(type(SERVICE),tag(\"compass-id:NOP-Trigger\"))"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(PROCESS_GROUP_INSTANCE),tag(\"compass-id:NOP-Trigger\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(HOST),tag(\"compass-id:NOP-Trigger\")"
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_notification-composite-service.-1228515758018962569..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_notification-composite-service.-1228515758018962569..management_zone.tf
new file mode 100644
index 0000000..9ef2cee
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_notification-composite-service.-1228515758018962569..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_notification-service.-930331147395988756..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_notification-service.-930331147395988756..management_zone.tf
new file mode 100644
index 0000000..a345d5f
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_notification-service.-930331147395988756..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_oas-composite-service.-31474243724631220..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_oas-composite-service.-31474243724631220..management_zone.tf
new file mode 100644
index 0000000..4521be9
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_oas-composite-service.-31474243724631220..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_oas-composite-service" {
+ name = "CD_oas-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 = "oas-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 = "oas-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 = "oas-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 = "oas-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 = "oas-composite-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_oclisc2v.-5330838991570054689..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_oclisc2v.-5330838991570054689..management_zone.tf
new file mode 100644
index 0000000..118cea4
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_oclisc2v.-5330838991570054689..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_oclisc2v" {
+ name = "CD_oclisc2v"
+ 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 = "oclisc2v"
+ }
+ }
+ }
+ }
+ 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 = "oclisc2v"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "oclisc2v"
+ }
+ }
+ }
+ }
+ 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 = "oclisc2v"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "oclisc2v"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_oclisocsp.6094407191706905954..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_oclisocsp.6094407191706905954..management_zone.tf
new file mode 100644
index 0000000..a3ccde4
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_oclisocsp.6094407191706905954..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_oclisocsp" {
+ name = "CD_oclisocsp"
+ 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 = "oclisocsp"
+ }
+ }
+ }
+ }
+ 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 = "oclisocsp"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "oclisocsp"
+ }
+ }
+ }
+ }
+ 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 = "oclisocsp"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "oclisocsp"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_oes.8628942035731022351..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_oes.8628942035731022351..management_zone.tf
new file mode 100644
index 0000000..1aa18bb
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_oes.8628942035731022351..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_omc-cd-services.1783707477276456324..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_omc-cd-services.1783707477276456324..management_zone.tf
new file mode 100644
index 0000000..64efc9b
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_omc-cd-services.1783707477276456324..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_omc-cd-services" {
+ name = "CD_omc-cd-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 = "omc-cd-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 = "omc-cd-services"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "omc-cd-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 = "omc-cd-services"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "omc-cd-services"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_omg.-8660591714882379410..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_omg.-8660591714882379410..management_zone.tf
new file mode 100644
index 0000000..d5e4c8e
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_omg.-8660591714882379410..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_omg" {
+ name = "CD_omg"
+ 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 = "omg"
+ }
+ }
+ }
+ }
+ 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 = "omg"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "omg"
+ }
+ }
+ }
+ }
+ 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 = "omg"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "omg"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_onboard-navigation-sync-service.-2199516374121367601..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_onboard-navigation-sync-service.-2199516374121367601..management_zone.tf
new file mode 100644
index 0000000..b01ef54
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_onboard-navigation-sync-service.-2199516374121367601..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_onboard-navigation-sync-service" {
+ name = "CD_onboard-navigation-sync-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 = "onboard-navigation-sync-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 = "onboard-navigation-sync-service"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "onboard-navigation-sync-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 = "onboard-navigation-sync-service"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "onboard-navigation-sync-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_online-appointment-service.980968245029181999..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_online-appointment-service.980968245029181999..management_zone.tf
new file mode 100644
index 0000000..32f11bf
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_online-appointment-service.980968245029181999..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_online-appointment-service" {
+ name = "CD_online-appointment-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 = "online-appointment-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 = "online-appointment-service"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "online-appointment-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 = "online-appointment-service"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "online-appointment-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_online-entertainment.-2188504752080694402..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_online-entertainment.-2188504752080694402..management_zone.tf
new file mode 100644
index 0000000..586e16b
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_online-entertainment.-2188504752080694402..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_online-entertainment" {
+ name = "CD_online-entertainment"
+ 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 = "online-entertainment"
+ }
+ }
+ }
+ }
+ 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 = "online-entertainment"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "online-entertainment"
+ }
+ }
+ }
+ }
+ 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 = "online-entertainment"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "online-entertainment"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_pdmmanager.-156429468485164726..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_pdmmanager.-156429468485164726..management_zone.tf
new file mode 100644
index 0000000..385f817
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_pdmmanager.-156429468485164726..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_pdmmanager" {
+ name = "CD_pdmmanager"
+ 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 = "pdmmanager"
+ }
+ }
+ }
+ }
+ 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 = "pdmmanager"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "pdmmanager"
+ }
+ }
+ }
+ }
+ 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 = "pdmmanager"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "pdmmanager"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_personal-data-service.-5869798444572368149..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_personal-data-service.-5869798444572368149..management_zone.tf
new file mode 100644
index 0000000..d1ac822
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_personal-data-service.-5869798444572368149..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_personal-data-service" {
+ name = "CD_personal-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 = "personal-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 = "personal-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 = "personal-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 = "personal-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 = "personal-data-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_pmuimapper-service.5799269877279631310..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_pmuimapper-service.5799269877279631310..management_zone.tf
new file mode 100644
index 0000000..f23a43c
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_pmuimapper-service.5799269877279631310..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_pmuimapper-service" {
+ name = "CD_pmuimapper-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 = "pmuimapper-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 = "pmuimapper-service"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "pmuimapper-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 = "pmuimapper-service"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "pmuimapper-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_private-charging-tariffs-composite-service.-5211583510761118238..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_private-charging-tariffs-composite-service.-5211583510761118238..management_zone.tf
new file mode 100644
index 0000000..e02685a
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_private-charging-tariffs-composite-service.-5211583510761118238..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_private-charging-tariffs-composite-service" {
+ name = "CD_private-charging-tariffs-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 = "private-charging-tariffs-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 = "private-charging-tariffs-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 = "private-charging-tariffs-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 = "private-charging-tariffs-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 = "private-charging-tariffs-composite-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_private-charging-tariffs-service.2486877234173158832..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_private-charging-tariffs-service.2486877234173158832..management_zone.tf
new file mode 100644
index 0000000..d25a761
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_private-charging-tariffs-service.2486877234173158832..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_private-charging-tariffs-service" {
+ name = "CD_private-charging-tariffs-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 = "private-charging-tariffs-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 = "private-charging-tariffs-service"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "private-charging-tariffs-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 = "private-charging-tariffs-service"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "private-charging-tariffs-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_push-notification-service.2491728714846787854..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_push-notification-service.2491728714846787854..management_zone.tf
new file mode 100644
index 0000000..c3fe7bd
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_push-notification-service.2491728714846787854..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_push-notification-service" {
+ name = "CD_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 = "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 = "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 = "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 = "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 = "push-notification-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_push-notification-settings-composite-service.-2066803623641499053..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_push-notification-settings-composite-service.-2066803623641499053..management_zone.tf
new file mode 100644
index 0000000..b54a170
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_push-notification-settings-composite-service.-2066803623641499053..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_push-notification-settings-composite-service" {
+ name = "CD_push-notification-settings-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 = "push-notification-settings-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 = "push-notification-settings-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 = "push-notification-settings-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 = "push-notification-settings-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 = "push-notification-settings-composite-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_recall-analytics-service.3797586243365369391..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_recall-analytics-service.3797586243365369391..management_zone.tf
new file mode 100644
index 0000000..18f6a04
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_recall-analytics-service.3797586243365369391..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_recall-analytics-service" {
+ name = "CD_recall-analytics-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 = "recall-analytics-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 = "recall-analytics-service"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "recall-analytics-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 = "recall-analytics-service"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "recall-analytics-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_recall-client-service.8522662468308095794..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_recall-client-service.8522662468308095794..management_zone.tf
new file mode 100644
index 0000000..e8bab85
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_recall-client-service.8522662468308095794..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_recall-client-service" {
+ name = "CD_recall-client-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 = "recall-client-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 = "recall-client-service"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "recall-client-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 = "recall-client-service"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "recall-client-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_recall-handler-service.-6050555172529539605..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_recall-handler-service.-6050555172529539605..management_zone.tf
new file mode 100644
index 0000000..9a1dcb9
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_recall-handler-service.-6050555172529539605..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_recall-handler-service" {
+ name = "CD_recall-handler-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 = "recall-handler-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 = "recall-handler-service"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "recall-handler-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 = "recall-handler-service"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "recall-handler-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_recall-notification-service.3357098755062957648..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_recall-notification-service.3357098755062957648..management_zone.tf
new file mode 100644
index 0000000..862e776
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_recall-notification-service.3357098755062957648..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_recall-notification-service" {
+ name = "CD_recall-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 = "recall-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 = "recall-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 = "recall-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 = "recall-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 = "recall-notification-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_recall-scheduler-service.2789267684361766874..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_recall-scheduler-service.2789267684361766874..management_zone.tf
new file mode 100644
index 0000000..04dfafa
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_recall-scheduler-service.2789267684361766874..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_recall-scheduler-service" {
+ name = "CD_recall-scheduler-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 = "recall-scheduler-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 = "recall-scheduler-service"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "recall-scheduler-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 = "recall-scheduler-service"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "recall-scheduler-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_recall-tcn-service.5865557553090724934..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_recall-tcn-service.5865557553090724934..management_zone.tf
new file mode 100644
index 0000000..10bca19
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_recall-tcn-service.5865557553090724934..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_recall-tcn-service" {
+ name = "CD_recall-tcn-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 = "recall-tcn-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 = "recall-tcn-service"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "recall-tcn-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 = "recall-tcn-service"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "recall-tcn-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_remote-360-composite-service.-7635995389339220770..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_remote-360-composite-service.-7635995389339220770..management_zone.tf
new file mode 100644
index 0000000..e095b43
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_remote-360-composite-service.-7635995389339220770..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_remote-360-composite-service" {
+ name = "CD_remote-360-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 = "remote-360-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 = "remote-360-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 = "remote-360-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 = "remote-360-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 = "remote-360-composite-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_remote-service-event-processor.-6613180934870175830..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_remote-service-event-processor.-6613180934870175830..management_zone.tf
new file mode 100644
index 0000000..65897db
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_remote-service-event-processor.-6613180934870175830..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_remote-service-event-processor" {
+ name = "CD_remote-service-event-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 = "remote-service-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 = "remote-service-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 = "remote-service-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 = "remote-service-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 = "remote-service-event-processor"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_remote-service.-8592600832842524161..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_remote-service.-8592600832842524161..management_zone.tf
new file mode 100644
index 0000000..2c839db
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_remote-service.-8592600832842524161..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_remote-service" {
+ name = "CD_remote-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 = "remote-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 = "remote-service"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "remote-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 = "remote-service"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "remote-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_remote-software-upgrade.3344312991060217140..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_remote-software-upgrade.3344312991060217140..management_zone.tf
new file mode 100644
index 0000000..cf5a960
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_remote-software-upgrade.3344312991060217140..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_remote-software-upgrade" {
+ name = "CD_remote-software-upgrade"
+ 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 = "remote-software-upgrade"
+ }
+ }
+ }
+ }
+ 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 = "remote-software-upgrade"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "remote-software-upgrade"
+ }
+ }
+ }
+ }
+ 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 = "remote-software-upgrade"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "remote-software-upgrade"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_roadside-assistance-composite-service.-1115832180662592707..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_roadside-assistance-composite-service.-1115832180662592707..management_zone.tf
new file mode 100644
index 0000000..f15075e
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_roadside-assistance-composite-service.-1115832180662592707..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_roadside-assistance-composite-service" {
+ name = "CD_roadside-assistance-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 = "roadside-assistance-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 = "roadside-assistance-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 = "roadside-assistance-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 = "roadside-assistance-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 = "roadside-assistance-composite-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_roadside-assistance.46114594976216242..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_roadside-assistance.46114594976216242..management_zone.tf
new file mode 100644
index 0000000..d715933
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_roadside-assistance.46114594976216242..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_roadside-assistance" {
+ name = "CD_roadside-assistance"
+ 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 = "roadside-assistance"
+ }
+ }
+ }
+ }
+ 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 = "roadside-assistance"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "roadside-assistance"
+ }
+ }
+ }
+ }
+ 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 = "roadside-assistance"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "roadside-assistance"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_rsu-adapter.4974872442753979399..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_rsu-adapter.4974872442753979399..management_zone.tf
new file mode 100644
index 0000000..86847a6
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_rsu-adapter.4974872442753979399..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_rsu-adapter" {
+ name = "CD_rsu-adapter"
+ 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 = "rsu-adapter"
+ }
+ }
+ }
+ }
+ 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 = "rsu-adapter"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "rsu-adapter"
+ }
+ }
+ }
+ }
+ 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 = "rsu-adapter"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "rsu-adapter"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_rsu.-5249314341918312822..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_rsu.-5249314341918312822..management_zone.tf
new file mode 100644
index 0000000..6d6b7a6
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_rsu.-5249314341918312822..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_rsu" {
+ name = "CD_rsu"
+ 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 = "rsu"
+ }
+ }
+ }
+ }
+ 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 = "rsu"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "rsu"
+ }
+ }
+ }
+ }
+ 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 = "rsu"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "rsu"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_rtti.-3219539803207924419..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_rtti.-3219539803207924419..management_zone.tf
new file mode 100644
index 0000000..db63fa2
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_rtti.-3219539803207924419..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_rtti" {
+ name = "CD_rtti"
+ 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 = "rtti"
+ }
+ }
+ }
+ }
+ 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 = "rtti"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "rtti"
+ }
+ }
+ }
+ }
+ 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 = "rtti"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "rtti"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_sbr.-6258191149278638298..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_sbr.-6258191149278638298..management_zone.tf
new file mode 100644
index 0000000..cd50f4a
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_sbr.-6258191149278638298..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_sbr" {
+ name = "CD_sbr"
+ 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 = "sbr"
+ }
+ }
+ }
+ }
+ 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 = "sbr"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "sbr"
+ }
+ }
+ }
+ }
+ 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 = "sbr"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "sbr"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_scb.-8226161712253414967..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_scb.-8226161712253414967..management_zone.tf
new file mode 100644
index 0000000..7b921fa
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_scb.-8226161712253414967..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_scb" {
+ name = "CD_scb"
+ 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 = "scb"
+ }
+ }
+ }
+ }
+ 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 = "scb"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "scb"
+ }
+ }
+ }
+ }
+ 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 = "scb"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "scb"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_scc.-1633958683594741030..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_scc.-1633958683594741030..management_zone.tf
new file mode 100644
index 0000000..8bc0a47
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_scc.-1633958683594741030..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_scc" {
+ name = "CD_scc"
+ 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 = "scc"
+ }
+ }
+ }
+ }
+ 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 = "scc"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "scc"
+ }
+ }
+ }
+ }
+ 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 = "scc"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "scc"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_scm-agentreg.-2200092601582411463..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_scm-agentreg.-2200092601582411463..management_zone.tf
new file mode 100644
index 0000000..15da919
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_scm-agentreg.-2200092601582411463..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_scm-agentreg" {
+ name = "CD_scm-agentreg"
+ 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 = "scm-agentreg"
+ }
+ }
+ }
+ }
+ 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 = "scm-agentreg"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "scm-agentreg"
+ }
+ }
+ }
+ }
+ 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 = "scm-agentreg"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "scm-agentreg"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_scm-scm.-6013854588466847436..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_scm-scm.-6013854588466847436..management_zone.tf
new file mode 100644
index 0000000..d6cabc4
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_scm-scm.-6013854588466847436..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_scm-scm" {
+ name = "CD_scm-scm"
+ 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 = "scm-scm"
+ }
+ }
+ }
+ }
+ 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 = "scm-scm"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "scm-scm"
+ }
+ }
+ }
+ }
+ 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 = "scm-scm"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "scm-scm"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_scma-backend.1658551003314348396..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_scma-backend.1658551003314348396..management_zone.tf
new file mode 100644
index 0000000..893398f
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_scma-backend.1658551003314348396..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_scma-backend" {
+ name = "CD_scma-backend"
+ 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 = "scma-backend"
+ }
+ }
+ }
+ }
+ 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 = "scma-backend"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "scma-backend"
+ }
+ }
+ }
+ }
+ 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 = "scma-backend"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "scma-backend"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_seam-event-consumer.-705052569401216697..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_seam-event-consumer.-705052569401216697..management_zone.tf
new file mode 100644
index 0000000..266ce2c
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_seam-event-consumer.-705052569401216697..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_seam-event-consumer" {
+ name = "CD_seam-event-consumer"
+ 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 = "seam-event-consumer"
+ }
+ }
+ }
+ }
+ 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 = "seam-event-consumer"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "seam-event-consumer"
+ }
+ }
+ }
+ }
+ 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 = "seam-event-consumer"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "seam-event-consumer"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_seam-event-producer.-6289044499667207502..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_seam-event-producer.-6289044499667207502..management_zone.tf
new file mode 100644
index 0000000..e7ff4af
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_seam-event-producer.-6289044499667207502..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_seam-event-producer" {
+ name = "CD_seam-event-producer"
+ 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 = "seam-event-producer"
+ }
+ }
+ }
+ }
+ 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 = "seam-event-producer"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "seam-event-producer"
+ }
+ }
+ }
+ }
+ 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 = "seam-event-producer"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "seam-event-producer"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_search-composite-service.-8902327479536667123..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_search-composite-service.-8902327479536667123..management_zone.tf
new file mode 100644
index 0000000..95a7625
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_search-composite-service.-8902327479536667123..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_search-composite-service" {
+ name = "CD_search-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 = "search-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 = "search-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 = "search-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 = "search-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 = "search-composite-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_send-to-car-service.-1406241950085454338..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_send-to-car-service.-1406241950085454338..management_zone.tf
new file mode 100644
index 0000000..7555f73
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_send-to-car-service.-1406241950085454338..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_send-to-car-service" {
+ name = "CD_send-to-car-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 = "send-to-car-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 = "send-to-car-service"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "send-to-car-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 = "send-to-car-service"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "send-to-car-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_service-manager.5257693245064006362..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_service-manager.5257693245064006362..management_zone.tf
new file mode 100644
index 0000000..698d04d
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_service-manager.5257693245064006362..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_service-manager" {
+ name = "CD_service-manager"
+ 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-manager"
+ }
+ }
+ }
+ }
+ 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-manager"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "service-manager"
+ }
+ }
+ }
+ }
+ 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-manager"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "service-manager"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_service-notification-service.3772015827568746420..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_service-notification-service.3772015827568746420..management_zone.tf
new file mode 100644
index 0000000..6a82f95
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_service-notification-service.3772015827568746420..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_service-notification-service" {
+ name = "CD_service-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 = "service-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 = "service-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 = "service-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 = "service-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 = "service-notification-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_sfa-fre.-2779709996263365125..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_sfa-fre.-2779709996263365125..management_zone.tf
new file mode 100644
index 0000000..b6a1209
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_sfa-fre.-2779709996263365125..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_sfa-fre" {
+ name = "CD_sfa-fre"
+ 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 = "sfa-fre"
+ }
+ }
+ }
+ }
+ 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 = "sfa-fre"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "sfa-fre"
+ }
+ }
+ }
+ }
+ 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 = "sfa-fre"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "sfa-fre"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_sfa-ota.5982925318220436329..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_sfa-ota.5982925318220436329..management_zone.tf
new file mode 100644
index 0000000..0c7daf6
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_sfa-ota.5982925318220436329..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_sfa-ota" {
+ name = "CD_sfa-ota"
+ 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 = "sfa-ota"
+ }
+ }
+ }
+ }
+ 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 = "sfa-ota"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "sfa-ota"
+ }
+ }
+ }
+ }
+ 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 = "sfa-ota"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "sfa-ota"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_sfa-ts.670242093097503433..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_sfa-ts.670242093097503433..management_zone.tf
new file mode 100644
index 0000000..d4a7107
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_sfa-ts.670242093097503433..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_sfa-ts" {
+ name = "CD_sfa-ts"
+ 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 = "sfa-ts"
+ }
+ }
+ }
+ }
+ 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 = "sfa-ts"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "sfa-ts"
+ }
+ }
+ }
+ }
+ 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 = "sfa-ts"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "sfa-ts"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_sfa-vs.7876609861723293539..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_sfa-vs.7876609861723293539..management_zone.tf
new file mode 100644
index 0000000..d8e1287
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_sfa-vs.7876609861723293539..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_sfa-vs" {
+ name = "CD_sfa-vs"
+ 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 = "sfa-vs"
+ }
+ }
+ }
+ }
+ 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 = "sfa-vs"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "sfa-vs"
+ }
+ }
+ }
+ }
+ 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 = "sfa-vs"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "sfa-vs"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_sfa.-2009685042850936658..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_sfa.-2009685042850936658..management_zone.tf
new file mode 100644
index 0000000..0c3910f
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_sfa.-2009685042850936658..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_sfa" {
+ name = "CD_sfa"
+ 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 = "sfa"
+ }
+ }
+ }
+ }
+ 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 = "sfa"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "sfa"
+ }
+ }
+ }
+ }
+ 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 = "sfa"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "sfa"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_smart-access-order-service.8925843135515113505..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_smart-access-order-service.8925843135515113505..management_zone.tf
new file mode 100644
index 0000000..308a0ee
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_smart-access-order-service.8925843135515113505..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_smart-access-order-service" {
+ name = "CD_smart-access-order-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 = "smart-access-order-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 = "smart-access-order-service"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "smart-access-order-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 = "smart-access-order-service"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "smart-access-order-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_smc2-bl.2228363312078773864..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_smc2-bl.2228363312078773864..management_zone.tf
new file mode 100644
index 0000000..5cef19f
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_smc2-bl.2228363312078773864..management_zone.tf
@@ -0,0 +1,114 @@
+resource "dynatrace_management_zone" "CD_smc2-bl" {
+ name = "CD_smc2-bl"
+ 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 = "smc2-bl"
+ }
+ }
+ }
+ }
+ 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 = "smc2-bl"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "smc2-bl"
+ }
+ }
+ }
+ }
+ 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 = "smc2-bl"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "smc2-bl"
+ }
+ }
+ }
+ 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 = "smc2-bl"
+ }
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_smc2-key-trk.-2891055759702142212..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_smc2-key-trk.-2891055759702142212..management_zone.tf
new file mode 100644
index 0000000..d81efb8
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_smc2-key-trk.-2891055759702142212..management_zone.tf
@@ -0,0 +1,114 @@
+resource "dynatrace_management_zone" "CD_smc2-key-trk" {
+ name = "CD_smc2-key-trk"
+ 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 = "smc2-key-trk"
+ }
+ }
+ }
+ }
+ 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 = "smc2-key-trk"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "smc2-key-trk"
+ }
+ }
+ }
+ }
+ 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 = "smc2-key-trk"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "smc2-key-trk"
+ }
+ }
+ }
+ 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 = "smc2-key-trk"
+ }
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_smc2-ops.-8492778620176370345..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_smc2-ops.-8492778620176370345..management_zone.tf
new file mode 100644
index 0000000..d24d375
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_smc2-ops.-8492778620176370345..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_smc2-ops" {
+ name = "CD_smc2-ops"
+ 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 = "smc2-ops"
+ }
+ }
+ }
+ }
+ 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 = "smc2-ops"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "smc2-ops"
+ }
+ }
+ }
+ }
+ 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 = "smc2-ops"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "smc2-ops"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_smc2-rt.-7966244513986779017..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_smc2-rt.-7966244513986779017..management_zone.tf
new file mode 100644
index 0000000..92f3825
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_smc2-rt.-7966244513986779017..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_smc2-rt" {
+ name = "CD_smc2-rt"
+ 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 = "smc2-rt"
+ }
+ }
+ }
+ }
+ 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 = "smc2-rt"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "smc2-rt"
+ }
+ }
+ }
+ }
+ 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 = "smc2-rt"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "smc2-rt"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_sms-email-adapter-service.-8977015620553252616..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_sms-email-adapter-service.-8977015620553252616..management_zone.tf
new file mode 100644
index 0000000..5d6975d
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_sms-email-adapter-service.-8977015620553252616..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_sms-email-adapter-service" {
+ name = "CD_sms-email-adapter-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 = "sms-email-adapter-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 = "sms-email-adapter-service"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "sms-email-adapter-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 = "sms-email-adapter-service"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "sms-email-adapter-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_srmanager.6237970573590379302..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_srmanager.6237970573590379302..management_zone.tf
new file mode 100644
index 0000000..1599c3a
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_srmanager.6237970573590379302..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_srmanager" {
+ name = "CD_srmanager"
+ 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 = "srmanager"
+ }
+ }
+ }
+ }
+ 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 = "srmanager"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "srmanager"
+ }
+ }
+ }
+ }
+ 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 = "srmanager"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "srmanager"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_stm.1748000559316717118..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_stm.1748000559316717118..management_zone.tf
new file mode 100644
index 0000000..3b324d3
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_stm.1748000559316717118..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_stm" {
+ name = "CD_stm"
+ 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 = "stm"
+ }
+ }
+ }
+ }
+ 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 = "stm"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "stm"
+ }
+ }
+ }
+ }
+ 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 = "stm"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "stm"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_svcinfo.-8815130119677366073..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_svcinfo.-8815130119677366073..management_zone.tf
new file mode 100644
index 0000000..dc2e3be
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_svcinfo.-8815130119677366073..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_svcinfo" {
+ name = "CD_svcinfo"
+ 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 = "svcinfo"
+ }
+ }
+ }
+ }
+ 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 = "svcinfo"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "svcinfo"
+ }
+ }
+ }
+ }
+ 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 = "svcinfo"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "svcinfo"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_timer-service.-6137287057127596271..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_timer-service.-6137287057127596271..management_zone.tf
new file mode 100644
index 0000000..6313178
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_timer-service.-6137287057127596271..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_timer-service" {
+ name = "CD_timer-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 = "timer-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 = "timer-service"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "timer-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 = "timer-service"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "timer-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_timers-processor.-1204181947748313729..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_timers-processor.-1204181947748313729..management_zone.tf
new file mode 100644
index 0000000..5ee567d
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_timers-processor.-1204181947748313729..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_timers-processor" {
+ name = "CD_timers-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 = "timers-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 = "timers-processor"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "timers-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 = "timers-processor"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "timers-processor"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_token-exchanger-service.2472898803915005617..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_token-exchanger-service.2472898803915005617..management_zone.tf
new file mode 100644
index 0000000..de8ba93
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_token-exchanger-service.2472898803915005617..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_token-exchanger-service" {
+ name = "CD_token-exchanger-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 = "token-exchanger-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 = "token-exchanger-service"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "token-exchanger-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 = "token-exchanger-service"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "token-exchanger-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_tol-mgu.3857563014711089928..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_tol-mgu.3857563014711089928..management_zone.tf
new file mode 100644
index 0000000..b926bf1
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_tol-mgu.3857563014711089928..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_tol-mgu" {
+ name = "CD_tol-mgu"
+ 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 = "tol-mgu"
+ }
+ }
+ }
+ }
+ 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 = "tol-mgu"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "tol-mgu"
+ }
+ }
+ }
+ }
+ 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 = "tol-mgu"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "tol-mgu"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_tol-tssb.-7512073509502205738..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_tol-tssb.-7512073509502205738..management_zone.tf
new file mode 100644
index 0000000..9693dc9
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_tol-tssb.-7512073509502205738..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_tol-tssb" {
+ name = "CD_tol-tssb"
+ 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 = "tol-tssb"
+ }
+ }
+ }
+ }
+ 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 = "tol-tssb"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "tol-tssb"
+ }
+ }
+ }
+ }
+ 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 = "tol-tssb"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "tol-tssb"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_tol.-7516522908294698690..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_tol.-7516522908294698690..management_zone.tf
new file mode 100644
index 0000000..63df27e
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_tol.-7516522908294698690..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_tol" {
+ name = "CD_tol"
+ 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 = "tol"
+ }
+ }
+ }
+ }
+ 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 = "tol"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "tol"
+ }
+ }
+ }
+ }
+ 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 = "tol"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "tol"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_trip-change-processor.-1636363340970029625..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_trip-change-processor.-1636363340970029625..management_zone.tf
new file mode 100644
index 0000000..942f1fb
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_trip-change-processor.-1636363340970029625..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_trip-change-processor" {
+ name = "CD_trip-change-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 = "trip-change-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 = "trip-change-processor"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "trip-change-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 = "trip-change-processor"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "trip-change-processor"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_trip-cleanup-app-service.-3487817013971232940..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_trip-cleanup-app-service.-3487817013971232940..management_zone.tf
new file mode 100644
index 0000000..96cd3b9
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_trip-cleanup-app-service.-3487817013971232940..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_trip-cleanup-app-service" {
+ name = "CD_trip-cleanup-app-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 = "trip-cleanup-app-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 = "trip-cleanup-app-service"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "trip-cleanup-app-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 = "trip-cleanup-app-service"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "trip-cleanup-app-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_trip-monitor-service.-3435599000471094320..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_trip-monitor-service.-3435599000471094320..management_zone.tf
new file mode 100644
index 0000000..fa74220
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_trip-monitor-service.-3435599000471094320..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_trip-monitor-service" {
+ name = "CD_trip-monitor-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 = "trip-monitor-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 = "trip-monitor-service"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "trip-monitor-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 = "trip-monitor-service"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "trip-monitor-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_trip-reminder-processor.6312603756569057726..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_trip-reminder-processor.6312603756569057726..management_zone.tf
new file mode 100644
index 0000000..e85eb84
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_trip-reminder-processor.6312603756569057726..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_trip-reminder-processor" {
+ name = "CD_trip-reminder-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 = "trip-reminder-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 = "trip-reminder-processor"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "trip-reminder-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 = "trip-reminder-processor"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "trip-reminder-processor"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_trip-route-service.-2619692944278089863..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_trip-route-service.-2619692944278089863..management_zone.tf
new file mode 100644
index 0000000..1a37211
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_trip-route-service.-2619692944278089863..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_trip-route-service" {
+ name = "CD_trip-route-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 = "trip-route-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 = "trip-route-service"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "trip-route-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 = "trip-route-service"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "trip-route-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_trip-service.6794316792063710932..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_trip-service.6794316792063710932..management_zone.tf
new file mode 100644
index 0000000..4dde92f
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_trip-service.6794316792063710932..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_trip-service" {
+ name = "CD_trip-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 = "trip-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 = "trip-service"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "trip-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 = "trip-service"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "trip-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_ts-bcallservice.-3440958503845572911..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_ts-bcallservice.-3440958503845572911..management_zone.tf
new file mode 100644
index 0000000..37a6f1f
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_ts-bcallservice.-3440958503845572911..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_ts-bcallservice" {
+ name = "CD_ts-bcallservice"
+ 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 = "ts-bcallservice"
+ }
+ }
+ }
+ }
+ 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 = "ts-bcallservice"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "ts-bcallservice"
+ }
+ }
+ }
+ }
+ 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 = "ts-bcallservice"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "ts-bcallservice"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_ts-bt.2116716187718300774..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_ts-bt.2116716187718300774..management_zone.tf
new file mode 100644
index 0000000..b81e9d8
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_ts-bt.2116716187718300774..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_ts-bt" {
+ name = "CD_ts-bt"
+ 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 = "ts-bt"
+ }
+ }
+ }
+ }
+ 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 = "ts-bt"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "ts-bt"
+ }
+ }
+ }
+ }
+ 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 = "ts-bt"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "ts-bt"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_ts-bti.-5273930433361781004..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_ts-bti.-5273930433361781004..management_zone.tf
new file mode 100644
index 0000000..39b155b
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_ts-bti.-5273930433361781004..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_ts-bti" {
+ name = "CD_ts-bti"
+ 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 = "ts-bti"
+ }
+ }
+ }
+ }
+ 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 = "ts-bti"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "ts-bti"
+ }
+ }
+ }
+ }
+ 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 = "ts-bti"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "ts-bti"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_ts-cas-spm.-8261459735630992973..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_ts-cas-spm.-8261459735630992973..management_zone.tf
new file mode 100644
index 0000000..07446a8
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_ts-cas-spm.-8261459735630992973..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_ts-cas-spm" {
+ name = "CD_ts-cas-spm"
+ 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 = "ts-cas-spm"
+ }
+ }
+ }
+ }
+ 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 = "ts-cas-spm"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "ts-cas-spm"
+ }
+ }
+ }
+ }
+ 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 = "ts-cas-spm"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "ts-cas-spm"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_ts-cas-stm.-4003846334862443834..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_ts-cas-stm.-4003846334862443834..management_zone.tf
new file mode 100644
index 0000000..7ad770c
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_ts-cas-stm.-4003846334862443834..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_ts-cas-stm" {
+ name = "CD_ts-cas-stm"
+ 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 = "ts-cas-stm"
+ }
+ }
+ }
+ }
+ 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 = "ts-cas-stm"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "ts-cas-stm"
+ }
+ }
+ }
+ }
+ 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 = "ts-cas-stm"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "ts-cas-stm"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_ts-datadispatcher.-214928697454538672..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_ts-datadispatcher.-214928697454538672..management_zone.tf
new file mode 100644
index 0000000..d49d93b
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_ts-datadispatcher.-214928697454538672..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_ts-datadispatcher" {
+ name = "CD_ts-datadispatcher"
+ 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 = "ts-datadispatcher"
+ }
+ }
+ }
+ }
+ 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 = "ts-datadispatcher"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "ts-datadispatcher"
+ }
+ }
+ }
+ }
+ 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 = "ts-datadispatcher"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "ts-datadispatcher"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_ts-diagservice.-6851611601553068903..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_ts-diagservice.-6851611601553068903..management_zone.tf
new file mode 100644
index 0000000..0b799e4
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_ts-diagservice.-6851611601553068903..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_ts-diagservice" {
+ name = "CD_ts-diagservice"
+ 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 = "ts-diagservice"
+ }
+ }
+ }
+ }
+ 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 = "ts-diagservice"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "ts-diagservice"
+ }
+ }
+ }
+ }
+ 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 = "ts-diagservice"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "ts-diagservice"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_ts-eshad.-5943418555153993001..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_ts-eshad.-5943418555153993001..management_zone.tf
new file mode 100644
index 0000000..e2627a1
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_ts-eshad.-5943418555153993001..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_ts-eshad" {
+ name = "CD_ts-eshad"
+ 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 = "ts-eshad"
+ }
+ }
+ }
+ }
+ 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 = "ts-eshad"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "ts-eshad"
+ }
+ }
+ }
+ }
+ 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 = "ts-eshad"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "ts-eshad"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_ts-message-receiver.8942190779928556172..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_ts-message-receiver.8942190779928556172..management_zone.tf
new file mode 100644
index 0000000..c5f579e
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_ts-message-receiver.8942190779928556172..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_ts-message-receiver" {
+ name = "CD_ts-message-receiver"
+ 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 = "ts-message-receiver"
+ }
+ }
+ }
+ }
+ 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 = "ts-message-receiver"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "ts-message-receiver"
+ }
+ }
+ }
+ }
+ 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 = "ts-message-receiver"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "ts-message-receiver"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_ts-pdmupdater.2209945008905404385..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_ts-pdmupdater.2209945008905404385..management_zone.tf
new file mode 100644
index 0000000..66dcb37
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_ts-pdmupdater.2209945008905404385..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_ts-pdmupdater" {
+ name = "CD_ts-pdmupdater"
+ 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 = "ts-pdmupdater"
+ }
+ }
+ }
+ }
+ 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 = "ts-pdmupdater"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "ts-pdmupdater"
+ }
+ }
+ }
+ }
+ 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 = "ts-pdmupdater"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "ts-pdmupdater"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_ts-pservice.4907951848187910230..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_ts-pservice.4907951848187910230..management_zone.tf
new file mode 100644
index 0000000..1787794
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_ts-pservice.4907951848187910230..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_ts-pservice" {
+ name = "CD_ts-pservice"
+ 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 = "ts-pservice"
+ }
+ }
+ }
+ }
+ 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 = "ts-pservice"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "ts-pservice"
+ }
+ }
+ }
+ }
+ 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 = "ts-pservice"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "ts-pservice"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_ts-remotediagnosis.-1396964481465929461..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_ts-remotediagnosis.-1396964481465929461..management_zone.tf
new file mode 100644
index 0000000..ea8cbfb
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_ts-remotediagnosis.-1396964481465929461..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_ts-remotediagnosis" {
+ name = "CD_ts-remotediagnosis"
+ 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 = "ts-remotediagnosis"
+ }
+ }
+ }
+ }
+ 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 = "ts-remotediagnosis"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "ts-remotediagnosis"
+ }
+ }
+ }
+ }
+ 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 = "ts-remotediagnosis"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "ts-remotediagnosis"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_ts-rsurservice.8119874633790636397..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_ts-rsurservice.8119874633790636397..management_zone.tf
new file mode 100644
index 0000000..fd8b19e
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_ts-rsurservice.8119874633790636397..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_ts-rsurservice" {
+ name = "CD_ts-rsurservice"
+ 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 = "ts-rsurservice"
+ }
+ }
+ }
+ }
+ 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 = "ts-rsurservice"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "ts-rsurservice"
+ }
+ }
+ }
+ }
+ 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 = "ts-rsurservice"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "ts-rsurservice"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_ts-rtcadapter.-1184749760203224714..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_ts-rtcadapter.-1184749760203224714..management_zone.tf
new file mode 100644
index 0000000..0589eed
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_ts-rtcadapter.-1184749760203224714..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_ts-rtcadapter" {
+ name = "CD_ts-rtcadapter"
+ 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 = "ts-rtcadapter"
+ }
+ }
+ }
+ }
+ 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 = "ts-rtcadapter"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "ts-rtcadapter"
+ }
+ }
+ }
+ }
+ 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 = "ts-rtcadapter"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "ts-rtcadapter"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_ts-rtchandler.-3391554374807265844..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_ts-rtchandler.-3391554374807265844..management_zone.tf
new file mode 100644
index 0000000..ecc6d01
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_ts-rtchandler.-3391554374807265844..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_ts-rtchandler" {
+ name = "CD_ts-rtchandler"
+ 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 = "ts-rtchandler"
+ }
+ }
+ }
+ }
+ 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 = "ts-rtchandler"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "ts-rtchandler"
+ }
+ }
+ }
+ }
+ 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 = "ts-rtchandler"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "ts-rtchandler"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_ts-rtcservice.1728583511228313897..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_ts-rtcservice.1728583511228313897..management_zone.tf
new file mode 100644
index 0000000..07ef2b0
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_ts-rtcservice.1728583511228313897..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_ts-rtcservice" {
+ name = "CD_ts-rtcservice"
+ 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 = "ts-rtcservice"
+ }
+ }
+ }
+ }
+ 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 = "ts-rtcservice"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "ts-rtcservice"
+ }
+ }
+ }
+ }
+ 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 = "ts-rtcservice"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "ts-rtcservice"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_ts-scallservice.-464675131828532576..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_ts-scallservice.-464675131828532576..management_zone.tf
new file mode 100644
index 0000000..bb3c657
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_ts-scallservice.-464675131828532576..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_ts-scallservice" {
+ name = "CD_ts-scallservice"
+ 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 = "ts-scallservice"
+ }
+ }
+ }
+ }
+ 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 = "ts-scallservice"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "ts-scallservice"
+ }
+ }
+ }
+ }
+ 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 = "ts-scallservice"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "ts-scallservice"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_ts-tsbgam.1243771507483088038..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_ts-tsbgam.1243771507483088038..management_zone.tf
new file mode 100644
index 0000000..1479ab2
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_ts-tsbgam.1243771507483088038..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_ts-tsbgam" {
+ name = "CD_ts-tsbgam"
+ 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 = "ts-tsbgam"
+ }
+ }
+ }
+ }
+ 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 = "ts-tsbgam"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "ts-tsbgam"
+ }
+ }
+ }
+ }
+ 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 = "ts-tsbgam"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "ts-tsbgam"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_ts-tsbgservice.2106969274547463714..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_ts-tsbgservice.2106969274547463714..management_zone.tf
new file mode 100644
index 0000000..da9256a
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_ts-tsbgservice.2106969274547463714..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_ts-tsbgservice" {
+ name = "CD_ts-tsbgservice"
+ 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 = "ts-tsbgservice"
+ }
+ }
+ }
+ }
+ 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 = "ts-tsbgservice"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "ts-tsbgservice"
+ }
+ }
+ }
+ }
+ 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 = "ts-tsbgservice"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "ts-tsbgservice"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_ts-tsp.6880487254149934188..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_ts-tsp.6880487254149934188..management_zone.tf
new file mode 100644
index 0000000..275bcef
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_ts-tsp.6880487254149934188..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_ts-tsp" {
+ name = "CD_ts-tsp"
+ 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 = "ts-tsp"
+ }
+ }
+ }
+ }
+ 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 = "ts-tsp"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "ts-tsp"
+ }
+ }
+ }
+ }
+ 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 = "ts-tsp"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "ts-tsp"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_ts-wlupdater.2011744672945135226..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_ts-wlupdater.2011744672945135226..management_zone.tf
new file mode 100644
index 0000000..33f3dd8
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_ts-wlupdater.2011744672945135226..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_ts-wlupdater" {
+ name = "CD_ts-wlupdater"
+ 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 = "ts-wlupdater"
+ }
+ }
+ }
+ }
+ 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 = "ts-wlupdater"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "ts-wlupdater"
+ }
+ }
+ }
+ }
+ 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 = "ts-wlupdater"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "ts-wlupdater"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_tscs.-160525691340029159..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_tscs.-160525691340029159..management_zone.tf
new file mode 100644
index 0000000..adaa9c0
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_tscs.-160525691340029159..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_tscs" {
+ name = "CD_tscs"
+ 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 = "tscs"
+ }
+ }
+ }
+ }
+ 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 = "tscs"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "tscs"
+ }
+ }
+ }
+ }
+ 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 = "tscs"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "tscs"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_tsmb.-8131959358977252437..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_tsmb.-8131959358977252437..management_zone.tf
new file mode 100644
index 0000000..e8a10bd
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_tsmb.-8131959358977252437..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_tsmb" {
+ name = "CD_tsmb"
+ 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 = "tsmb"
+ }
+ }
+ }
+ }
+ 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 = "tsmb"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "tsmb"
+ }
+ }
+ }
+ }
+ 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 = "tsmb"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "tsmb"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_tsr-cmr.-688422281186010970..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_tsr-cmr.-688422281186010970..management_zone.tf
new file mode 100644
index 0000000..ccb83b5
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_tsr-cmr.-688422281186010970..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_tsr-cmr" {
+ name = "CD_tsr-cmr"
+ 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 = "tsr-cmr"
+ }
+ }
+ }
+ }
+ 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 = "tsr-cmr"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "tsr-cmr"
+ }
+ }
+ }
+ }
+ 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 = "tsr-cmr"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "tsr-cmr"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_tsr-dd.-5534381493737197118..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_tsr-dd.-5534381493737197118..management_zone.tf
new file mode 100644
index 0000000..8f8fa21
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_tsr-dd.-5534381493737197118..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_tsr-dd" {
+ name = "CD_tsr-dd"
+ 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 = "tsr-dd"
+ }
+ }
+ }
+ }
+ 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 = "tsr-dd"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "tsr-dd"
+ }
+ }
+ }
+ }
+ 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 = "tsr-dd"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "tsr-dd"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_tsr-vu.-4286479403216664835..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_tsr-vu.-4286479403216664835..management_zone.tf
new file mode 100644
index 0000000..ecefd37
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_tsr-vu.-4286479403216664835..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_tsr-vu" {
+ name = "CD_tsr-vu"
+ 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 = "tsr-vu"
+ }
+ }
+ }
+ }
+ 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 = "tsr-vu"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "tsr-vu"
+ }
+ }
+ }
+ }
+ 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 = "tsr-vu"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "tsr-vu"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_tsrservice.-4712284468125873599..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_tsrservice.-4712284468125873599..management_zone.tf
new file mode 100644
index 0000000..6734ba5
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_tsrservice.-4712284468125873599..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_tsrservice" {
+ name = "CD_tsrservice"
+ 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 = "tsrservice"
+ }
+ }
+ }
+ }
+ 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 = "tsrservice"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "tsrservice"
+ }
+ }
+ }
+ }
+ 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 = "tsrservice"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "tsrservice"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_user-activity-service.7524486573325634721..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_user-activity-service.7524486573325634721..management_zone.tf
new file mode 100644
index 0000000..562ee65
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_user-activity-service.7524486573325634721..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_user-activity-service" {
+ name = "CD_user-activity-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 = "user-activity-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 = "user-activity-service"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "user-activity-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 = "user-activity-service"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "user-activity-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_user-attributes-service.5659820862934834132..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_user-attributes-service.5659820862934834132..management_zone.tf
new file mode 100644
index 0000000..44a237b
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_user-attributes-service.5659820862934834132..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_user-attributes-service" {
+ name = "CD_user-attributes-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 = "user-attributes-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 = "user-attributes-service"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "user-attributes-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 = "user-attributes-service"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "user-attributes-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_user-composite-service.-2136681634610104275..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_user-composite-service.-2136681634610104275..management_zone.tf
new file mode 100644
index 0000000..002c59b
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_user-composite-service.-2136681634610104275..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_user-composite-service" {
+ name = "CD_user-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 = "user-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 = "user-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 = "user-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 = "user-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 = "user-composite-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_user-delete-service.2783843045311786472..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_user-delete-service.2783843045311786472..management_zone.tf
new file mode 100644
index 0000000..1682ae4
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_user-delete-service.2783843045311786472..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_user-delete-service" {
+ name = "CD_user-delete-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 = "user-delete-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 = "user-delete-service"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "user-delete-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 = "user-delete-service"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "user-delete-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_user-position-service.-3524077140818801706..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_user-position-service.-3524077140818801706..management_zone.tf
new file mode 100644
index 0000000..5b6c7b9
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_user-position-service.-3524077140818801706..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_user-position-service" {
+ name = "CD_user-position-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 = "user-position-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 = "user-position-service"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "user-position-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 = "user-position-service"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "user-position-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_user-profile-service.-6280192777790291017..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_user-profile-service.-6280192777790291017..management_zone.tf
new file mode 100644
index 0000000..7cfb26a
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_user-profile-service.-6280192777790291017..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_user-profile-service" {
+ name = "CD_user-profile-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 = "user-profile-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 = "user-profile-service"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "user-profile-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 = "user-profile-service"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "user-profile-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_usid-filter-service.-192582546746005275..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_usid-filter-service.-192582546746005275..management_zone.tf
new file mode 100644
index 0000000..1e8f6b2
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_usid-filter-service.-192582546746005275..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_usid-filter-service" {
+ name = "CD_usid-filter-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 = "usid-filter-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 = "usid-filter-service"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "usid-filter-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 = "usid-filter-service"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "usid-filter-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_vehicle-composite-service.3588325415984644908..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_vehicle-composite-service.3588325415984644908..management_zone.tf
new file mode 100644
index 0000000..193dc4f
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_vehicle-composite-service.3588325415984644908..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_vehicle-composite-service" {
+ name = "CD_vehicle-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 = "vehicle-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 = "vehicle-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 = "vehicle-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 = "vehicle-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 = "vehicle-composite-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_vehicle-features-service.-4629098788625331031..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_vehicle-features-service.-4629098788625331031..management_zone.tf
new file mode 100644
index 0000000..fb358fa
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_vehicle-features-service.-4629098788625331031..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_vehicle-features-service" {
+ name = "CD_vehicle-features-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 = "vehicle-features-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 = "vehicle-features-service"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "vehicle-features-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 = "vehicle-features-service"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "vehicle-features-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_vehicle-list-proxy-service.-1473058620267078394..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_vehicle-list-proxy-service.-1473058620267078394..management_zone.tf
new file mode 100644
index 0000000..b185f5f
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_vehicle-list-proxy-service.-1473058620267078394..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_vehicle-list-proxy-service" {
+ name = "CD_vehicle-list-proxy-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 = "vehicle-list-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 = "vehicle-list-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 = "vehicle-list-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 = "vehicle-list-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 = "vehicle-list-proxy-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_vehicle-mapping-composite-service.-3770775444771220305..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_vehicle-mapping-composite-service.-3770775444771220305..management_zone.tf
new file mode 100644
index 0000000..48bb988
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_vehicle-mapping-composite-service.-3770775444771220305..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_vehicle-mapping-composite-service" {
+ name = "CD_vehicle-mapping-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 = "vehicle-mapping-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 = "vehicle-mapping-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 = "vehicle-mapping-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 = "vehicle-mapping-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 = "vehicle-mapping-composite-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_vehicle-mapping-service.-5786039945021962186..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_vehicle-mapping-service.-5786039945021962186..management_zone.tf
new file mode 100644
index 0000000..5d00b1d
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_vehicle-mapping-service.-5786039945021962186..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_vehicle-mapping-service" {
+ name = "CD_vehicle-mapping-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 = "vehicle-mapping-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 = "vehicle-mapping-service"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "vehicle-mapping-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 = "vehicle-mapping-service"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "vehicle-mapping-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_vehicle-remote-commands-composite-service.-4462354815142253164..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_vehicle-remote-commands-composite-service.-4462354815142253164..management_zone.tf
new file mode 100644
index 0000000..83d2cd4
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_vehicle-remote-commands-composite-service.-4462354815142253164..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_vehicle-remote-commands-composite-service" {
+ name = "CD_vehicle-remote-commands-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 = "vehicle-remote-commands-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 = "vehicle-remote-commands-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 = "vehicle-remote-commands-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 = "vehicle-remote-commands-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 = "vehicle-remote-commands-composite-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_vehicle-service-alert.1565629517762195807..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_vehicle-service-alert.1565629517762195807..management_zone.tf
new file mode 100644
index 0000000..f2a8b79
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_vehicle-service-alert.1565629517762195807..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_vehicle-service-alert" {
+ name = "CD_vehicle-service-alert"
+ 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 = "vehicle-service-alert"
+ }
+ }
+ }
+ }
+ 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 = "vehicle-service-alert"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "vehicle-service-alert"
+ }
+ }
+ }
+ }
+ 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 = "vehicle-service-alert"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "vehicle-service-alert"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_vehicle-service-background.7139512845863327483..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_vehicle-service-background.7139512845863327483..management_zone.tf
new file mode 100644
index 0000000..3e2ef9f
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_vehicle-service-background.7139512845863327483..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_vehicle-service-background" {
+ name = "CD_vehicle-service-background"
+ 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 = "vehicle-service-background"
+ }
+ }
+ }
+ }
+ 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 = "vehicle-service-background"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "vehicle-service-background"
+ }
+ }
+ }
+ }
+ 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 = "vehicle-service-background"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "vehicle-service-background"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_vehicle-service-staging.8439430533353830924..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_vehicle-service-staging.8439430533353830924..management_zone.tf
new file mode 100644
index 0000000..593e879
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_vehicle-service-staging.8439430533353830924..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_vehicle-service-staging" {
+ name = "CD_vehicle-service-staging"
+ 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 = "vehicle-service-staging"
+ }
+ }
+ }
+ }
+ 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 = "vehicle-service-staging"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "vehicle-service-staging"
+ }
+ }
+ }
+ }
+ 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 = "vehicle-service-staging"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "vehicle-service-staging"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_vehicle-service.3832313249744862960..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_vehicle-service.3832313249744862960..management_zone.tf
new file mode 100644
index 0000000..313f405
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_vehicle-service.3832313249744862960..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_vehicle-service" {
+ name = "CD_vehicle-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 = "vehicle-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 = "vehicle-service"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "vehicle-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 = "vehicle-service"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "vehicle-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_vehicle-shadow-event-processor.-4542920330127251082..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_vehicle-shadow-event-processor.-4542920330127251082..management_zone.tf
new file mode 100644
index 0000000..af439d9
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_vehicle-shadow-event-processor.-4542920330127251082..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_vehicle-shadow-event-processor" {
+ name = "CD_vehicle-shadow-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 = "vehicle-shadow-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 = "vehicle-shadow-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 = "vehicle-shadow-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 = "vehicle-shadow-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 = "vehicle-shadow-event-processor"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_vehicle-status-proxy-service.-5998734171557358773..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_vehicle-status-proxy-service.-5998734171557358773..management_zone.tf
new file mode 100644
index 0000000..34ee342
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_vehicle-status-proxy-service.-5998734171557358773..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_vehicle-status-proxy-service" {
+ name = "CD_vehicle-status-proxy-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 = "vehicle-status-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 = "vehicle-status-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 = "vehicle-status-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 = "vehicle-status-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 = "vehicle-status-proxy-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_vehicle-user-relationship-service.4061574965078448311..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_vehicle-user-relationship-service.4061574965078448311..management_zone.tf
new file mode 100644
index 0000000..4232fd5
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_vehicle-user-relationship-service.4061574965078448311..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_vehicle-user-relationship-service" {
+ name = "CD_vehicle-user-relationship-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 = "vehicle-user-relationship-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 = "vehicle-user-relationship-service"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "vehicle-user-relationship-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 = "vehicle-user-relationship-service"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "vehicle-user-relationship-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_vin-list-generator-service.-5394504524020450484..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_vin-list-generator-service.-5394504524020450484..management_zone.tf
new file mode 100644
index 0000000..fa17b96
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_vin-list-generator-service.-5394504524020450484..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_vin-list-generator-service" {
+ name = "CD_vin-list-generator-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 = "vin-list-generator-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 = "vin-list-generator-service"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "vin-list-generator-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 = "vin-list-generator-service"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "vin-list-generator-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_vps-admin.1843223523468635430..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_vps-admin.1843223523468635430..management_zone.tf
new file mode 100644
index 0000000..afbe5bc
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_vps-admin.1843223523468635430..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_vps-admin" {
+ name = "CD_vps-admin"
+ 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 = "vps-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 = "vps-admin"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "vps-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 = "vps-admin"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "vps-admin"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_vps-archive.-1017790433340187721..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_vps-archive.-1017790433340187721..management_zone.tf
new file mode 100644
index 0000000..6c2a6e7
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_vps-archive.-1017790433340187721..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_vps-archive" {
+ name = "CD_vps-archive"
+ 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 = "vps-archive"
+ }
+ }
+ }
+ }
+ 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 = "vps-archive"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "vps-archive"
+ }
+ }
+ }
+ }
+ 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 = "vps-archive"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "vps-archive"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_vps-monitor.-4238479884355788160..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_vps-monitor.-4238479884355788160..management_zone.tf
new file mode 100644
index 0000000..011a7c4
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_vps-monitor.-4238479884355788160..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_vps-monitor" {
+ name = "CD_vps-monitor"
+ 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 = "vps-monitor"
+ }
+ }
+ }
+ }
+ 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 = "vps-monitor"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "vps-monitor"
+ }
+ }
+ }
+ }
+ 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 = "vps-monitor"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "vps-monitor"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_vps-prov.-3228512635352710157..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_vps-prov.-3228512635352710157..management_zone.tf
new file mode 100644
index 0000000..a966c5f
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_vps-prov.-3228512635352710157..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_vps-prov" {
+ name = "CD_vps-prov"
+ 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 = "vps-prov"
+ }
+ }
+ }
+ }
+ 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 = "vps-prov"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "vps-prov"
+ }
+ }
+ }
+ }
+ 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 = "vps-prov"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "vps-prov"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_vps-trigger.-7519199679488905472..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_vps-trigger.-7519199679488905472..management_zone.tf
new file mode 100644
index 0000000..a8c5eec
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_vps-trigger.-7519199679488905472..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_vps-trigger" {
+ name = "CD_vps-trigger"
+ 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 = "vps-trigger"
+ }
+ }
+ }
+ }
+ 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 = "vps-trigger"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "vps-trigger"
+ }
+ }
+ }
+ }
+ 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 = "vps-trigger"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "vps-trigger"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_vs-api.-846196462544696783..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_vs-api.-846196462544696783..management_zone.tf
new file mode 100644
index 0000000..1294376
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_vs-api.-846196462544696783..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_vs-api" {
+ name = "CD_vs-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 = "vs-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 = "vs-api"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "vs-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 = "vs-api"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "vs-api"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_webapi.-5707696217538461633..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_webapi.-5707696217538461633..management_zone.tf
new file mode 100644
index 0000000..b525173
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_webapi.-5707696217538461633..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_webapi" {
+ name = "CD_webapi"
+ 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 = "webapi"
+ }
+ }
+ }
+ }
+ 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 = "webapi"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "webapi"
+ }
+ }
+ }
+ }
+ 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 = "webapi"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "webapi"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_wlmanager.-1066539719125670580..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_wlmanager.-1066539719125670580..management_zone.tf
new file mode 100644
index 0000000..afa563c
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_wlmanager.-1066539719125670580..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_wlmanager" {
+ name = "CD_wlmanager"
+ 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 = "wlmanager"
+ }
+ }
+ }
+ }
+ 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 = "wlmanager"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "wlmanager"
+ }
+ }
+ }
+ }
+ 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 = "wlmanager"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "wlmanager"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_wus.-830480395218330790..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_wus.-830480395218330790..management_zone.tf
new file mode 100644
index 0000000..e50d9ad
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_wus.-830480395218330790..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_wus" {
+ name = "CD_wus"
+ 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 = "wus"
+ }
+ }
+ }
+ }
+ 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 = "wus"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "wus"
+ }
+ }
+ }
+ }
+ 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 = "wus"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "wus"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_xfcd.6201076759498324419..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_xfcd.6201076759498324419..management_zone.tf
new file mode 100644
index 0000000..947115a
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/CD_xfcd.6201076759498324419..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_xfcd" {
+ name = "CD_xfcd"
+ 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 = "xfcd"
+ }
+ }
+ }
+ }
+ 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 = "xfcd"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "xfcd"
+ }
+ }
+ }
+ }
+ 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 = "xfcd"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "xfcd"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/Dynatrace_BusinessInsights.5842654451628371612..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/Dynatrace_BusinessInsights.5842654451628371612..management_zone.tf
new file mode 100644
index 0000000..8a47e9a
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/Dynatrace_BusinessInsights.5842654451628371612..management_zone.tf
@@ -0,0 +1,22 @@
+resource "dynatrace_management_zone" "Dynatrace_BusinessInsights" {
+ name = "Dynatrace_BusinessInsights"
+ description = "MZ for entities that should be part of the Dynatrace Business Insights offering."
+ rules {
+ type = "MOBILE_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "MOBILE_APPLICATION_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "TAG_KEY_EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Dynatrace_BusinessInsights"
+ }
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/Offboard_Platform_APM_CNAP_Viewer.7984472777235983022..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/Offboard_Platform_APM_CNAP_Viewer.7984472777235983022..management_zone.tf
new file mode 100644
index 0000000..849e85e
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/Offboard_Platform_APM_CNAP_Viewer.7984472777235983022..management_zone.tf
@@ -0,0 +1,45 @@
+resource "dynatrace_management_zone" "Offboard_Platform_APM_CNAP_Viewer" {
+ name = "Offboard_Platform_APM_CNAP_Viewer"
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ entity {
+ negate = false
+ operator = "EQUALS"
+ value = "HOST_GROUP-826643CE73F48A4A"
+ }
+ key {
+ type = "STATIC"
+ attribute = "HOST_GROUP_ID"
+ }
+ }
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_NAME"
+ }
+ string {
+ case_sensitive = false
+ negate = false
+ operator = "EXISTS"
+ }
+ }
+ }
+ rules {
+ type = "KUBERNETES_CLUSTER"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "KUBERNETES_CLUSTER_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "BEGINS_WITH"
+ value = "CNAP"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/PD_AccountManagementConnectedCar.7322648462719879167..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/PD_AccountManagementConnectedCar.7322648462719879167..management_zone.tf
new file mode 100644
index 0000000..3804003
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/PD_AccountManagementConnectedCar.7322648462719879167..management_zone.tf
@@ -0,0 +1,11 @@
+resource "dynatrace_management_zone" "PD_AccountManagementConnectedCar" {
+ name = "PD_AccountManagementConnectedCar"
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:AM-CESIM\"),tag(\"compass-id:AM-Device\"),tag(\"compass-id:AM-EGIM\"),tag(\"compass-id:AM-MNO-Manager\"),tag(\"compass-id:CESIM Proxy\"),tag(\"compass-id:MNOMGR-CU-Jasper\"),tag(\"compass-id:MNOMGR-CU-SHA\"),tag(\"compass-id:MNOMGR-GD\"),tag(\"compass-id:MNOMGR-TMSP\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:AM-BPM\"),tag(\"compass-id:AM-CASA\"),tag(\"compass-id:am-cloud\"),tag(\"compass-id:AM-CNR\"),tag(\"compass-id:AM-CNS\"),tag(\"compass-id:AM-ECS\"),tag(\"compass-id:AM-LMCS\"),tag(\"compass-id:AM-Proxy\"),tag(\"compass-id:AM-Store\"),tag(\"compass-id:AM-SVMS\"),tag(\"compass-id:AM-SVMS-EventService\"),tag(\"compass-id:AM-USAGE\"),tag(\"compass-id:AM-VAS\"),tag(\"compass-id:AM-Vehicle\"),tag(\"compass-id:AM-VMS\"),tag(\"compass-id:Countly\"),tag(\"compass-id:TAMSArchive\"),tag(\"compass-id:TestdataTool\")"
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/PD_AutomotiveSecurity.3737706196578343849..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/PD_AutomotiveSecurity.3737706196578343849..management_zone.tf
new file mode 100644
index 0000000..2a35070
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/PD_AutomotiveSecurity.3737706196578343849..management_zone.tf
@@ -0,0 +1,27 @@
+resource "dynatrace_management_zone" "PD_AutomotiveSecurity" {
+ name = "PD_AutomotiveSecurity"
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:ASBC-MFSCS\"),tag(\"compass-id:STM\"),tag(\"compass-id:ts-wlupdater\"),tag(\"compass-id:TVP\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:DFP\"),tag(\"compass-id:DFPH\"),tag(\"compass-id:OCLISc2v\"),tag(\"compass-id:OCLISocsp\"),tag(\"compass-id:P2X\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:ASBC-HAL\"),tag(\"compass-id:ASBC-NGTP\"),tag(\"compass-id:ASBS\"),tag(\"compass-id:HPAuth\"),tag(\"compass-id:STS\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:ASBC-SMACC\"),tag(\"compass-id:CAC\"),tag(\"compass-id:CAC-AGENT\"),tag(\"compass-id:SMC2-BL\"),tag(\"compass-id:SMC2-KEY-TRK\"),tag(\"compass-id:SMC2-RT\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:ASBC-RSU\"),tag(\"compass-id:ASBC-SBB\"),tag(\"compass-id:ASBCSWLSEC2\"),tag(\"compass-id:PSdZ-Checker\"),tag(\"compass-id:SCB\"),tag(\"compass-id:SCC\"),tag(\"compass-id:SWAG\"),tag(\"compass-id:SWLSEC2-Checker\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:ASBC-AFW-POC\"),tag(\"compass-id:ASBC-AFWSFA-POC\"),tag(\"compass-id:ASBC-AFWSTM-POC\")"
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/PD_CallServices.-4112886493107181463..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/PD_CallServices.-4112886493107181463..management_zone.tf
new file mode 100644
index 0000000..32191cb
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/PD_CallServices.-4112886493107181463..management_zone.tf
@@ -0,0 +1,23 @@
+resource "dynatrace_management_zone" "PD_CallServices" {
+ name = "PD_CallServices"
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:ACDS\"),tag(\"compass-id:APPCALL\"),tag(\"compass-id:B2V-NGTP\"),tag(\"compass-id:ECALLGW\"),tag(\"compass-id:ECS\"),tag(\"compass-id:EVNS2\"),tag(\"compass-id:EVNS2T\"),tag(\"compass-id:NGTP-CS\"),tag(\"compass-id:XCS\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:BASE\"),tag(\"compass-id:CCC\"),tag(\"compass-id:RSA\"),tag(\"compass-id:RSA-ASD-Search\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:PiSA-CORE\"),tag(\"compass-id:PISA-EVENT-HANDLER\"),tag(\"compass-id:PISA-RUNTIME\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:HTTS\"),tag(\"compass-id:HVD\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:B2V-Voice\"),tag(\"compass-id:CRS\"),tag(\"compass-id:CRSA\"),tag(\"compass-id:EPL\"),tag(\"compass-id:EPM\"),tag(\"compass-id:VOICEGW\"),tag(\"compass-id:VOICEGW-ADMIN\")"
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/PD_ConnectedDriveStoreBackend.-8141281538555996318..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/PD_ConnectedDriveStoreBackend.-8141281538555996318..management_zone.tf
new file mode 100644
index 0000000..b85cfab
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/PD_ConnectedDriveStoreBackend.-8141281538555996318..management_zone.tf
@@ -0,0 +1,11 @@
+resource "dynatrace_management_zone" "PD_ConnectedDriveStoreBackend" {
+ name = "PD_ConnectedDriveStoreBackend"
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:Buffet-Birt\"),tag(\"compass-id:Buffet-CIC-Backend\"),tag(\"compass-id:Buffet-Core\"),tag(\"compass-id:Buffet-External-CDM\"),tag(\"compass-id:Buffet-External-Offer\"),tag(\"compass-id:Buffet-External-Payment\"),tag(\"compass-id:Buffet-External-Tax\"),tag(\"compass-id:Buffet-GAM\"),tag(\"compass-id:Buffet-IF33\"),tag(\"compass-id:Buffet-IF38\"),tag(\"compass-id:Buffet-IF41\"),tag(\"compass-id:Buffet-IF50\"),tag(\"compass-id:Buffet-IF51\"),tag(\"compass-id:Buffet-IF52\"),tag(\"compass-id:Buffet-IF53\"),tag(\"compass-id:Buffet-IF54\"),tag(\"compass-id:Buffet-IF58\"),tag(\"compass-id:Buffet-IF60\"),tag(\"compass-id:Buffet-IF90\"),tag(\"compass-id:Buffet-Promo-API\"),tag(\"compass-id:IME-CDS\"),tag(\"compass-id:IME-CS\"),tag(\"compass-id:IME-RDC\"),tag(\"compass-id:IME-SS\"),tag(\"compass-id:IME-WS\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:Concat\"),tag(\"compass-id:Connected-Catalog\")"
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/PD_ConnectedUserProfileServices.-5367999236768661485..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/PD_ConnectedUserProfileServices.-5367999236768661485..management_zone.tf
new file mode 100644
index 0000000..c1362ed
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/PD_ConnectedUserProfileServices.-5367999236768661485..management_zone.tf
@@ -0,0 +1,11 @@
+resource "dynatrace_management_zone" "PD_ConnectedUserProfileServices" {
+ name = "PD_ConnectedUserProfileServices"
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:OMC Table Storage Expiration Service\"),tag(\"compass-id:omc-client-analytics-hub-consumer-ms\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:DPM\"),tag(\"compass-id:DPP\"),tag(\"compass-id:PERSEUS\"),tag(\"compass-id:PIABO\"),tag(\"compass-id:PIAEP\"),tag(\"compass-id:PIAOP\"),tag(\"compass-id:PIAPE\")"
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/PD_InfotainmentInteractivityServices.-8663930534173844410..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/PD_InfotainmentInteractivityServices.-8663930534173844410..management_zone.tf
new file mode 100644
index 0000000..a048325
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/PD_InfotainmentInteractivityServices.-8663930534173844410..management_zone.tf
@@ -0,0 +1,23 @@
+resource "dynatrace_management_zone" "PD_InfotainmentInteractivityServices" {
+ name = "PD_InfotainmentInteractivityServices"
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:cm-config\"),tag(\"compass-id:cm-gracenote\"),tag(\"compass-id:cm-spotify\"),tag(\"compass-id:cm-ximalaya\"),tag(\"compass-id:OED\"),tag(\"compass-id:OED-CN\"),tag(\"compass-id:OEG\"),tag(\"compass-id:OEG-CN\"),tag(\"compass-id:OEO\"),tag(\"compass-id:OEO-CN\"),tag(\"compass-id:OEP\"),tag(\"compass-id:OEP-CN\"),tag(\"compass-id:OES\"),tag(\"compass-id:OES-CN\"),tag(\"compass-id:OET\"),tag(\"compass-id:OET-CN\"),tag(\"compass-id:shortvideo\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:CCIS-Download\"),tag(\"compass-id:Geolocator\"),tag(\"compass-id:intelligent-reminder\"),tag(\"compass-id:news-next\"),tag(\"compass-id:restaurant-reservation\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:ambient-music\"),tag(\"compass-id:festive-mode\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:GEN3\"),tag(\"compass-id:ID5\"),tag(\"compass-id:ID5-APP\"),tag(\"compass-id:ID5-EXT\"),tag(\"compass-id:ISE-BEV\"),tag(\"compass-id:ISE-CDR\"),tag(\"compass-id:ISE-EML\"),tag(\"compass-id:ISE-GEN2\"),tag(\"compass-id:ISE-ID7\"),tag(\"compass-id:ISE-INP\"),tag(\"compass-id:ISE-IPA\"),tag(\"compass-id:ISE-LIS\"),tag(\"compass-id:ISE-LOC\"),tag(\"compass-id:ISE-MCL\"),tag(\"compass-id:ISE-NEWS\"),tag(\"compass-id:ISE-PAR\"),tag(\"compass-id:ISE-RSL\"),tag(\"compass-id:ISE-VPS\"),tag(\"compass-id:ISE-VSD\"),tag(\"compass-id:tmpp-admin-ui\"),tag(\"compass-id:tmpp-manifest\"),tag(\"compass-id:tmpp-web-proxy\"),tag(\"compass-id:UPS\"),tag(\"compass-id:WEA\"),tag(\"compass-id:WEA-ID5\"),tag(\"compass-id:WEA-IN-MAP\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:CDIP\")"
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/PD_LocationServices.-5431789095638148262..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/PD_LocationServices.-5431789095638148262..management_zone.tf
new file mode 100644
index 0000000..e27efe0
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/PD_LocationServices.-5431789095638148262..management_zone.tf
@@ -0,0 +1,15 @@
+resource "dynatrace_management_zone" "PD_LocationServices" {
+ name = "PD_LocationServices"
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:C2B-BS\"),tag(\"compass-id:GCS\"),tag(\"compass-id:LOS-CHA\"),tag(\"compass-id:LOS-CHA-CNV\"),tag(\"compass-id:LOS-JOY\"),tag(\"compass-id:LOS-MOD\"),tag(\"compass-id:LOS-MSC\"),tag(\"compass-id:LOS-OPS\"),tag(\"compass-id:LOS-PAR\"),tag(\"compass-id:LOS-PER\"),tag(\"compass-id:LOS-REF\"),tag(\"compass-id:RES-PAR\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:LOS-FTS\"),tag(\"compass-id:potholes-reader\"),tag(\"compass-id:potholes-service\"),tag(\"compass-id:sc-reader\"),tag(\"compass-id:sc-service\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:ercaf\"),tag(\"compass-id:ERCR\"),tag(\"compass-id:ERTP\")"
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/PD_MapServicesAutomatedDriving.-4931602184083142599..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/PD_MapServicesAutomatedDriving.-4931602184083142599..management_zone.tf
new file mode 100644
index 0000000..6a3ede5
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/PD_MapServicesAutomatedDriving.-4931602184083142599..management_zone.tf
@@ -0,0 +1,11 @@
+resource "dynatrace_management_zone" "PD_MapServicesAutomatedDriving" {
+ name = "PD_MapServicesAutomatedDriving"
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:ms-hdmap-lcv\"),tag(\"compass-id:ms-hdmap-map-viewer\"),tag(\"compass-id:ms-hdmap-mci-adapter\"),tag(\"compass-id:ms-hdmap-mci-downloader\"),tag(\"compass-id:ms-hdmap-nds-downloader\"),tag(\"compass-id:ms-hdmap-qc-bl\"),tag(\"compass-id:ms-hdmap-qc-checks\"),tag(\"compass-id:ms-hdmap-tile-delivery\"),tag(\"compass-id:ms-hdmap-tile-generator\"),tag(\"compass-id:ms-hdmap-vehicle-mock\"),tag(\"compass-id:mupi-backend\"),tag(\"compass-id:MUPI-BE\"),tag(\"compass-id:mupi-cloud-discovery-service\"),tag(\"compass-id:mupi-cloud-dumm-adapter-service\"),tag(\"compass-id:mupi-cloud-hd-adapter-service\"),tag(\"compass-id:mupi-cloud-import-service\"),tag(\"compass-id:mupi-cloud-integration-service\"),tag(\"compass-id:mupi-cloud-joynr-adapter-class-service\"),tag(\"compass-id:mupi-cloud-joynr-adapter-service\"),tag(\"compass-id:mupi-cloud-stats-service\"),tag(\"compass-id:mupi-cockpit\"),tag(\"compass-id:mupi-gateway\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:GNSS API Gateway\"),tag(\"compass-id:gnss-reader\"),tag(\"compass-id:gnss-service\"),tag(\"compass-id:ms-3dp-rc\"),tag(\"compass-id:tc-app\"),tag(\"compass-id:tc-service\")"
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/PD_NavigationServices.7272386165732072340..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/PD_NavigationServices.7272386165732072340..management_zone.tf
new file mode 100644
index 0000000..11074d5
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/PD_NavigationServices.7272386165732072340..management_zone.tf
@@ -0,0 +1,15 @@
+resource "dynatrace_management_zone" "PD_NavigationServices" {
+ name = "PD_NavigationServices"
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:OSPI\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:DM\"),tag(\"compass-id:eRoute\"),tag(\"compass-id:NaaS\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:CNGW\"),tag(\"compass-id:RTTI\")"
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/PD_RemoteMessagingServices.2789442917157839429..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/PD_RemoteMessagingServices.2789442917157839429..management_zone.tf
new file mode 100644
index 0000000..93192ac
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/PD_RemoteMessagingServices.2789442917157839429..management_zone.tf
@@ -0,0 +1,11 @@
+resource "dynatrace_management_zone" "PD_RemoteMessagingServices" {
+ name = "PD_RemoteMessagingServices"
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:EADB\"),tag(\"compass-id:ICNB\"),tag(\"compass-id:MSGSVC\"),tag(\"compass-id:OMGW\"),tag(\"compass-id:TCN\"),tag(\"compass-id:XCC-CAMPAIGNS\"),tag(\"compass-id:XCC-CMGR\"),tag(\"compass-id:XCC-SETTINGS\"),tag(\"compass-id:XCC-STATISTICS\"),tag(\"compass-id:XCC-USERS\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:APIGW\"),tag(\"compass-id:FMC\"),tag(\"compass-id:RS\"),tag(\"compass-id:RS360\"),tag(\"compass-id:RSCockpit\")"
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/PD_RemoteVehicleConfigurationManagement.7212377285048625814..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/PD_RemoteVehicleConfigurationManagement.7212377285048625814..management_zone.tf
new file mode 100644
index 0000000..59a9632
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/PD_RemoteVehicleConfigurationManagement.7212377285048625814..management_zone.tf
@@ -0,0 +1,23 @@
+resource "dynatrace_management_zone" "PD_RemoteVehicleConfigurationManagement" {
+ name = "PD_RemoteVehicleConfigurationManagement"
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:APR\"),tag(\"compass-id:APR-NPM\"),tag(\"compass-id:APR-Portal\"),tag(\"compass-id:APR-Registry\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:comfy-agent-registry\"),tag(\"compass-id:comfy-cockpit\"),tag(\"compass-id:comfy-management\"),tag(\"compass-id:comfy-orchestration\"),tag(\"compass-id:NOP-Admin\"),tag(\"compass-id:NOP-Archive\"),tag(\"compass-id:NOP-Provisioning\"),tag(\"compass-id:NOP-Trigger\"),tag(\"compass-id:SCM\"),tag(\"compass-id:SCMA\"),tag(\"compass-id:VPS-Admin\"),tag(\"compass-id:VPS-Archive\"),tag(\"compass-id:VPS-Monitor\"),tag(\"compass-id:VPS-Prov\"),tag(\"compass-id:VPS-Trigger\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:FRE\"),tag(\"compass-id:FRS\"),tag(\"compass-id:MPG\"),tag(\"compass-id:QMC\"),tag(\"compass-id:RCM\"),tag(\"compass-id:RCP\"),tag(\"compass-id:RCS\"),tag(\"compass-id:RDC\"),tag(\"compass-id:RDH\"),tag(\"compass-id:RES\"),tag(\"compass-id:RLM\"),tag(\"compass-id:RMO\"),tag(\"compass-id:RNB App\"),tag(\"compass-id:RNP\"),tag(\"compass-id:RPP\"),tag(\"compass-id:RSA Admin GUI\"),tag(\"compass-id:RSA Testbench GUI\"),tag(\"compass-id:RTE\"),tag(\"compass-id:RTS\"),tag(\"compass-id:RVC\"),tag(\"compass-id:RVE\"),tag(\"compass-id:RVI\"),tag(\"compass-id:RVS\"),tag(\"compass-id:RVT\"),tag(\"compass-id:rwd\"),tag(\"compass-id:tdp\"),tag(\"compass-id:uvm\"),tag(\"compass-id:vjm\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:ZAS\"),tag(\"compass-id:ZDI\"),tag(\"compass-id:ZFUS-MP-GENERATOR\"),tag(\"compass-id:ZIP\"),tag(\"compass-id:zis\"),tag(\"compass-id:ZMP\"),tag(\"compass-id:ZOS\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:SFA-FRE\"),tag(\"compass-id:SFA-OH\"),tag(\"compass-id:SFA-OTA\"),tag(\"compass-id:SFA-S\"),tag(\"compass-id:SFA-TS\")"
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/PD_Teleservices.1072985257684718374..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/PD_Teleservices.1072985257684718374..management_zone.tf
new file mode 100644
index 0000000..8e389f7
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/PD_Teleservices.1072985257684718374..management_zone.tf
@@ -0,0 +1,15 @@
+resource "dynatrace_management_zone" "PD_Teleservices" {
+ name = "PD_Teleservices"
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:RSURService\"),tag(\"compass-id:SCallService\"),tag(\"compass-id:SEAM\"),tag(\"compass-id:ts-asc\"),tag(\"compass-id:TSBGService\"),tag(\"compass-id:TSBM\"),tag(\"compass-id:TS-CCM-DI\"),tag(\"compass-id:TSCS\"),tag(\"compass-id:TSDD\"),tag(\"compass-id:TSMR\"),tag(\"compass-id:TS-PFFS\"),tag(\"compass-id:TSSB-BT\"),tag(\"compass-id:TSSB-BTI\"),tag(\"compass-id:TSSB-TSP\"),tag(\"compass-id:TS-SDI\"),tag(\"compass-id:ts-tyredi\"),tag(\"compass-id:ts-tyrewf\"),tag(\"compass-id:TTBS\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:BCallService\"),tag(\"compass-id:CAS-SPM\"),tag(\"compass-id:CAS-STM\"),tag(\"compass-id:DiagService\"),tag(\"compass-id:ESHAD\"),tag(\"compass-id:patchcampaign\"),tag(\"compass-id:RTCAD\"),tag(\"compass-id:RTCHandler\"),tag(\"compass-id:RTCService\"),tag(\"compass-id:ts-bcallhandler\"),tag(\"compass-id:ts-cts-ui\"),tag(\"compass-id:ts-pat-ui\"),tag(\"compass-id:TSRD\"),tag(\"compass-id:ts-rtc-ui\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:PDMManager\"),tag(\"compass-id:PDMUpdater\"),tag(\"compass-id:ts-ena-ui\"),tag(\"compass-id:WLManager\"),tag(\"compass-id:WLUpdater\")"
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/PD_VehicleDataCollection.-7170770367298385161..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/PD_VehicleDataCollection.-7170770367298385161..management_zone.tf
new file mode 100644
index 0000000..a5ddeea
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/PD_VehicleDataCollection.-7170770367298385161..management_zone.tf
@@ -0,0 +1,23 @@
+resource "dynatrace_management_zone" "PD_VehicleDataCollection" {
+ name = "PD_VehicleDataCollection"
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:CMCS\"),tag(\"compass-id:ERDCDC2FCD\"),tag(\"compass-id:ERDDISP\"),tag(\"compass-id:ERDFCDUDS\"),tag(\"compass-id:ERDMGR\"),tag(\"compass-id:ERDPROC\"),tag(\"compass-id:ERDXFCDFCD\"),tag(\"compass-id:XFCD Cockpit\"),tag(\"compass-id:XFCD Configuration\"),tag(\"compass-id:XFCDAnonymizer\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:TOL\"),tag(\"compass-id:TOL MGU\"),tag(\"compass-id:TOL-TSSB\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:IDS-SVDS\"),tag(\"compass-id:IDS-Sync\"),tag(\"compass-id:IDS-WS\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:SRManager\"),tag(\"compass-id:TSMB\"),tag(\"compass-id:TSR-CH\"),tag(\"compass-id:TSR-CMA\"),tag(\"compass-id:TSR-DD\"),tag(\"compass-id:TSR-ICC\"),tag(\"compass-id:TSR-VU\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:CCG\"),tag(\"compass-id:CSI\"),tag(\"compass-id:CSU\"),tag(\"compass-id:LSCFSU\"),tag(\"compass-id:LSCHR\"),tag(\"compass-id:LSCJHWO\"),tag(\"compass-id:LSCJR\"),tag(\"compass-id:LSCKC\"),tag(\"compass-id:LSCMM\"),tag(\"compass-id:LSCOC\"),tag(\"compass-id:LSCOG\"),tag(\"compass-id:LSCWO\"),tag(\"compass-id:tripCollection\"),tag(\"compass-id:vdc-vcs\"),tag(\"compass-id:VHCJR\"),tag(\"compass-id:VHS\"),tag(\"compass-id:VJDS\"),tag(\"compass-id:VNS\"),tag(\"compass-id:VS-API\"),tag(\"compass-id:VSFO\"),tag(\"compass-id:VSST\")"
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/PD_VehicleDataConnectivity.-2856031711728268510..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/PD_VehicleDataConnectivity.-2856031711728268510..management_zone.tf
new file mode 100644
index 0000000..54bb6f4
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/PD_VehicleDataConnectivity.-2856031711728268510..management_zone.tf
@@ -0,0 +1,15 @@
+resource "dynatrace_management_zone" "PD_VehicleDataConnectivity" {
+ name = "PD_VehicleDataConnectivity"
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:B2V-ADC\"),tag(\"compass-id:B2V-ADC-CLOUD\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:B2V-COM-BE\"),tag(\"compass-id:B2V-COM-ECHO\"),tag(\"compass-id:B2V-COM-FE\"),tag(\"compass-id:B2VCOMGCDMCLIENT\"),tag(\"compass-id:B2V-NOTS\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:JoynrDS\"),tag(\"compass-id:UDS\"),tag(\"compass-id:UDS Storage Service\")"
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/PSdZ-Checker.-5803916654070262245..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/PSdZ-Checker.-5803916654070262245..management_zone.tf
new file mode 100644
index 0000000..b2267d6
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/PSdZ-Checker.-5803916654070262245..management_zone.tf
@@ -0,0 +1,19 @@
+resource "dynatrace_management_zone" "PSdZ-Checker" {
+ name = "PSdZ-Checker"
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:PSdZ-Checker\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(SERVICE),databaseName.exists(),toRelationship.calls(type(SERVICE),tag(\"compass-id:PSdZ-Checker\"))"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(PROCESS_GROUP_INSTANCE),tag(\"compass-id:PSdZ-Checker\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(HOST),tag(\"compass-id:PSdZ-Checker\")"
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/TEST-Philipp.2877860233955550596..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/TEST-Philipp.2877860233955550596..management_zone.tf
new file mode 100644
index 0000000..b95ad29
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/TEST-Philipp.2877860233955550596..management_zone.tf
@@ -0,0 +1,12 @@
+resource "dynatrace_management_zone" "TEST-Philipp" {
+ name = "TEST-Philipp"
+ dimensional_rule {
+ enabled = true
+ applies_to = "METRIC"
+ condition {
+ type = "METRIC_KEY"
+ key = "fav_failure_rate"
+ match = "BEGINS_WITH"
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/WK_Login.6607595346813988754..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/WK_Login.6607595346813988754..management_zone.tf
new file mode 100644
index 0000000..151c4c5
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/WK_Login.6607595346813988754..management_zone.tf
@@ -0,0 +1,87 @@
+resource "dynatrace_management_zone" "WK_Login" {
+ name = "WK_Login"
+ rules {
+ type = "SERVICE"
+ enabled = true
+ conditions {
+ process_metadata {
+ attribute = "PROCESS_GROUP_PREDEFINED_METADATA"
+ dynamic_key = "KUBERNETES_NAMESPACE"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "EQUALS"
+ value = "managed-app-user-composite-service"
+ }
+ }
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "SERVICE_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "PROD"
+ }
+ }
+ }
+ rules {
+ type = "SERVICE"
+ enabled = true
+ conditions {
+ process_metadata {
+ attribute = "PROCESS_GROUP_PREDEFINED_METADATA"
+ dynamic_key = "KUBERNETES_NAMESPACE"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "managed-app-connected-oauth-service-apim"
+ }
+ }
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "SERVICE_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "PROD"
+ }
+ }
+ }
+ rules {
+ type = "SERVICE"
+ enabled = true
+ conditions {
+ process_metadata {
+ attribute = "PROCESS_GROUP_PREDEFINED_METADATA"
+ dynamic_key = "KUBERNETES_NAMESPACE"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "EQUALS"
+ value = "managed-app-legal-document-composite-service"
+ }
+ }
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "SERVICE_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "PROD"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/WK_Personal_Favorites.-8881178060219525495..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/WK_Personal_Favorites.-8881178060219525495..management_zone.tf
new file mode 100644
index 0000000..2754c8d
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/WK_Personal_Favorites.-8881178060219525495..management_zone.tf
@@ -0,0 +1,35 @@
+resource "dynatrace_management_zone" "WK_Personal_Favorites" {
+ name = "WK_Personal_Favorites"
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(SERVICE), entityId(SERVICE-EA5D470986A259F3)"
+ }
+ rules {
+ type = "SERVICE"
+ enabled = true
+ conditions {
+ process_metadata {
+ attribute = "PROCESS_GROUP_PREDEFINED_METADATA"
+ dynamic_key = "KUBERNETES_NAMESPACE"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "EQUALS"
+ value = "managed-app-destination-composite-service"
+ }
+ }
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "SERVICE_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "PROD"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/WK_Philipp.-905305273439641248..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/WK_Philipp.-905305273439641248..management_zone.tf
new file mode 100644
index 0000000..c32c17b
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/WK_Philipp.-905305273439641248..management_zone.tf
@@ -0,0 +1,59 @@
+resource "dynatrace_management_zone" "WK_Philipp" {
+ name = "WK_Philipp"
+ rules {
+ type = "SERVICE"
+ enabled = true
+ conditions {
+ process_metadata {
+ attribute = "PROCESS_GROUP_PREDEFINED_METADATA"
+ dynamic_key = "KUBERNETES_NAMESPACE"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "managed-app-vehicle-remote-commands-composite-service"
+ }
+ }
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "SERVICE_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "PROD"
+ }
+ }
+ }
+ rules {
+ type = "SERVICE"
+ enabled = true
+ conditions {
+ process_metadata {
+ attribute = "PROCESS_GROUP_PREDEFINED_METADATA"
+ dynamic_key = "KUBERNETES_NAMESPACE"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "managed-app-remote-360-composite-service"
+ }
+ }
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "SERVICE_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "PROD"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/WK_Remote_Camera.7111072854346026301..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/WK_Remote_Camera.7111072854346026301..management_zone.tf
new file mode 100644
index 0000000..33c4d05
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/WK_Remote_Camera.7111072854346026301..management_zone.tf
@@ -0,0 +1,31 @@
+resource "dynatrace_management_zone" "WK_Remote_Camera" {
+ name = "WK_Remote_Camera"
+ rules {
+ type = "SERVICE"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "SERVICE_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "PROD"
+ }
+ }
+ conditions {
+ process_metadata {
+ attribute = "PROCESS_GROUP_PREDEFINED_METADATA"
+ dynamic_key = "KUBERNETES_NAMESPACE"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "EQUALS"
+ value = "managed-app-remote-360-composite-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/WK_Remote_Services.-8618973496510074025..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/WK_Remote_Services.-8618973496510074025..management_zone.tf
new file mode 100644
index 0000000..b8d70e9
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/WK_Remote_Services.-8618973496510074025..management_zone.tf
@@ -0,0 +1,31 @@
+resource "dynatrace_management_zone" "WK_Remote_Services" {
+ name = "WK_Remote_Services"
+ rules {
+ type = "SERVICE"
+ enabled = true
+ conditions {
+ process_metadata {
+ attribute = "PROCESS_GROUP_PREDEFINED_METADATA"
+ dynamic_key = "KUBERNETES_NAMESPACE"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "EQUALS"
+ value = "managed-app-vehicle-remote-commands-composite-service"
+ }
+ }
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "SERVICE_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "PROD"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/WK_SMACC.5199358269317144485..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/WK_SMACC.5199358269317144485..management_zone.tf
new file mode 100644
index 0000000..6688d47
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/WK_SMACC.5199358269317144485..management_zone.tf
@@ -0,0 +1,264 @@
+resource "dynatrace_management_zone" "WK_SMACC" {
+ name = "WK_SMACC"
+ 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 = "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 = true
+ negate = true
+ operator = "CONTAINS"
+ value = "internal service"
+ }
+ }
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "SERVICE_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = true
+ operator = "CONTAINS"
+ value = "ProtocolDataApi"
+ }
+ }
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "SERVICE_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Environment"
+ value = "PROD"
+ }
+ }
+ }
+ }
+ 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 = "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"
+ }
+ }
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "SERVICE_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Environment"
+ value = "PROD"
+ }
+ }
+ }
+ }
+ 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-SMACC"
+ }
+ }
+ }
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "SERVICE_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Environment"
+ value = "PROD"
+ }
+ }
+ }
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "SERVICE_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = true
+ operator = "EQUALS"
+ value = "HealthResource"
+ }
+ }
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "SERVICE_DETECTED_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = true
+ operator = "CONTAINS"
+ value = "executed"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/WK_Send_to_Car_Legacy.-6611202701233341995..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/WK_Send_to_Car_Legacy.-6611202701233341995..management_zone.tf
new file mode 100644
index 0000000..4f23fc4
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/WK_Send_to_Car_Legacy.-6611202701233341995..management_zone.tf
@@ -0,0 +1,19 @@
+resource "dynatrace_management_zone" "WK_Send_to_Car_Legacy" {
+ name = "WK_Send_to_Car_Legacy"
+ rules {
+ type = "SERVICE"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "SERVICE_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "LegacyPoiApi - msgsvc - prod"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/WK_Send_to_Car_MGU.7762420106813300217..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/WK_Send_to_Car_MGU.7762420106813300217..management_zone.tf
new file mode 100644
index 0000000..a268fc4
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/WK_Send_to_Car_MGU.7762420106813300217..management_zone.tf
@@ -0,0 +1,31 @@
+resource "dynatrace_management_zone" "WK_Send_to_Car_MGU" {
+ name = "WK_Send_to_Car_MGU"
+ rules {
+ type = "SERVICE"
+ enabled = true
+ conditions {
+ process_metadata {
+ attribute = "PROCESS_GROUP_PREDEFINED_METADATA"
+ dynamic_key = "KUBERNETES_NAMESPACE"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "managed-app-trip-service"
+ }
+ }
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "SERVICE_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "PROD"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/WK_Vehicle_Data.-6303890120553130256..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/WK_Vehicle_Data.-6303890120553130256..management_zone.tf
new file mode 100644
index 0000000..466e179
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/WK_Vehicle_Data.-6303890120553130256..management_zone.tf
@@ -0,0 +1,31 @@
+resource "dynatrace_management_zone" "WK_Vehicle_Data" {
+ name = "WK_Vehicle_Data"
+ rules {
+ type = "SERVICE"
+ enabled = true
+ conditions {
+ process_metadata {
+ attribute = "PROCESS_GROUP_PREDEFINED_METADATA"
+ dynamic_key = "KUBERNETES_NAMESPACE"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "EQUALS"
+ value = "managed-app-vehicle-service"
+ }
+ }
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "SERVICE_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "PROD"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/WK_Vehicle_Mapping.-5513243277421013486..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/WK_Vehicle_Mapping.-5513243277421013486..management_zone.tf
new file mode 100644
index 0000000..42fea7d
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/WK_Vehicle_Mapping.-5513243277421013486..management_zone.tf
@@ -0,0 +1,59 @@
+resource "dynatrace_management_zone" "WK_Vehicle_Mapping" {
+ name = "WK_Vehicle_Mapping"
+ rules {
+ type = "SERVICE"
+ enabled = true
+ conditions {
+ process_metadata {
+ attribute = "PROCESS_GROUP_PREDEFINED_METADATA"
+ dynamic_key = "KUBERNETES_NAMESPACE"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "EQUALS"
+ value = "managed-app-vehicle-mapping-composite-service"
+ }
+ }
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "SERVICE_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "PROD"
+ }
+ }
+ }
+ rules {
+ type = "SERVICE"
+ enabled = true
+ conditions {
+ process_metadata {
+ attribute = "PROCESS_GROUP_PREDEFINED_METADATA"
+ dynamic_key = "KUBERNETES_NAMESPACE"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "EQUALS"
+ value = "managed-app-user-composite-service"
+ }
+ }
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "SERVICE_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "PROD"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/module.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/module.tf
new file mode 100644
index 0000000..e4e0436
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/module.tf
@@ -0,0 +1,8 @@
+terraform {
+ required_providers {
+ dynatrace = {
+ version = "1.8.4"
+ source = "dynatrace-oss/dynatrace"
+ }
+ }
+}
diff --git a/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/tf-example-for-management-zone-by-tag.-2517423735210691021..management_zone.tf b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/tf-example-for-management-zone-by-tag.-2517423735210691021..management_zone.tf
new file mode 100644
index 0000000..56dfe27
--- /dev/null
+++ b/configuration/20211130-183836_EUPROD_CONFIGURATION/management_zones/tf-example-for-management-zone-by-tag.-2517423735210691021..management_zone.tf
@@ -0,0 +1,34 @@
+resource "dynatrace_management_zone" "tf-example-for-management-zone-by-tag" {
+ name = "tf-example-for-management-zone-by-tag"
+ description = "CONNECTED APP \u0026 CONVERSATION SERVICES4: CONNECTED APP (MYBMW, MINI)"
+ rules {
+ type = "SERVICE"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "SERVICE_TYPE"
+ }
+ service_type {
+ negate = false
+ operator = "EQUALS"
+ value = "WEB_SERVICE"
+ }
+ }
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "SERVICE_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "compass-id"
+ value = "UDS"
+ }
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/configuration.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/configuration.tf
new file mode 100644
index 0000000..58d4f33
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/configuration.tf
@@ -0,0 +1,8 @@
+terraform {
+ required_providers {
+ dynatrace = {
+ version = "1.8.4"
+ source = "dynatrace-oss/dynatrace"
+ }
+ }
+}module "management_zones" { source = "./management_zones"}
\ No newline at end of file
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_ABC.-419536099809788537..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_ABC.-419536099809788537..management_zone.tf
new file mode 100644
index 0000000..0c4cbdd
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_ABC.-419536099809788537..management_zone.tf
@@ -0,0 +1,11 @@
+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\"))"
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_APIGW.8505678630142971659..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_APIGW.8505678630142971659..management_zone.tf
new file mode 100644
index 0000000..670933c
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_APIGW.8505678630142971659..management_zone.tf
@@ -0,0 +1,231 @@
+resource "dynatrace_management_zone" "CD_APIGW" {
+ name = "CD_APIGW"
+ 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 = "APIGW-WS"
+ }
+ }
+ }
+ 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 = "APIGW-WS"
+ }
+ }
+ }
+ }
+ 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 = "APIGW-APP"
+ }
+ }
+ }
+ 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 = "APIGW-APP"
+ }
+ }
+ }
+ }
+ 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 Gateway Legacy"
+ }
+ }
+ }
+ 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 = "Service Gateway Legacy"
+ }
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_APIM.5858960741172780348..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_APIM.5858960741172780348..management_zone.tf
new file mode 100644
index 0000000..a36993e
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_APIM.5858960741172780348..management_zone.tf
@@ -0,0 +1,19 @@
+resource "dynatrace_management_zone" "CD_APIM" {
+ name = "CD_APIM"
+ rules {
+ type = "SERVICE"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "SERVICE_AKKA_ACTOR_SYSTEM"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "BEGINS_WITH"
+ value = "Empty"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_ASBC-FSC-AST.4284157392148718704..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_ASBC-FSC-AST.4284157392148718704..management_zone.tf
new file mode 100644
index 0000000..9094e23
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_ASBC-FSC-AST.4284157392148718704..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_ASBC-FSC-AST" {
+ name = "CD_ASBC-FSC-AST"
+ 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-FSC-AST"
+ }
+ }
+ }
+ }
+ 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-FSC-AST"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "ASBC-FSC-AST"
+ }
+ }
+ }
+ }
+ 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-FSC-AST"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "ASBC-FSC-AST"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_ASBC-HAL-CL.-4095317036884154012..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_ASBC-HAL-CL.-4095317036884154012..management_zone.tf
new file mode 100644
index 0000000..57041d9
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_ASBC-HAL-CL.-4095317036884154012..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_ASBC-HAL-CL" {
+ name = "CD_ASBC-HAL-CL"
+ 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-HAL-CL"
+ }
+ }
+ }
+ }
+ 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-HAL-CL"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "ASBC-HAL-CL"
+ }
+ }
+ }
+ }
+ 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-HAL-CL"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "ASBC-HAL-CL"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_ASBC-HAL.-4124588987890496427..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_ASBC-HAL.-4124588987890496427..management_zone.tf
new file mode 100644
index 0000000..06a4d70
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_ASBC-HAL.-4124588987890496427..management_zone.tf
@@ -0,0 +1,91 @@
+resource "dynatrace_management_zone" "CD_ASBC-HAL" {
+ name = "CD_ASBC-HAL"
+ 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-HAL"
+ }
+ }
+ }
+ 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"
+ }
+ }
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "PROCESS_GROUP_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = true
+ operator = "CONTAINS"
+ value = "clusterDomain"
+ }
+ }
+ }
+ 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-HAL"
+ }
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_ASBC-MFSCS.3255782291710659598..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_ASBC-MFSCS.3255782291710659598..management_zone.tf
new file mode 100644
index 0000000..98dee19
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_ASBC-MFSCS.3255782291710659598..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_ASBC-MFSCS" {
+ name = "CD_ASBC-MFSCS"
+ 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-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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_ASBC-NGTP.6039019990917988583..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_ASBC-NGTP.6039019990917988583..management_zone.tf
new file mode 100644
index 0000000..6f77a0a
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_ASBC-NGTP.6039019990917988583..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_ASBC-PKI-DFP.8264399635884697827..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_ASBC-PKI-DFP.8264399635884697827..management_zone.tf
new file mode 100644
index 0000000..70d523b
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_ASBC-PKI-DFP.8264399635884697827..management_zone.tf
@@ -0,0 +1,19 @@
+resource "dynatrace_management_zone" "CD_ASBC-PKI-DFP" {
+ name = "CD_ASBC-PKI-DFP"
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:DFP\",\"compass-id:DFPH\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(SERVICE),databaseName.exists(),toRelationship.calls(type(SERVICE),tag(\"compass-id:DFP\",\"compass-id:DFPH\"))"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(PROCESS_GROUP_INSTANCE),tag(\"compass-id:DFP\",\"compass-id:DFPH\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(HOST),tag(\"compass-id:DFP\",\"compass-id:DFPH\")"
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_ASBC-PKI-OCLIScert2vin.-711670489332587991..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_ASBC-PKI-OCLIScert2vin.-711670489332587991..management_zone.tf
new file mode 100644
index 0000000..6ff5b07
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_ASBC-PKI-OCLIScert2vin.-711670489332587991..management_zone.tf
@@ -0,0 +1,19 @@
+resource "dynatrace_management_zone" "CD_ASBC-PKI-OCLIScert2vin" {
+ name = "CD_ASBC-PKI-OCLIScert2vin"
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:OCLISc2v\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(SERVICE),databaseName.exists(),toRelationship.calls(type(SERVICE),tag(\"compass-id:OCLISc2v\"))"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(PROCESS_GROUP_INSTANCE),tag(\"compass-id:OCLISc2v\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(HOST),tag(\"compass-id:OCLISc2v\")"
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_ASBC-PKI-OCLISocsp.6759587591579958728..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_ASBC-PKI-OCLISocsp.6759587591579958728..management_zone.tf
new file mode 100644
index 0000000..b2d9e4c
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_ASBC-PKI-OCLISocsp.6759587591579958728..management_zone.tf
@@ -0,0 +1,19 @@
+resource "dynatrace_management_zone" "CD_ASBC-PKI-OCLISocsp" {
+ name = "CD_ASBC-PKI-OCLISocsp"
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:OCLISocsp\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(SERVICE),databaseName.exists(),toRelationship.calls(type(SERVICE),tag(\"compass-id:OCLISocsp\"))"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(PROCESS_GROUP_INSTANCE),tag(\"compass-id:OCLISocsp\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(HOST),tag(\"compass-id:OCLISocsp\")"
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_ASBC-PKI-P2X.7261656644444143142..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_ASBC-PKI-P2X.7261656644444143142..management_zone.tf
new file mode 100644
index 0000000..61f4aba
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_ASBC-PKI-P2X.7261656644444143142..management_zone.tf
@@ -0,0 +1,19 @@
+resource "dynatrace_management_zone" "CD_ASBC-PKI-P2X" {
+ name = "CD_ASBC-PKI-P2X"
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:P2X\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(SERVICE),databaseName.exists(),toRelationship.calls(type(SERVICE),tag(\"compass-id:P2X\"))"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(PROCESS_GROUP_INSTANCE),tag(\"compass-id:P2X\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(HOST),tag(\"compass-id:P2X\")"
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_ASBC-PKI-VCSM.2915456084044023167..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_ASBC-PKI-VCSM.2915456084044023167..management_zone.tf
new file mode 100644
index 0000000..7d66c0b
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_ASBC-PKI-VCSM.2915456084044023167..management_zone.tf
@@ -0,0 +1,19 @@
+resource "dynatrace_management_zone" "CD_ASBC-PKI-VCSM" {
+ name = "CD_ASBC-PKI-VCSM"
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:VCS\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(SERVICE),databaseName.exists(),toRelationship.calls(type(SERVICE),tag(\"compass-id:VCS\"))"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(PROCESS_GROUP_INSTANCE),tag(\"compass-id:VCS\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(HOST),tag(\"compass-id:VCS\")"
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_ASBC-RSU.-1268277950254444437..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_ASBC-RSU.-1268277950254444437..management_zone.tf
new file mode 100644
index 0000000..467268d
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_ASBC-RSU.-1268277950254444437..management_zone.tf
@@ -0,0 +1,19 @@
+resource "dynatrace_management_zone" "CD_ASBC-RSU" {
+ name = "CD_ASBC-RSU"
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:ASBC-RSU\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(SERVICE),databaseName.exists(),toRelationship.calls(type(SERVICE),tag(\"compass-id:ASBC-RSU\"))"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(PROCESS_GROUP_INSTANCE),tag(\"compass-id:ASBC-RSU\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(HOST),tag(\"compass-id:ASBC-RSU\")"
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_ASBC-SMACC.-2086783870824620197..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_ASBC-SMACC.-2086783870824620197..management_zone.tf
new file mode 100644
index 0000000..4db941c
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_ASBC-SMACC.-2086783870824620197..management_zone.tf
@@ -0,0 +1,91 @@
+resource "dynatrace_management_zone" "CD_ASBC-SMACC" {
+ name = "CD_ASBC-SMACC"
+ 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-SMACC"
+ }
+ }
+ }
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "PROCESS_GROUP_NAME"
+ }
+ string {
+ case_sensitive = false
+ negate = true
+ operator = "CONTAINS"
+ value = "cluster"
+ }
+ }
+ 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 = "ASBC-SMACC"
+ }
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_ASBC-STM.-5139616067943914324..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_ASBC-STM.-5139616067943914324..management_zone.tf
new file mode 100644
index 0000000..050782b
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_ASBC-STM.-5139616067943914324..management_zone.tf
@@ -0,0 +1,19 @@
+resource "dynatrace_management_zone" "CD_ASBC-STM" {
+ name = "CD_ASBC-STM"
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:STM\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(SERVICE),databaseName.exists(),toRelationship.calls(type(SERVICE),tag(\"compass-id:STM\"))"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(PROCESS_GROUP_INSTANCE),tag(\"compass-id:STM\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(HOST),tag(\"compass-id:STM\")"
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_ASBC-TIS.3009110171208237421..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_ASBC-TIS.3009110171208237421..management_zone.tf
new file mode 100644
index 0000000..a7a4680
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_ASBC-TIS.3009110171208237421..management_zone.tf
@@ -0,0 +1,19 @@
+resource "dynatrace_management_zone" "CD_ASBC-TIS" {
+ name = "CD_ASBC-TIS"
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:TIS\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(SERVICE),databaseName.exists(),toRelationship.calls(type(SERVICE),tag(\"compass-id:TIS\"))"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(PROCESS_GROUP_INSTANCE),tag(\"compass-id:TIS\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(HOST),tag(\"compass-id:TIS\")"
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_ASBC-TVP.-5884762133802735399..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_ASBC-TVP.-5884762133802735399..management_zone.tf
new file mode 100644
index 0000000..9190094
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_ASBC-TVP.-5884762133802735399..management_zone.tf
@@ -0,0 +1,19 @@
+resource "dynatrace_management_zone" "CD_ASBC-TVP" {
+ name = "CD_ASBC-TVP"
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:TVP\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(SERVICE),databaseName.exists(),toRelationship.calls(type(SERVICE),tag(\"compass-id:TVP\"))"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(PROCESS_GROUP_INSTANCE),tag(\"compass-id:TVP\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(HOST),tag(\"compass-id:TVP\")"
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_ASBCSWLSEC2.984553810256726895..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_ASBCSWLSEC2.984553810256726895..management_zone.tf
new file mode 100644
index 0000000..5b7c0e9
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_ASBCSWLSEC2.984553810256726895..management_zone.tf
@@ -0,0 +1,19 @@
+resource "dynatrace_management_zone" "CD_ASBCSWLSEC2" {
+ name = "CD_ASBCSWLSEC2"
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:ASBCSWLSEC2\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(SERVICE),databaseName.exists(),toRelationship.calls(type(SERVICE),tag(\"compass-id:ASBCSWLSEC2\"))"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(PROCESS_GROUP_INSTANCE),tag(\"compass-id:ASBCSWLSEC2\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(HOST),tag(\"compass-id:ASBCSWLSEC2\")"
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_ASBS.281869016656866433..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_ASBS.281869016656866433..management_zone.tf
new file mode 100644
index 0000000..3088407
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_ASBS.281869016656866433..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_App-Repository.2107206930322242750..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_App-Repository.2107206930322242750..management_zone.tf
new file mode 100644
index 0000000..a977057
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_App-Repository.2107206930322242750..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_App-Repository" {
+ name = "CD_App-Repository"
+ 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 = "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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_AudioVideoServices.343102601498175580..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_AudioVideoServices.343102601498175580..management_zone.tf
new file mode 100644
index 0000000..0ef949d
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_AudioVideoServices.343102601498175580..management_zone.tf
@@ -0,0 +1,194 @@
+resource "dynatrace_management_zone" "CD_AudioVideoServices" {
+ name = "CD_AudioVideoServices"
+ 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 = "AudioVideoServices"
+ }
+ }
+ }
+ }
+ 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 = "AudioVideoServices"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "AudioVideoServices"
+ }
+ }
+ }
+ }
+ 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 = "AudioVideoServices"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "AudioVideoServices"
+ }
+ }
+ }
+ 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 = "cm-spotify"
+ }
+ }
+ }
+ }
+ 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 = "ise-connectedradio"
+ }
+ }
+ }
+ }
+ 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 = "cm-config"
+ }
+ }
+ }
+ }
+ 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 = "cm-gracenote"
+ }
+ }
+ }
+ }
+ 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 = "cm-ximalaya"
+ }
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_BMW-Assistant-for-Service-Events-(BASE).4530644663209438695..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_BMW-Assistant-for-Service-Events-(BASE).4530644663209438695..management_zone.tf
new file mode 100644
index 0000000..dbd7bd3
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_BMW-Assistant-for-Service-Events-(BASE).4530644663209438695..management_zone.tf
@@ -0,0 +1,35 @@
+resource "dynatrace_management_zone" "CD_BMW-Assistant-for-Service-Events-_BASE_" {
+ name = "CD_BMW-Assistant-for-Service-Events-(BASE)"
+ 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 = "BASE"
+ }
+ }
+ }
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "SERVICE_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = true
+ operator = "CONTAINS"
+ value = "executed in"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_BMWPoints.337084454801734616..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_BMWPoints.337084454801734616..management_zone.tf
new file mode 100644
index 0000000..7cb817e
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_BMWPoints.337084454801734616..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_BMWPoints" {
+ name = "CD_BMWPoints"
+ 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 = "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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_BMW_POINTS_ENGINE.-8570994466372814219..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_BMW_POINTS_ENGINE.-8570994466372814219..management_zone.tf
new file mode 100644
index 0000000..44abd20
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_BMW_POINTS_ENGINE.-8570994466372814219..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_Billing_Buffet.8678780206055840222..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_Billing_Buffet.8678780206055840222..management_zone.tf
new file mode 100644
index 0000000..e383b11
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_Billing_Buffet.8678780206055840222..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_Billing_Buffet" {
+ name = "CD_Billing_Buffet"
+ 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 = "Buffet"
+ }
+ }
+ }
+ }
+ 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 = "Buffet"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "Buffet"
+ }
+ }
+ }
+ }
+ 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 = "Buffet"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "Buffet"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_CCG.1580439820202177380..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_CCG.1580439820202177380..management_zone.tf
new file mode 100644
index 0000000..284c944
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_CCG.1580439820202177380..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_CCG" {
+ name = "CD_CCG"
+ 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 = "CCG"
+ }
+ }
+ }
+ }
+ 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 = "CCG"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "CCG"
+ }
+ }
+ }
+ }
+ 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 = "CCG"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "CCG"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_CICD.5483395701072092813..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_CICD.5483395701072092813..management_zone.tf
new file mode 100644
index 0000000..ec2c876
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_CICD.5483395701072092813..management_zone.tf
@@ -0,0 +1,19 @@
+resource "dynatrace_management_zone" "CD_CICD" {
+ name = "CD_CICD"
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:CICD\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(SERVICE),databaseName.exists(),toRelationship.calls(type(SERVICE),tag(\"compass-id:CICD\"))"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(PROCESS_GROUP_INSTANCE),tag(\"compass-id:CICD\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(HOST),tag(\"compass-id:CICD\")"
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_CSI.8356220544719609273..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_CSI.8356220544719609273..management_zone.tf
new file mode 100644
index 0000000..ca41c95
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_CSI.8356220544719609273..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_CSI" {
+ name = "CD_CSI"
+ 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 = "CSI"
+ }
+ }
+ }
+ }
+ 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 = "CSI"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "CSI"
+ }
+ }
+ }
+ }
+ 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 = "CSI"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "CSI"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_Call-Handling-Backends.6501681794177069649..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_Call-Handling-Backends.6501681794177069649..management_zone.tf
new file mode 100644
index 0000000..3fa1ef3
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_Call-Handling-Backends.6501681794177069649..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_Call-Handling-Backends" {
+ name = "CD_Call-Handling-Backends"
+ 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 = "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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_CallCenterClient.-7878128883535054810..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_CallCenterClient.-7878128883535054810..management_zone.tf
new file mode 100644
index 0000000..8b1ebe8
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_CallCenterClient.-7878128883535054810..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_CallCenterClient" {
+ name = "CD_CallCenterClient"
+ 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 Center 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 = "Call Center Client"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "Call Center 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 = "Call Center Client"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "Call Center Client"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_Connected-Backend-Services.-4617890206478168070..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_Connected-Backend-Services.-4617890206478168070..management_zone.tf
new file mode 100644
index 0000000..5f941f1
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_Connected-Backend-Services.-4617890206478168070..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_Connected-Backend-Services" {
+ name = "CD_Connected-Backend-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 = "Connected-Backend-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 = "Connected-Backend-Services"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "Connected-Backend-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 = "Connected-Backend-Services"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "Connected-Backend-Services"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_Connected-User-Behaviour.3815634264786416341..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_Connected-User-Behaviour.3815634264786416341..management_zone.tf
new file mode 100644
index 0000000..1c5fe64
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_Connected-User-Behaviour.3815634264786416341..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_ConnectedDrive-Internet-Portal.1777058043439209450..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_ConnectedDrive-Internet-Portal.1777058043439209450..management_zone.tf
new file mode 100644
index 0000000..ff02902
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_ConnectedDrive-Internet-Portal.1777058043439209450..management_zone.tf
@@ -0,0 +1,110 @@
+resource "dynatrace_management_zone" "CD_ConnectedDrive-Internet-Portal" {
+ name = "CD_ConnectedDrive-Internet-Portal"
+ 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 = "ConnectedDrive-Internet-Portal"
+ }
+ }
+ }
+ }
+ 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 = "ConnectedDrive-Internet-Portal"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "ConnectedDrive-Internet-Portal"
+ }
+ }
+ }
+ }
+ 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 = "ConnectedDrive-Internet-Portal"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "ConnectedDrive-Internet-Portal"
+ }
+ }
+ }
+ rules {
+ type = "SERVICE"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "SERVICE_DATABASE_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "cdipdb_prod"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_ContentProvider.-4697446559085661233..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_ContentProvider.-4697446559085661233..management_zone.tf
new file mode 100644
index 0000000..6fbad66
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_ContentProvider.-4697446559085661233..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_ContentProvider" {
+ name = "CD_ContentProvider"
+ 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 = "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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_Countly.4474755998578015823..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_Countly.4474755998578015823..management_zone.tf
new file mode 100644
index 0000000..28c880a
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_Countly.4474755998578015823..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_Countly" {
+ name = "CD_Countly"
+ 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 = "Countly"
+ }
+ }
+ }
+ }
+ 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 = "Countly"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "Countly"
+ }
+ }
+ }
+ }
+ 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 = "Countly"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "Countly"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_CustomerCentricInformationServices.8357308173977663646..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_CustomerCentricInformationServices.8357308173977663646..management_zone.tf
new file mode 100644
index 0000000..23c3302
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_CustomerCentricInformationServices.8357308173977663646..management_zone.tf
@@ -0,0 +1,174 @@
+resource "dynatrace_management_zone" "CD_CustomerCentricInformationServices" {
+ name = "CD_CustomerCentricInformationServices"
+ 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 = "CustomerCentricInformationServices"
+ }
+ }
+ }
+ }
+ 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 = "CustomerCentricInformationServices"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "CustomerCentricInformationServices"
+ }
+ }
+ }
+ }
+ 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 = "CustomerCentricInformationServices"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "CustomerCentricInformationServices"
+ }
+ }
+ }
+ 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"
+ }
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_DPP_DPM.2344623684560722335..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_DPP_DPM.2344623684560722335..management_zone.tf
new file mode 100644
index 0000000..8c9c5fc
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_DPP_DPM.2344623684560722335..management_zone.tf
@@ -0,0 +1,185 @@
+resource "dynatrace_management_zone" "CD_DPP_DPM" {
+ name = "CD_DPP_DPM"
+ 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 = "DPP"
+ }
+ }
+ }
+ }
+ 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 = "DPP"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "DPP"
+ }
+ }
+ }
+ }
+ 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 = "DPP"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "DPP"
+ }
+ }
+ }
+ 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 = "DPM"
+ }
+ }
+ }
+ }
+ 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 = "DPM"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "DPM"
+ }
+ }
+ }
+ }
+ 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 = "DPM"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "DPM"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_GCDM.5530586743181603811..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_GCDM.5530586743181603811..management_zone.tf
new file mode 100644
index 0000000..8472d9d
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_GCDM.5530586743181603811..management_zone.tf
@@ -0,0 +1,19 @@
+resource "dynatrace_management_zone" "CD_GCDM" {
+ name = "CD_GCDM"
+ rules {
+ type = "HTTP_MONITOR"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HTTP_MONITOR_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "BEGINS_WITH"
+ value = "GCDM"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_ImageBlur.-319238264175647671..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_ImageBlur.-319238264175647671..management_zone.tf
new file mode 100644
index 0000000..a4f368e
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_ImageBlur.-319238264175647671..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_Infotainment-In-Car-Experience-Services.-2636562501139802422..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_Infotainment-In-Car-Experience-Services.-2636562501139802422..management_zone.tf
new file mode 100644
index 0000000..37a6fb1
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_Infotainment-In-Car-Experience-Services.-2636562501139802422..management_zone.tf
@@ -0,0 +1,121 @@
+resource "dynatrace_management_zone" "CD_Infotainment-In-Car-Experience-Services" {
+ name = "CD_Infotainment-In-Car-Experience-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 = "Infotainment"
+ }
+ }
+ }
+ 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"
+ }
+ }
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "SERVICE_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = true
+ operator = "CONTAINS"
+ value = "background"
+ }
+ }
+ }
+ 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 = "Infotainment"
+ }
+ }
+ }
+ }
+ 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 = false
+ negate = true
+ operator = "CONTAINS"
+ value = "asbc"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_InfotainmentInCarExperienceServices.-733564006240048134..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_InfotainmentInCarExperienceServices.-733564006240048134..management_zone.tf
new file mode 100644
index 0000000..d4d3217
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_InfotainmentInCarExperienceServices.-733564006240048134..management_zone.tf
@@ -0,0 +1,19 @@
+resource "dynatrace_management_zone" "CD_InfotainmentInCarExperienceServices" {
+ name = "CD_InfotainmentInCarExperienceServices"
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:ambient-music\",\"compass-id:festive-mode\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(SERVICE),databaseName.exists(),toRelationship.calls(type(SERVICE),tag(\"compass-id:ambient-music\",\"compass-id:festive-mode\"))"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(PROCESS_GROUP_INSTANCE),tag(\"compass-id:ambient-music\",\"compass-id:festive-mode\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(HOST),tag(\"compass-id:ambient-music\",\"compass-id:festive-mode\")"
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_LSC-FSU.-9051200530083093822..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_LSC-FSU.-9051200530083093822..management_zone.tf
new file mode 100644
index 0000000..9588ad4
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_LSC-FSU.-9051200530083093822..management_zone.tf
@@ -0,0 +1,79 @@
+resource "dynatrace_management_zone" "CD_LSC-FSU" {
+ name = "CD_LSC-FSU"
+ 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-FSU"
+ }
+ }
+ }
+ 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 = "LSC-FSU"
+ }
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_LSC.6852567050803592569..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_LSC.6852567050803592569..management_zone.tf
new file mode 100644
index 0000000..20829a3
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_LSC.6852567050803592569..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_LSC" {
+ name = "CD_LSC"
+ 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"
+ }
+ }
+ }
+ }
+ 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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_LSCFSU.-7762134287292745723..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_LSCFSU.-7762134287292745723..management_zone.tf
new file mode 100644
index 0000000..3626c40
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_LSCFSU.-7762134287292745723..management_zone.tf
@@ -0,0 +1,114 @@
+resource "dynatrace_management_zone" "CD_LSCFSU" {
+ name = "CD_LSCFSU"
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:lscfsu\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(SERVICE),databaseName.exists(),toRelationship.calls(type(SERVICE),tag(\"compass-id:lscfsu\"))"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(PROCESS_GROUP),tag(\"compass-id:lscfsu\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(PROCESS_GROUP_INSTANCE),tag(\"compass-id:lscfsu\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(HOST),tag(\"compass-id:lscfsu\")"
+ }
+ 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 = "LSCFSU"
+ }
+ }
+ }
+ }
+ 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 = "LSCFSU"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "LSCFSU"
+ }
+ }
+ }
+ }
+ 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 = "LSCFSU"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "LSCFSU"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_Location-Services.-1910677594784699639..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_Location-Services.-1910677594784699639..management_zone.tf
new file mode 100644
index 0000000..f8593af
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_Location-Services.-1910677594784699639..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_Location-Services" {
+ name = "CD_Location-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 = "Location-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 = "Location-Services"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "Location-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 = "Location-Services"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "Location-Services"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_MSGSVC.2134637765503631591..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_MSGSVC.2134637765503631591..management_zone.tf
new file mode 100644
index 0000000..16c6f9e
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_MSGSVC.2134637765503631591..management_zone.tf
@@ -0,0 +1,19 @@
+resource "dynatrace_management_zone" "CD_MSGSVC" {
+ name = "CD_MSGSVC"
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:msgsvc\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(SERVICE),databaseName.exists(),toRelationship.calls(type(SERVICE),tag(\"compass-id:msgsvc\"))"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(PROCESS_GROUP_INSTANCE),tag(\"compass-id:msgsvc\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(HOST),tag(\"compass-id:msgsvc\")"
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_Messaging-Services.-4019360158137536139..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_Messaging-Services.-4019360158137536139..management_zone.tf
new file mode 100644
index 0000000..c80111b
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_Messaging-Services.-4019360158137536139..management_zone.tf
@@ -0,0 +1,185 @@
+resource "dynatrace_management_zone" "CD_Messaging-Services" {
+ name = "CD_Messaging-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 = "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_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 = "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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_Mobile2_and_BFFs.1955885627748260414..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_Mobile2_and_BFFs.1955885627748260414..management_zone.tf
new file mode 100644
index 0000000..d730ceb
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_Mobile2_and_BFFs.1955885627748260414..management_zone.tf
@@ -0,0 +1,282 @@
+resource "dynatrace_management_zone" "CD_Mobile2_and_BFFs" {
+ name = "CD_Mobile2_and_BFFs"
+ rules {
+ type = "MOBILE_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "MOBILE_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "Store"
+ }
+ }
+ }
+ rules {
+ type = "SERVICE"
+ enabled = true
+ conditions {
+ process_metadata {
+ attribute = "PROCESS_GROUP_PREDEFINED_METADATA"
+ dynamic_key = "KUBERNETES_NAMESPACE"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "managed-app-destination-composite-service"
+ }
+ }
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "SERVICE_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "PROD"
+ }
+ }
+ }
+ rules {
+ type = "SERVICE"
+ enabled = true
+ conditions {
+ process_metadata {
+ attribute = "PROCESS_GROUP_PREDEFINED_METADATA"
+ dynamic_key = "KUBERNETES_NAMESPACE"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "managed-app-vehicle-remote-commands-composite-service"
+ }
+ }
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "SERVICE_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "PROD"
+ }
+ }
+ }
+ rules {
+ type = "SERVICE"
+ enabled = true
+ conditions {
+ process_metadata {
+ attribute = "PROCESS_GROUP_PREDEFINED_METADATA"
+ dynamic_key = "KUBERNETES_NAMESPACE"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "managed-app-remote-360-composite-service"
+ }
+ }
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "SERVICE_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "PROD"
+ }
+ }
+ }
+ rules {
+ type = "SERVICE"
+ enabled = true
+ conditions {
+ process_metadata {
+ attribute = "PROCESS_GROUP_PREDEFINED_METADATA"
+ dynamic_key = "KUBERNETES_NAMESPACE"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "managed-app-vehicle-mapping-composite-service"
+ }
+ }
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "SERVICE_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "PROD"
+ }
+ }
+ }
+ rules {
+ type = "SERVICE"
+ enabled = true
+ conditions {
+ process_metadata {
+ attribute = "PROCESS_GROUP_PREDEFINED_METADATA"
+ dynamic_key = "KUBERNETES_NAMESPACE"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "managed-app-user-composite-service"
+ }
+ }
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "SERVICE_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "PROD"
+ }
+ }
+ }
+ rules {
+ type = "SERVICE"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "SERVICE_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "PROD"
+ }
+ }
+ conditions {
+ process_metadata {
+ attribute = "PROCESS_GROUP_PREDEFINED_METADATA"
+ dynamic_key = "KUBERNETES_NAMESPACE"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "EQUALS"
+ value = "managed-app-digital-key-composite-service"
+ }
+ }
+ }
+ rules {
+ type = "SERVICE"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "SERVICE_TYPE"
+ }
+ service_type {
+ negate = false
+ operator = "EQUALS"
+ value = "WEB_REQUEST_SERVICE"
+ }
+ }
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "SERVICE_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "PROD"
+ }
+ }
+ conditions {
+ process_metadata {
+ attribute = "PROCESS_GROUP_PREDEFINED_METADATA"
+ dynamic_key = "KUBERNETES_NAMESPACE"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "composite"
+ }
+ }
+ }
+ rules {
+ type = "SERVICE"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "SERVICE_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "PROD"
+ }
+ }
+ conditions {
+ process_metadata {
+ attribute = "PROCESS_GROUP_PREDEFINED_METADATA"
+ dynamic_key = "KUBERNETES_NAMESPACE"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "managed-app-connected-oauth-service-apim"
+ }
+ }
+ }
+ rules {
+ type = "SERVICE"
+ enabled = true
+ conditions {
+ process_metadata {
+ attribute = "PROCESS_GROUP_PREDEFINED_METADATA"
+ dynamic_key = "KUBERNETES_NAMESPACE"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "EQUALS"
+ value = "managed-app-remote-software-upgrade"
+ }
+ }
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "SERVICE_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "PROD"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_Mobile_2.7948932666251761491..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_Mobile_2.7948932666251761491..management_zone.tf
new file mode 100644
index 0000000..2838d3d
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_Mobile_2.7948932666251761491..management_zone.tf
@@ -0,0 +1,31 @@
+resource "dynatrace_management_zone" "CD_Mobile_2" {
+ name = "CD_Mobile_2"
+ rules {
+ type = "MOBILE_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "MOBILE_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "Mobile"
+ }
+ }
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "MOBILE_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "Store"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_Navigation-Information-Services.-4209680620967425339..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_Navigation-Information-Services.-4209680620967425339..management_zone.tf
new file mode 100644
index 0000000..3311fa9
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_Navigation-Information-Services.-4209680620967425339..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_Navigation-Information-Services" {
+ name = "CD_Navigation-Information-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 = "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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_Openshift.5560806819234660207..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_Openshift.5560806819234660207..management_zone.tf
new file mode 100644
index 0000000..0a92e77
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_Openshift.5560806819234660207..management_zone.tf
@@ -0,0 +1,22 @@
+resource "dynatrace_management_zone" "CD_Openshift" {
+ name = "CD_Openshift"
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Platform"
+ value = "OpenShift"
+ }
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_PAIS.-3752970512426387857..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_PAIS.-3752970512426387857..management_zone.tf
new file mode 100644
index 0000000..ff57260
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_PAIS.-3752970512426387857..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_PISA.6353665037398116067..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_PISA.6353665037398116067..management_zone.tf
new file mode 100644
index 0000000..2fffbde
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_PISA.6353665037398116067..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_PISA" {
+ name = "CD_PISA"
+ 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 = "PISA"
+ }
+ }
+ }
+ }
+ 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 = "PISA"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "PISA"
+ }
+ }
+ }
+ }
+ 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 = "PISA"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "PISA"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_PSR.-1390264120708265333..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_PSR.-1390264120708265333..management_zone.tf
new file mode 100644
index 0000000..a33be88
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_PSR.-1390264120708265333..management_zone.tf
@@ -0,0 +1,19 @@
+resource "dynatrace_management_zone" "CD_PSR" {
+ name = "CD_PSR"
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:PSR\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(SERVICE),databaseName.exists(),toRelationship.calls(type(SERVICE),tag(\"compass-id:PSR\"))"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(PROCESS_GROUP_INSTANCE),tag(\"compass-id:PSR\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(HOST),tag(\"compass-id:PSR\")"
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_Perseus.-5698021298883686644..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_Perseus.-5698021298883686644..management_zone.tf
new file mode 100644
index 0000000..1862729
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_Perseus.-5698021298883686644..management_zone.tf
@@ -0,0 +1,19 @@
+resource "dynatrace_management_zone" "CD_Perseus" {
+ name = "CD_Perseus"
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:perseus\",\"compass-id:pais\",\"compass-id:psr\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(SERVICE),databaseName.exists(),toRelationship.calls(type(SERVICE),tag(\"compass-id:perseus\",\"compass-id:pais\",\"compass-id:psr\"))"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(PROCESS_GROUP_INSTANCE),tag(\"compass-id:perseus\",\"compass-id:pais\",\"compass-id:psr\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(HOST),tag(\"compass-id:perseus\",\"compass-id:pais\",\"compass-id:psr\")"
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_RemoteCamera.-3104826150694516428..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_RemoteCamera.-3104826150694516428..management_zone.tf
new file mode 100644
index 0000000..be3e4fa
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_RemoteCamera.-3104826150694516428..management_zone.tf
@@ -0,0 +1,95 @@
+resource "dynatrace_management_zone" "CD_RemoteCamera" {
+ name = "CD_RemoteCamera"
+ 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 = "Remote 360"
+ }
+ }
+ }
+ }
+ rules {
+ type = "PROCESS_GROUP"
+ enabled = true
+ propagation_types = ["PROCESS_GROUP_TO_SERVICE","PROCESS_GROUP_TO_HOST"]
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "PROCESS_GROUP_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "Remote 360"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ propagation_types = ["HOST_TO_PROCESS_GROUP_INSTANCE"]
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "Remote 360"
+ }
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION_NAMESPACE"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "KUBERNETES_CLUSTER_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "Remote 360"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "Remote 360"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_RemoteServiceCockpit.-11067882662526399..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_RemoteServiceCockpit.-11067882662526399..management_zone.tf
new file mode 100644
index 0000000..a099690
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_RemoteServiceCockpit.-11067882662526399..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_RemoteServiceCockpit" {
+ name = "CD_RemoteServiceCockpit"
+ 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 = "rs-cockpit"
+ }
+ }
+ }
+ }
+ 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 = "rs-cockpit"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "rs-cockpit"
+ }
+ }
+ }
+ }
+ 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 = "rs-cockpit"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "rs-cockpit"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_RemoteServices.5188541189677060803..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_RemoteServices.5188541189677060803..management_zone.tf
new file mode 100644
index 0000000..c9c4f5d
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_RemoteServices.5188541189677060803..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_RemoteServices" {
+ name = "CD_RemoteServices"
+ 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 = "RemoteServices"
+ }
+ }
+ }
+ }
+ 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 = "RemoteServices"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "RemoteServices"
+ }
+ }
+ }
+ }
+ 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 = "RemoteServices"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "RemoteServices"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_SMACC-BE.-3795364033337839281..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_SMACC-BE.-3795364033337839281..management_zone.tf
new file mode 100644
index 0000000..6eceef3
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_SMACC-BE.-3795364033337839281..management_zone.tf
@@ -0,0 +1,275 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_SMC2_CEKS.4397088666970698037..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_SMC2_CEKS.4397088666970698037..management_zone.tf
new file mode 100644
index 0000000..4a74017
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_SMC2_CEKS.4397088666970698037..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_SMC2_CEKS" {
+ name = "CD_SMC2_CEKS"
+ 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 = "smc2-ceks"
+ }
+ }
+ }
+ }
+ 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 = "smc2-ceks"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "smc2-ceks"
+ }
+ }
+ }
+ }
+ 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 = "smc2-ceks"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "smc2-ceks"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_SMS-Gateway.-2133422980246552080..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_SMS-Gateway.-2133422980246552080..management_zone.tf
new file mode 100644
index 0000000..53b62c8
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_SMS-Gateway.-2133422980246552080..management_zone.tf
@@ -0,0 +1,39 @@
+resource "dynatrace_management_zone" "CD_SMS-Gateway" {
+ name = "CD_SMS-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 = "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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_SVDS.-4413944977212003148..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_SVDS.-4413944977212003148..management_zone.tf
new file mode 100644
index 0000000..59aeffb
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_SVDS.-4413944977212003148..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_SWLSEC2-BA2BT.7501203881245410096..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_SWLSEC2-BA2BT.7501203881245410096..management_zone.tf
new file mode 100644
index 0000000..0638d42
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_SWLSEC2-BA2BT.7501203881245410096..management_zone.tf
@@ -0,0 +1,19 @@
+resource "dynatrace_management_zone" "CD_SWLSEC2-BA2BT" {
+ name = "CD_SWLSEC2-BA2BT"
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:SWLSEC2-BA2BT\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(SERVICE),databaseName.exists(),toRelationship.calls(type(SERVICE),tag(\"compass-id:SWLSEC2-BA2BT\"))"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(PROCESS_GROUP_INSTANCE),tag(\"compass-id:SWLSEC2-BA2BT\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(HOST),tag(\"compass-id:SWLSEC2-BA2BT\")"
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_SWLSEC2-Checker.739588863038338383..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_SWLSEC2-Checker.739588863038338383..management_zone.tf
new file mode 100644
index 0000000..c3ebbee
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_SWLSEC2-Checker.739588863038338383..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_SWLSEC2-Checker" {
+ name = "CD_SWLSEC2-Checker"
+ 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 = "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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_Service-Bus.5588329812920061262..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_Service-Bus.5588329812920061262..management_zone.tf
new file mode 100644
index 0000000..a5ed20a
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_Service-Bus.5588329812920061262..management_zone.tf
@@ -0,0 +1,62 @@
+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"
+ }
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_Service-Gateway.6162343093211434661..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_Service-Gateway.6162343093211434661..management_zone.tf
new file mode 100644
index 0000000..daedc68
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_Service-Gateway.6162343093211434661..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_Speech.4065036998432033236..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_Speech.4065036998432033236..management_zone.tf
new file mode 100644
index 0000000..ad8a0fb
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_Speech.4065036998432033236..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_Speech" {
+ name = "CD_Speech"
+ 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 = "Speech"
+ }
+ }
+ }
+ }
+ 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 = "Speech"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "Speech"
+ }
+ }
+ }
+ }
+ 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 = "Speech"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "Speech"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_TEST_EW.-1816545408526640868..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_TEST_EW.-1816545408526640868..management_zone.tf
new file mode 100644
index 0000000..d0222ff
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_TEST_EW.-1816545408526640868..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_TEST_EW" {
+ name = "CD_TEST_EW"
+ 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 = "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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_TEST_EW2.5726542056217232950..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_TEST_EW2.5726542056217232950..management_zone.tf
new file mode 100644
index 0000000..c0ac313
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_TEST_EW2.5726542056217232950..management_zone.tf
@@ -0,0 +1,11 @@
+resource "dynatrace_management_zone" "CD_TEST_EW2" {
+ name = "CD_TEST_EW2"
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:hallo\",\"compass-id:gerne\",\"compass-id:test\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(SERVICE),databaseName.exists(),toRelationship.calls(type(SERVICE),tag(\"compass-id:hallo\",\"compass-id:gerne\",\"compass-id:test\"))"
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_TripCollection.5176227165984262597..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_TripCollection.5176227165984262597..management_zone.tf
new file mode 100644
index 0000000..914f238
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_TripCollection.5176227165984262597..management_zone.tf
@@ -0,0 +1,114 @@
+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_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 = "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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_UDS.-4388361218144431517..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_UDS.-4388361218144431517..management_zone.tf
new file mode 100644
index 0000000..0950abb
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_UDS.-4388361218144431517..management_zone.tf
@@ -0,0 +1,110 @@
+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_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 = "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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_VehicleCentricInformationServices.3268847322115566645..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_VehicleCentricInformationServices.3268847322115566645..management_zone.tf
new file mode 100644
index 0000000..2042c8c
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_VehicleCentricInformationServices.3268847322115566645..management_zone.tf
@@ -0,0 +1,174 @@
+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"
+ }
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_Voice-Services.-60533151275910715..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_Voice-Services.-60533151275910715..management_zone.tf
new file mode 100644
index 0000000..5869f4e
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_Voice-Services.-60533151275910715..management_zone.tf
@@ -0,0 +1,98 @@
+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"
+ }
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_XCC.726963056829115815..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_XCC.726963056829115815..management_zone.tf
new file mode 100644
index 0000000..23c5b79
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_XCC.726963056829115815..management_zone.tf
@@ -0,0 +1,114 @@
+resource "dynatrace_management_zone" "CD_XCC" {
+ name = "CD_XCC"
+ 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 = "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_HOST_LIKE","SERVICE_TO_PROCESS_GROUP_LIKE"]
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "SERVICE_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "app-id"
+ value = "APP-18886"
+ }
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_agent-service.3851043124338361867..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_agent-service.3851043124338361867..management_zone.tf
new file mode 100644
index 0000000..605b19b
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_agent-service.3851043124338361867..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_agent-service" {
+ name = "CD_agent-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 = "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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_aluis.-4777952942075792115..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_aluis.-4777952942075792115..management_zone.tf
new file mode 100644
index 0000000..c612beb
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_aluis.-4777952942075792115..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_aluis" {
+ name = "CD_aluis"
+ 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 = "aluis"
+ }
+ }
+ }
+ }
+ 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 = "aluis"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "aluis"
+ }
+ }
+ }
+ }
+ 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 = "aluis"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "aluis"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_am-bpm.-6595885403062829907..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_am-bpm.-6595885403062829907..management_zone.tf
new file mode 100644
index 0000000..91fdab6
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_am-bpm.-6595885403062829907..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_am-bpm" {
+ name = "CD_am-bpm"
+ 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-bpm"
+ }
+ }
+ }
+ }
+ 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-bpm"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "am-bpm"
+ }
+ }
+ }
+ }
+ 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-bpm"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "am-bpm"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_am-casa.6489260219676736642..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_am-casa.6489260219676736642..management_zone.tf
new file mode 100644
index 0000000..863051e
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_am-casa.6489260219676736642..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_am-casa" {
+ name = "CD_am-casa"
+ 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-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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_am-cesim.-8221852403424262400..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_am-cesim.-8221852403424262400..management_zone.tf
new file mode 100644
index 0000000..30ae456
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_am-cesim.-8221852403424262400..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_am-cns.2845183407633390643..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_am-cns.2845183407633390643..management_zone.tf
new file mode 100644
index 0000000..aa56029
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_am-cns.2845183407633390643..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_am-cns" {
+ name = "CD_am-cns"
+ 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-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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_am-device.-7068216294419410381..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_am-device.-7068216294419410381..management_zone.tf
new file mode 100644
index 0000000..b9b80c3
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_am-device.-7068216294419410381..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_am-device" {
+ name = "CD_am-device"
+ 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-device"
+ }
+ }
+ }
+ }
+ 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-device"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "am-device"
+ }
+ }
+ }
+ }
+ 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-device"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "am-device"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_am-ecs.-4026809012615074124..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_am-ecs.-4026809012615074124..management_zone.tf
new file mode 100644
index 0000000..8acf65b
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_am-ecs.-4026809012615074124..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_am-ecs" {
+ name = "CD_am-ecs"
+ 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-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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_am-egim.6779395205490842283..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_am-egim.6779395205490842283..management_zone.tf
new file mode 100644
index 0000000..d0a6ecd
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_am-egim.6779395205490842283..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_am-egim" {
+ name = "CD_am-egim"
+ 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-egim"
+ }
+ }
+ }
+ }
+ 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-egim"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "am-egim"
+ }
+ }
+ }
+ }
+ 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-egim"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "am-egim"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_am-esim-ui.-6525374610311912144..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_am-esim-ui.-6525374610311912144..management_zone.tf
new file mode 100644
index 0000000..29bfbe0
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_am-esim-ui.-6525374610311912144..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_am-esim-ui" {
+ name = "CD_am-esim-ui"
+ 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-esim-ui"
+ }
+ }
+ }
+ }
+ 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-esim-ui"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "am-esim-ui"
+ }
+ }
+ }
+ }
+ 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-esim-ui"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "am-esim-ui"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_am-lmcs.703787014794532009..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_am-lmcs.703787014794532009..management_zone.tf
new file mode 100644
index 0000000..9848027
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_am-lmcs.703787014794532009..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_am-lmcs" {
+ name = "CD_am-lmcs"
+ 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-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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_am-mno-manager.6845961539606420354..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_am-mno-manager.6845961539606420354..management_zone.tf
new file mode 100644
index 0000000..379b26e
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_am-mno-manager.6845961539606420354..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_am-mno-manager" {
+ name = "CD_am-mno-manager"
+ 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-mno-manager"
+ }
+ }
+ }
+ }
+ 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-mno-manager"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "am-mno-manager"
+ }
+ }
+ }
+ }
+ 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-mno-manager"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "am-mno-manager"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_am-proxy.-1540650025139328186..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_am-proxy.-1540650025139328186..management_zone.tf
new file mode 100644
index 0000000..c79092d
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_am-proxy.-1540650025139328186..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_am-proxy" {
+ name = "CD_am-proxy"
+ 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-proxy"
+ }
+ }
+ }
+ }
+ 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-proxy"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "am-proxy"
+ }
+ }
+ }
+ }
+ 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-proxy"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "am-proxy"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_am-store.-2189390331381689182..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_am-store.-2189390331381689182..management_zone.tf
new file mode 100644
index 0000000..3546bac
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_am-store.-2189390331381689182..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_am-store" {
+ name = "CD_am-store"
+ 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-store"
+ }
+ }
+ }
+ }
+ 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-store"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "am-store"
+ }
+ }
+ }
+ }
+ 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-store"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "am-store"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_am-svms.3535580551222857233..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_am-svms.3535580551222857233..management_zone.tf
new file mode 100644
index 0000000..99df049
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_am-svms.3535580551222857233..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_am-ui.8190401556217650523..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_am-ui.8190401556217650523..management_zone.tf
new file mode 100644
index 0000000..e4a72a2
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_am-ui.8190401556217650523..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_am-ui" {
+ name = "CD_am-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 = "Component"
+ value = "am-ui"
+ }
+ }
+ }
+ }
+ 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-ui"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "am-ui"
+ }
+ }
+ }
+ }
+ 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-ui"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "am-ui"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_am-usage.-6407838691959707830..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_am-usage.-6407838691959707830..management_zone.tf
new file mode 100644
index 0000000..27550b1
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_am-usage.-6407838691959707830..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_am-usage" {
+ name = "CD_am-usage"
+ 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-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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_am-vehicle-activation.-6517611825592343932..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_am-vehicle-activation.-6517611825592343932..management_zone.tf
new file mode 100644
index 0000000..b0b4490
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_am-vehicle-activation.-6517611825592343932..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_am-vehicle-activation" {
+ name = "CD_am-vehicle-activation"
+ 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-vehicle-activation"
+ }
+ }
+ }
+ }
+ 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-vehicle-activation"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "am-vehicle-activation"
+ }
+ }
+ }
+ }
+ 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-vehicle-activation"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "am-vehicle-activation"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_am-vehicle.2364307383147688999..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_am-vehicle.2364307383147688999..management_zone.tf
new file mode 100644
index 0000000..75cf835
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_am-vehicle.2364307383147688999..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_am-vehicle" {
+ name = "CD_am-vehicle"
+ 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-vehicle"
+ }
+ }
+ }
+ }
+ 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-vehicle"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "am-vehicle"
+ }
+ }
+ }
+ }
+ 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-vehicle"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "am-vehicle"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_am-vms.8481305279283217918..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_am-vms.8481305279283217918..management_zone.tf
new file mode 100644
index 0000000..bde1dd5
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_am-vms.8481305279283217918..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_analytics-user-data-service.3830608542188797409..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_analytics-user-data-service.3830608542188797409..management_zone.tf
new file mode 100644
index 0000000..f9d4fe8
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_analytics-user-data-service.3830608542188797409..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_analytics-user-data-service" {
+ name = "CD_analytics-user-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 = "analytics-user-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 = "analytics-user-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 = "analytics-user-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 = "analytics-user-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 = "analytics-user-data-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_asbc-sfa-oh.-3430850046259037518..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_asbc-sfa-oh.-3430850046259037518..management_zone.tf
new file mode 100644
index 0000000..472e43e
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_asbc-sfa-oh.-3430850046259037518..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_asbc-sts.3432987914211903046..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_asbc-sts.3432987914211903046..management_zone.tf
new file mode 100644
index 0000000..2197b9c
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_asbc-sts.3432987914211903046..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_avs-client-service.3844700651132280279..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_avs-client-service.3844700651132280279..management_zone.tf
new file mode 100644
index 0000000..550c6a7
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_avs-client-service.3844700651132280279..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_avs-client-service" {
+ name = "CD_avs-client-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 = "avs-client-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-client-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-client-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-client-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-client-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_avs-proxy-composite-service.-5558936089274731359..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_avs-proxy-composite-service.-5558936089274731359..management_zone.tf
new file mode 100644
index 0000000..7d25155
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_avs-proxy-composite-service.-5558936089274731359..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_avs-proxy-composite-service" {
+ name = "CD_avs-proxy-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 = "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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_b2v-com-be.234573445895208960..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_b2v-com-be.234573445895208960..management_zone.tf
new file mode 100644
index 0000000..091c60e
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_b2v-com-be.234573445895208960..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_b2v-com-be" {
+ name = "CD_b2v-com-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 = "b2v-com-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 = "b2v-com-be"
+ }
+ }
+ }
+ }
+ 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-be"
+ }
+ }
+ }
+ }
+ 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-be"
+ }
+ }
+ }
+ 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-be"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_b2v-com-echo.-5351196144048268257..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_b2v-com-echo.-5351196144048268257..management_zone.tf
new file mode 100644
index 0000000..191c232
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_b2v-com-echo.-5351196144048268257..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_b2v-com-fe.-5651984742855815750..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_b2v-com-fe.-5651984742855815750..management_zone.tf
new file mode 100644
index 0000000..a7b3723
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_b2v-com-fe.-5651984742855815750..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_b2v-com-fe" {
+ name = "CD_b2v-com-fe"
+ 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-fe"
+ }
+ }
+ }
+ }
+ 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-fe"
+ }
+ }
+ }
+ }
+ 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-fe"
+ }
+ }
+ }
+ }
+ 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-fe"
+ }
+ }
+ }
+ 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-fe"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_b2v-com-gcdm-client.683077913196182971..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_b2v-com-gcdm-client.683077913196182971..management_zone.tf
new file mode 100644
index 0000000..9618f72
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_b2v-com-gcdm-client.683077913196182971..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_b2v-com-gcdm-client" {
+ name = "CD_b2v-com-gcdm-client"
+ 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 = "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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_b2v-com-hello.2446772408456848291..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_b2v-com-hello.2446772408456848291..management_zone.tf
new file mode 100644
index 0000000..ff28e3e
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_b2v-com-hello.2446772408456848291..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_b2v-com-hello" {
+ name = "CD_b2v-com-hello"
+ 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 = "b2v-com-hello"
+ }
+ }
+ }
+ }
+ 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-hello"
+ }
+ }
+ }
+ }
+ 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-hello"
+ }
+ }
+ }
+ }
+ 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-hello"
+ }
+ }
+ }
+ 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-hello"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_b2v-nots.3715912383344405425..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_b2v-nots.3715912383344405425..management_zone.tf
new file mode 100644
index 0000000..530b4bb
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_b2v-nots.3715912383344405425..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_b2v-nots" {
+ name = "CD_b2v-nots"
+ 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 = "b2v-nots"
+ }
+ }
+ }
+ }
+ 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-nots"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "b2v-nots"
+ }
+ }
+ }
+ }
+ 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-nots"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "b2v-nots"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_b2v-sms-statistics.8234311494301662433..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_b2v-sms-statistics.8234311494301662433..management_zone.tf
new file mode 100644
index 0000000..ff93f6b
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_b2v-sms-statistics.8234311494301662433..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_b2v-sms-statistics" {
+ name = "CD_b2v-sms-statistics"
+ 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 = "b2v-sms-statistics"
+ }
+ }
+ }
+ }
+ 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-sms-statistics"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "b2v-sms-statistics"
+ }
+ }
+ }
+ }
+ 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-sms-statistics"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "b2v-sms-statistics"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_bmw-points-push-notifications-service.3646847314212076692..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_bmw-points-push-notifications-service.3646847314212076692..management_zone.tf
new file mode 100644
index 0000000..3458e85
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_bmw-points-push-notifications-service.3646847314212076692..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_bsi-service.-3665558699734749902..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_bsi-service.-3665558699734749902..management_zone.tf
new file mode 100644
index 0000000..d30f3dd
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_bsi-service.-3665558699734749902..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_cac.6505043424644966677..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_cac.6505043424644966677..management_zone.tf
new file mode 100644
index 0000000..2ff65d7
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_cac.6505043424644966677..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_camvs.-4813785438275446822..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_camvs.-4813785438275446822..management_zone.tf
new file mode 100644
index 0000000..b88fcdb
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_camvs.-4813785438275446822..management_zone.tf
@@ -0,0 +1,114 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_casa-event-processor.-3235233091265061954..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_casa-event-processor.-3235233091265061954..management_zone.tf
new file mode 100644
index 0000000..83603df
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_casa-event-processor.-3235233091265061954..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_ccc.6785475369519132478..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_ccc.6785475369519132478..management_zone.tf
new file mode 100644
index 0000000..f7713cf
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_ccc.6785475369519132478..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_cdc.1057517960840498906..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_cdc.1057517960840498906..management_zone.tf
new file mode 100644
index 0000000..296f2a0
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_cdc.1057517960840498906..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_cdc" {
+ name = "CD_cdc"
+ 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 = "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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_chargenow-enabler-service.4692934809440873007..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_chargenow-enabler-service.4692934809440873007..management_zone.tf
new file mode 100644
index 0000000..47d506c
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_chargenow-enabler-service.4692934809440873007..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_chargenow-enabler-service" {
+ name = "CD_chargenow-enabler-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 = "chargenow-enabler-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 = "chargenow-enabler-service"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "chargenow-enabler-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 = "chargenow-enabler-service"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "chargenow-enabler-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_charging-data-privacy-composite.-3481404155533271818..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_charging-data-privacy-composite.-3481404155533271818..management_zone.tf
new file mode 100644
index 0000000..ceea268
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_charging-data-privacy-composite.-3481404155533271818..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_charging-data-privacy-composite" {
+ name = "CD_charging-data-privacy-composite"
+ 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-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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_charging-data-privacy.7901706371616384215..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_charging-data-privacy.7901706371616384215..management_zone.tf
new file mode 100644
index 0000000..60c48e5
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_charging-data-privacy.7901706371616384215..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_charging-events-push-notification-service.-4904645486964490409..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_charging-events-push-notification-service.-4904645486964490409..management_zone.tf
new file mode 100644
index 0000000..bd81c95
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_charging-events-push-notification-service.-4904645486964490409..management_zone.tf
@@ -0,0 +1,94 @@
+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_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-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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_charging-events-service.-1006261912630048989..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_charging-events-service.-1006261912630048989..management_zone.tf
new file mode 100644
index 0000000..a85ab2b
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_charging-events-service.-1006261912630048989..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_charging-events-service" {
+ name = "CD_charging-events-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 = "charging-events-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-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-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-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-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_charging-history-gdpr-proxy-service.-454781418938640078..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_charging-history-gdpr-proxy-service.-454781418938640078..management_zone.tf
new file mode 100644
index 0000000..ed724aa
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_charging-history-gdpr-proxy-service.-454781418938640078..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_charging-plan-composite-service.1719030588358569859..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_charging-plan-composite-service.1719030588358569859..management_zone.tf
new file mode 100644
index 0000000..42bcc25
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_charging-plan-composite-service.1719030588358569859..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_charging-push-notifications-service.-6539988343728513019..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_charging-push-notifications-service.-6539988343728513019..management_zone.tf
new file mode 100644
index 0000000..e1c9236
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_charging-push-notifications-service.-6539988343728513019..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_charging-push-notifications-service" {
+ name = "CD_charging-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 = "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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_charging-remote-commands-composite-service.3507543056413618167..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_charging-remote-commands-composite-service.3507543056413618167..management_zone.tf
new file mode 100644
index 0000000..8be7999
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_charging-remote-commands-composite-service.3507543056413618167..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_charging-remote-commands-composite-service" {
+ name = "CD_charging-remote-commands-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 = "charging-remote-commands-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-remote-commands-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-remote-commands-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-remote-commands-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-remote-commands-composite-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_charging-sessions-service.-6343867182147315832..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_charging-sessions-service.-6343867182147315832..management_zone.tf
new file mode 100644
index 0000000..efe8407
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_charging-sessions-service.-6343867182147315832..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_charging-sessions-service" {
+ name = "CD_charging-sessions-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 = "charging-sessions-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-sessions-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-sessions-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-sessions-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-sessions-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_charging-stations-service.-5042002924345469442..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_charging-stations-service.-5042002924345469442..management_zone.tf
new file mode 100644
index 0000000..c77b378
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_charging-stations-service.-5042002924345469442..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_charging-stations-service" {
+ name = "CD_charging-stations-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 = "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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_client-agent-telemetry-processor.-6973581261416020021..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_client-agent-telemetry-processor.-6973581261416020021..management_zone.tf
new file mode 100644
index 0000000..2559ea6
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_client-agent-telemetry-processor.-6973581261416020021..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_client-vehicle-telemetry-processor.-6224674043145965813..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_client-vehicle-telemetry-processor.-6224674043145965813..management_zone.tf
new file mode 100644
index 0000000..8ac5b50
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_client-vehicle-telemetry-processor.-6224674043145965813..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_client-vehicle-telemetry-processor" {
+ name = "CD_client-vehicle-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-vehicle-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-vehicle-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-vehicle-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-vehicle-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-vehicle-telemetry-processor"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_cm.-895580249814261506..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_cm.-895580249814261506..management_zone.tf
new file mode 100644
index 0000000..c638c1c
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_cm.-895580249814261506..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_cm" {
+ name = "CD_cm"
+ 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 = "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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_comfy.848401857749292905..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_comfy.848401857749292905..management_zone.tf
new file mode 100644
index 0000000..3eb85c8
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_comfy.848401857749292905..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_comfy" {
+ name = "CD_comfy"
+ 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 = "Namespace"
+ value = "comfy"
+ }
+ }
+ }
+ }
+ 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 = "Namespace"
+ value = "comfy"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Namespace"
+ value = "comfy"
+ }
+ }
+ }
+ }
+ 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 = "comfy"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "comfy"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_commute-notification-service.1286045901809938488..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_commute-notification-service.1286045901809938488..management_zone.tf
new file mode 100644
index 0000000..6690e52
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_commute-notification-service.1286045901809938488..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_commute-notification-service" {
+ name = "CD_commute-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 = "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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_commute-service.-7181836511556584903..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_commute-service.-7181836511556584903..management_zone.tf
new file mode 100644
index 0000000..04307dd
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_commute-service.-7181836511556584903..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_commute-service" {
+ name = "CD_commute-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-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-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-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-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-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_connected-oauth-service-apim.-1461450175817610753..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_connected-oauth-service-apim.-1461450175817610753..management_zone.tf
new file mode 100644
index 0000000..6f46063
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_connected-oauth-service-apim.-1461450175817610753..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_connected-oauth-service-apim" {
+ name = "CD_connected-oauth-service-apim"
+ 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-oauth-service-apim"
+ }
+ }
+ }
+ }
+ 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-oauth-service-apim"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "connected-oauth-service-apim"
+ }
+ }
+ }
+ }
+ 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-oauth-service-apim"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "connected-oauth-service-apim"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_connected-oauth-service.-6525222654329360526..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_connected-oauth-service.-6525222654329360526..management_zone.tf
new file mode 100644
index 0000000..2c76f96
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_connected-oauth-service.-6525222654329360526..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_connected-oauth-service" {
+ name = "CD_connected-oauth-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 = "connected-oauth-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-oauth-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-oauth-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-oauth-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-oauth-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_connected-onboard-composite-service.6000238730837026909..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_connected-onboard-composite-service.6000238730837026909..management_zone.tf
new file mode 100644
index 0000000..e0e3b84
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_connected-onboard-composite-service.6000238730837026909..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_connected-onboard-composite-service" {
+ name = "CD_connected-onboard-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 = "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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_csu.-6465065108278477847..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_csu.-6465065108278477847..management_zone.tf
new file mode 100644
index 0000000..fbd1356
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_csu.-6465065108278477847..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_ctns-event-origin.-8423484601540043009..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_ctns-event-origin.-8423484601540043009..management_zone.tf
new file mode 100644
index 0000000..40dabb1
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_ctns-event-origin.-8423484601540043009..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_ctns-marketing-api.8707127902849896641..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_ctns-marketing-api.8707127902849896641..management_zone.tf
new file mode 100644
index 0000000..c10ae76
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_ctns-marketing-api.8707127902849896641..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_ctns-marketing-api" {
+ name = "CD_ctns-marketing-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-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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_ctns-vehicle-api.4542703071885587630..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_ctns-vehicle-api.4542703071885587630..management_zone.tf
new file mode 100644
index 0000000..d989b44
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_ctns-vehicle-api.4542703071885587630..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_ctns-vehicle-api" {
+ name = "CD_ctns-vehicle-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-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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_current-driver-service.5826180152638294023..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_current-driver-service.5826180152638294023..management_zone.tf
new file mode 100644
index 0000000..cb4c885
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_current-driver-service.5826180152638294023..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_current-driver-service" {
+ name = "CD_current-driver-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 = "current-driver-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 = "current-driver-service"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "current-driver-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 = "current-driver-service"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "current-driver-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_data-deletion-processor.-945634447813675373..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_data-deletion-processor.-945634447813675373..management_zone.tf
new file mode 100644
index 0000000..6457fe3
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_data-deletion-processor.-945634447813675373..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_data-deletion-processor" {
+ name = "CD_data-deletion-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 = "data-deletion-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 = "data-deletion-processor"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "data-deletion-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 = "data-deletion-processor"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "data-deletion-processor"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_dealer-comms-provider-service.-7384668182503674044..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_dealer-comms-provider-service.-7384668182503674044..management_zone.tf
new file mode 100644
index 0000000..eccc696
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_dealer-comms-provider-service.-7384668182503674044..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_dealer-data-service.-6224705283204834466..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_dealer-data-service.-6224705283204834466..management_zone.tf
new file mode 100644
index 0000000..1aae8b7
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_dealer-data-service.-6224705283204834466..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_dealer-data-service" {
+ name = "CD_dealer-data-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 = "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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_dealer-payments-invoice-service.6381263894383476159..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_dealer-payments-invoice-service.6381263894383476159..management_zone.tf
new file mode 100644
index 0000000..fa9b204
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_dealer-payments-invoice-service.6381263894383476159..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_dealer-payments-notification-service.354787604648139004..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_dealer-payments-notification-service.354787604648139004..management_zone.tf
new file mode 100644
index 0000000..f407106
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_dealer-payments-notification-service.354787604648139004..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_dealer-payments-notification-service" {
+ name = "CD_dealer-payments-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 = "dealer-payments-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 = "dealer-payments-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 = "dealer-payments-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 = "dealer-payments-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 = "dealer-payments-notification-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_dealer-payments-service.-1262921922277035180..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_dealer-payments-service.-1262921922277035180..management_zone.tf
new file mode 100644
index 0000000..48fbf76
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_dealer-payments-service.-1262921922277035180..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_dealer-payments-service" {
+ name = "CD_dealer-payments-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-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-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-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-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-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_dealer-search-service.-5195733165670164329..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_dealer-search-service.-5195733165670164329..management_zone.tf
new file mode 100644
index 0000000..73f81f3
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_dealer-search-service.-5195733165670164329..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_dealer-search-service" {
+ name = "CD_dealer-search-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-search-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-search-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-search-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-search-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-search-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_dealer-services-composite-service.-4792999921769558004..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_dealer-services-composite-service.-4792999921769558004..management_zone.tf
new file mode 100644
index 0000000..97f9fb2
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_dealer-services-composite-service.-4792999921769558004..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_dealer-services-composite-service" {
+ name = "CD_dealer-services-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 = "dealer-services-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 = "dealer-services-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 = "dealer-services-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 = "dealer-services-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 = "dealer-services-composite-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_dealercockpit.8238007143875611982..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_dealercockpit.8238007143875611982..management_zone.tf
new file mode 100644
index 0000000..98707e5
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_dealercockpit.8238007143875611982..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_dealercockpit" {
+ name = "CD_dealercockpit"
+ 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 = "dealercockpit"
+ }
+ }
+ }
+ }
+ 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 = "dealercockpit"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "dealercockpit"
+ }
+ }
+ }
+ }
+ 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 = "dealercockpit"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "dealercockpit"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_delivery.-2360172082964226530..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_delivery.-2360172082964226530..management_zone.tf
new file mode 100644
index 0000000..f7af4bc
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_delivery.-2360172082964226530..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_delivery" {
+ name = "CD_delivery"
+ 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 = "delivery"
+ }
+ }
+ }
+ }
+ 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 = "delivery"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "delivery"
+ }
+ }
+ }
+ }
+ 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 = "delivery"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "delivery"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_destination-composite-service.239098591434607832..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_destination-composite-service.239098591434607832..management_zone.tf
new file mode 100644
index 0000000..7832936
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_destination-composite-service.239098591434607832..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_destination-composite-service" {
+ name = "CD_destination-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 = "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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_digital-key-composite-service.2693367897048369138..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_digital-key-composite-service.2693367897048369138..management_zone.tf
new file mode 100644
index 0000000..37fa382
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_digital-key-composite-service.2693367897048369138..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_digital-key-composite-service" {
+ name = "CD_digital-key-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 = "digital-key-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 = "digital-key-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 = "digital-key-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 = "digital-key-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 = "digital-key-composite-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_discover-bmw-composite-service.-7042281349369105957..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_discover-bmw-composite-service.-7042281349369105957..management_zone.tf
new file mode 100644
index 0000000..7611b17
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_discover-bmw-composite-service.-7042281349369105957..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_discover-bmw-composite-service" {
+ name = "CD_discover-bmw-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 = "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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_dpm.3521442346466955677..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_dpm.3521442346466955677..management_zone.tf
new file mode 100644
index 0000000..b4d33bb
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_dpm.3521442346466955677..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_dpm" {
+ name = "CD_dpm"
+ 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 = "dpm"
+ }
+ }
+ }
+ }
+ 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 = "dpm"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "dpm"
+ }
+ }
+ }
+ }
+ 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 = "dpm"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "dpm"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_dpp.7431808806854689694..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_dpp.7431808806854689694..management_zone.tf
new file mode 100644
index 0000000..5628c63
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_dpp.7431808806854689694..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_dpp" {
+ name = "CD_dpp"
+ 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 = "dpp"
+ }
+ }
+ }
+ }
+ 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 = "dpp"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "dpp"
+ }
+ }
+ }
+ }
+ 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 = "dpp"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "dpp"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_dsd.3321466583645887684..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_dsd.3321466583645887684..management_zone.tf
new file mode 100644
index 0000000..c44509a
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_dsd.3321466583645887684..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_e4m.2719806885490791534..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_e4m.2719806885490791534..management_zone.tf
new file mode 100644
index 0000000..52c89e2
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_e4m.2719806885490791534..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_eadb.7187056346821278083..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_eadb.7187056346821278083..management_zone.tf
new file mode 100644
index 0000000..7affe16
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_eadb.7187056346821278083..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_eadb" {
+ name = "CD_eadb"
+ 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 = "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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_emc.1786086320445564585..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_emc.1786086320445564585..management_zone.tf
new file mode 100644
index 0000000..b070ba1
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_emc.1786086320445564585..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_emc" {
+ name = "CD_emc"
+ 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 = "emc"
+ }
+ }
+ }
+ }
+ 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 = "emc"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "emc"
+ }
+ }
+ }
+ }
+ 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 = "emc"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "emc"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_ercaf.662397954779801135..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_ercaf.662397954779801135..management_zone.tf
new file mode 100644
index 0000000..a12e12e
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_ercaf.662397954779801135..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_ercaf" {
+ name = "CD_ercaf"
+ 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 = "ercaf"
+ }
+ }
+ }
+ }
+ 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 = "ercaf"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "ercaf"
+ }
+ }
+ }
+ }
+ 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 = "ercaf"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "ercaf"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_ercr.292266112033817776..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_ercr.292266112033817776..management_zone.tf
new file mode 100644
index 0000000..9bd418e
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_ercr.292266112033817776..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_ercr" {
+ name = "CD_ercr"
+ 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 = "ercr"
+ }
+ }
+ }
+ }
+ 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 = "ercr"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "ercr"
+ }
+ }
+ }
+ }
+ 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 = "ercr"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "ercr"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_erd.-1420185670353694662..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_erd.-1420185670353694662..management_zone.tf
new file mode 100644
index 0000000..e401e0e
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_erd.-1420185670353694662..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_eroute.-178713865195665676..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_eroute.-178713865195665676..management_zone.tf
new file mode 100644
index 0000000..b5dcf68
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_eroute.-178713865195665676..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_eroute" {
+ name = "CD_eroute"
+ 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 = "eroute"
+ }
+ }
+ }
+ }
+ 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 = "eroute"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "eroute"
+ }
+ }
+ }
+ }
+ 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 = "eroute"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "eroute"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_esa.5806965905152347407..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_esa.5806965905152347407..management_zone.tf
new file mode 100644
index 0000000..216f9d4
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_esa.5806965905152347407..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_esa" {
+ name = "CD_esa"
+ 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 = "esa"
+ }
+ }
+ }
+ }
+ 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 = "esa"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "esa"
+ }
+ }
+ }
+ }
+ 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 = "esa"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "esa"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_esh.6791006737567776609..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_esh.6791006737567776609..management_zone.tf
new file mode 100644
index 0000000..5ddb73a
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_esh.6791006737567776609..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_esh" {
+ name = "CD_esh"
+ 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 = "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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_esim-composite-service.-8519305773537616601..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_esim-composite-service.-8519305773537616601..management_zone.tf
new file mode 100644
index 0000000..e5fd290
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_esim-composite-service.-8519305773537616601..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_esim-composite-service" {
+ name = "CD_esim-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 = "esim-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 = "esim-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 = "esim-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 = "esim-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 = "esim-composite-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_explore-composite-service.-1783221886243782060..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_explore-composite-service.-1783221886243782060..management_zone.tf
new file mode 100644
index 0000000..60b9cd5
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_explore-composite-service.-1783221886243782060..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_explore-composite-service" {
+ name = "CD_explore-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 = "explore-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 = "explore-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 = "explore-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 = "explore-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 = "explore-composite-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_feature-toggles-service.-1757559001732264280..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_feature-toggles-service.-1757559001732264280..management_zone.tf
new file mode 100644
index 0000000..08d8783
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_feature-toggles-service.-1757559001732264280..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_feature-toggles-service" {
+ name = "CD_feature-toggles-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 = "feature-toggles-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 = "feature-toggles-service"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "feature-toggles-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 = "feature-toggles-service"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "feature-toggles-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_fmc.-7863243655181765550..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_fmc.-7863243655181765550..management_zone.tf
new file mode 100644
index 0000000..234911c
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_fmc.-7863243655181765550..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_fuel-search-service.-3570944723533684347..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_fuel-search-service.-3570944723533684347..management_zone.tf
new file mode 100644
index 0000000..d53cbd0
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_fuel-search-service.-3570944723533684347..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_fuel-search-service" {
+ name = "CD_fuel-search-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 = "fuel-search-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 = "fuel-search-service"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "fuel-search-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 = "fuel-search-service"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "fuel-search-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_gcs.-8760732051205931982..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_gcs.-8760732051205931982..management_zone.tf
new file mode 100644
index 0000000..bfea28a
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_gcs.-8760732051205931982..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_gcs" {
+ name = "CD_gcs"
+ 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 = "gcs"
+ }
+ }
+ }
+ }
+ 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 = "gcs"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "gcs"
+ }
+ }
+ }
+ }
+ 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 = "gcs"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "gcs"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_hpauth.-7986744385538534110..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_hpauth.-7986744385538534110..management_zone.tf
new file mode 100644
index 0000000..5fb501f
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_hpauth.-7986744385538534110..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_hubtab-service.6825771495168986146..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_hubtab-service.6825771495168986146..management_zone.tf
new file mode 100644
index 0000000..95b994d
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_hubtab-service.6825771495168986146..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_hubtab-service" {
+ name = "CD_hubtab-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 = "hubtab-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 = "hubtab-service"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "hubtab-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 = "hubtab-service"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "hubtab-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_id-lookup-service.-2346036958469983045..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_id-lookup-service.-2346036958469983045..management_zone.tf
new file mode 100644
index 0000000..ab2a87c
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_id-lookup-service.-2346036958469983045..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_id-lookup-service" {
+ name = "CD_id-lookup-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 = "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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_ids-admin.5586851433711924938..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_ids-admin.5586851433711924938..management_zone.tf
new file mode 100644
index 0000000..dea191c
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_ids-admin.5586851433711924938..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_ids-admin" {
+ name = "CD_ids-admin"
+ 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 = "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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_ids-svds.-5175560781627909210..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_ids-svds.-5175560781627909210..management_zone.tf
new file mode 100644
index 0000000..1cc5844
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_ids-svds.-5175560781627909210..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_ids-svds" {
+ name = "CD_ids-svds"
+ 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 = "ids-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 = "ids-svds"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "ids-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 = "ids-svds"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "ids-svds"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_ids-sync.4240321421761080938..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_ids-sync.4240321421761080938..management_zone.tf
new file mode 100644
index 0000000..1ee82bf
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_ids-sync.4240321421761080938..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_ids-sync" {
+ name = "CD_ids-sync"
+ 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 = "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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_ids-ws.-3348722348446940244..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_ids-ws.-3348722348446940244..management_zone.tf
new file mode 100644
index 0000000..e1cd190
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_ids-ws.-3348722348446940244..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_ids-ws" {
+ name = "CD_ids-ws"
+ 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 = "ids-ws"
+ }
+ }
+ }
+ }
+ 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-ws"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "ids-ws"
+ }
+ }
+ }
+ }
+ 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-ws"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "ids-ws"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_image-composite-service.-2523692038884129780..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_image-composite-service.-2523692038884129780..management_zone.tf
new file mode 100644
index 0000000..60721b6
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_image-composite-service.-2523692038884129780..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_image-composite-service" {
+ name = "CD_image-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 = "image-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 = "image-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 = "image-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 = "image-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 = "image-composite-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_imiles-service.-1198227328507213456..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_imiles-service.-1198227328507213456..management_zone.tf
new file mode 100644
index 0000000..45b70b1
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_imiles-service.-1198227328507213456..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_imiles-service" {
+ name = "CD_imiles-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 = "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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_ipa-gateway.-1855356480489583241..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_ipa-gateway.-1855356480489583241..management_zone.tf
new file mode 100644
index 0000000..4d2d77e
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_ipa-gateway.-1855356480489583241..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_jdssp21.-7555644302631013883..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_jdssp21.-7555644302631013883..management_zone.tf
new file mode 100644
index 0000000..93f593c
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_jdssp21.-7555644302631013883..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_jdssp21" {
+ name = "CD_jdssp21"
+ 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 = "jdssp21"
+ }
+ }
+ }
+ }
+ 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 = "jdssp21"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "jdssp21"
+ }
+ }
+ }
+ }
+ 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 = "jdssp21"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "jdssp21"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_legacy-deletion-service.-1836297497707245797..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_legacy-deletion-service.-1836297497707245797..management_zone.tf
new file mode 100644
index 0000000..27a965c
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_legacy-deletion-service.-1836297497707245797..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_legacy-deletion-service" {
+ name = "CD_legacy-deletion-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 = "legacy-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 = "legacy-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 = "legacy-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 = "legacy-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 = "legacy-deletion-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_legacy-sar-service.-8128156058831255427..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_legacy-sar-service.-8128156058831255427..management_zone.tf
new file mode 100644
index 0000000..6fc7055
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_legacy-sar-service.-8128156058831255427..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_legacy-sar-service" {
+ name = "CD_legacy-sar-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 = "legacy-sar-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 = "legacy-sar-service"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "legacy-sar-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 = "legacy-sar-service"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "legacy-sar-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_legal-document-composite-service.-2156298583591841198..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_legal-document-composite-service.-2156298583591841198..management_zone.tf
new file mode 100644
index 0000000..6d75e4e
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_legal-document-composite-service.-2156298583591841198..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_log-data-deletion-service.-818505253642779277..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_log-data-deletion-service.-818505253642779277..management_zone.tf
new file mode 100644
index 0000000..2597ee7
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_log-data-deletion-service.-818505253642779277..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_lsc-hr.-7995464145365327731..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_lsc-hr.-7995464145365327731..management_zone.tf
new file mode 100644
index 0000000..833a534
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_lsc-hr.-7995464145365327731..management_zone.tf
@@ -0,0 +1,62 @@
+resource "dynatrace_management_zone" "CD_lsc-hr" {
+ name = "CD_lsc-hr"
+ 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"
+ }
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_lsc-jr.-6071617396278040785..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_lsc-jr.-6071617396278040785..management_zone.tf
new file mode 100644
index 0000000..79ce350
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_lsc-jr.-6071617396278040785..management_zone.tf
@@ -0,0 +1,62 @@
+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"
+ }
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_lsc-kc.-5466091717637198390..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_lsc-kc.-5466091717637198390..management_zone.tf
new file mode 100644
index 0000000..2006214
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_lsc-kc.-5466091717637198390..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_lsc-kc" {
+ name = "CD_lsc-kc"
+ 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-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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_lsc-mm.-4957448593079692287..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_lsc-mm.-4957448593079692287..management_zone.tf
new file mode 100644
index 0000000..30c4770
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_lsc-mm.-4957448593079692287..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_lsc-mm" {
+ name = "CD_lsc-mm"
+ 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-mm"
+ }
+ }
+ }
+ }
+ 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-mm"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "lsc-mm"
+ }
+ }
+ }
+ }
+ 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-mm"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "lsc-mm"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_lsc-oc.168846665393629930..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_lsc-oc.168846665393629930..management_zone.tf
new file mode 100644
index 0000000..0af0209
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_lsc-oc.168846665393629930..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_lsc-oc" {
+ name = "CD_lsc-oc"
+ 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-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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_lsc-og.-5861071701153942147..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_lsc-og.-5861071701153942147..management_zone.tf
new file mode 100644
index 0000000..066f6f0
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_lsc-og.-5861071701153942147..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_lsc-og" {
+ name = "CD_lsc-og"
+ 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-og"
+ }
+ }
+ }
+ }
+ 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-og"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "lsc-og"
+ }
+ }
+ }
+ }
+ 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-og"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "lsc-og"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_lsc-wo.-9010747661501458721..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_lsc-wo.-9010747661501458721..management_zone.tf
new file mode 100644
index 0000000..78f6590
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_lsc-wo.-9010747661501458721..management_zone.tf
@@ -0,0 +1,62 @@
+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"
+ }
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_managementZone.-5864191605161185587..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_managementZone.-5864191605161185587..management_zone.tf
new file mode 100644
index 0000000..27e12d9
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_managementZone.-5864191605161185587..management_zone.tf
@@ -0,0 +1,174 @@
+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"
+ }
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_mds.-8550316932235830515..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_mds.-8550316932235830515..management_zone.tf
new file mode 100644
index 0000000..c3c76fc
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_mds.-8550316932235830515..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_mds" {
+ name = "CD_mds"
+ 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 = "mds"
+ }
+ }
+ }
+ }
+ 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 = "mds"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "mds"
+ }
+ }
+ }
+ }
+ 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 = "mds"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "mds"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_ml-ingestion-service.-3612885846716312220..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_ml-ingestion-service.-3612885846716312220..management_zone.tf
new file mode 100644
index 0000000..6ff8552
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_ml-ingestion-service.-3612885846716312220..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_ml-ingestion-service" {
+ name = "CD_ml-ingestion-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 = "ml-ingestion-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 = "ml-ingestion-service"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "ml-ingestion-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 = "ml-ingestion-service"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "ml-ingestion-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_mlc.2826000795787228538..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_mlc.2826000795787228538..management_zone.tf
new file mode 100644
index 0000000..f96206d
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_mlc.2826000795787228538..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_mlc" {
+ name = "CD_mlc"
+ 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 = "mlc"
+ }
+ }
+ }
+ }
+ 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 = "mlc"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "mlc"
+ }
+ }
+ }
+ }
+ 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 = "mlc"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "mlc"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_mrp.-5953180699600147415..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_mrp.-5953180699600147415..management_zone.tf
new file mode 100644
index 0000000..95ccfc5
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_mrp.-5953180699600147415..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_mrpspringboot.-515772749824946029..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_mrpspringboot.-515772749824946029..management_zone.tf
new file mode 100644
index 0000000..d32fb91
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_mrpspringboot.-515772749824946029..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_naas.-2616965047573894928..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_naas.-2616965047573894928..management_zone.tf
new file mode 100644
index 0000000..6a177c3
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_naas.-2616965047573894928..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_naas" {
+ name = "CD_naas"
+ 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 = "naas"
+ }
+ }
+ }
+ }
+ 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 = "naas"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "naas"
+ }
+ }
+ }
+ }
+ 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 = "naas"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "naas"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_nop-admin.-147393270306928398..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_nop-admin.-147393270306928398..management_zone.tf
new file mode 100644
index 0000000..b096751
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_nop-admin.-147393270306928398..management_zone.tf
@@ -0,0 +1,19 @@
+resource "dynatrace_management_zone" "CD_nop-admin" {
+ name = "CD_nop-admin"
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:NOP-Admin\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(SERVICE),databaseName.exists(),toRelationship.calls(type(SERVICE),tag(\"compass-id:NOP-Admin\"))"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(PROCESS_GROUP_INSTANCE),tag(\"compass-id:NOP-Admin\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(HOST),tag(\"compass-id:NOP-Admin\")"
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_nop-archive.1023740486178908540..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_nop-archive.1023740486178908540..management_zone.tf
new file mode 100644
index 0000000..1042ccf
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_nop-archive.1023740486178908540..management_zone.tf
@@ -0,0 +1,19 @@
+resource "dynatrace_management_zone" "CD_nop-archive" {
+ name = "CD_nop-archive"
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:NOP-Archive\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(SERVICE),databaseName.exists(),toRelationship.calls(type(SERVICE),tag(\"compass-id:NOP-Archive\"))"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(PROCESS_GROUP_INSTANCE),tag(\"compass-id:NOP-Archive\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(HOST),tag(\"compass-id:NOP-Archive\")"
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_nop-provisioning.-7632508319772674991..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_nop-provisioning.-7632508319772674991..management_zone.tf
new file mode 100644
index 0000000..c457c46
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_nop-provisioning.-7632508319772674991..management_zone.tf
@@ -0,0 +1,19 @@
+resource "dynatrace_management_zone" "CD_nop-provisioning" {
+ name = "CD_nop-provisioning"
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:NOP-Provisioning\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(SERVICE),databaseName.exists(),toRelationship.calls(type(SERVICE),tag(\"compass-id:NOP-Provisioning\"))"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(PROCESS_GROUP_INSTANCE),tag(\"compass-id:NOP-Provisioning\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(HOST),tag(\"compass-id:NOP-Provisioning\")"
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_nop-trigger.5595351203987284817..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_nop-trigger.5595351203987284817..management_zone.tf
new file mode 100644
index 0000000..8b6c599
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_nop-trigger.5595351203987284817..management_zone.tf
@@ -0,0 +1,19 @@
+resource "dynatrace_management_zone" "CD_nop-trigger" {
+ name = "CD_nop-trigger"
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:NOP-Trigger\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(SERVICE),databaseName.exists(),toRelationship.calls(type(SERVICE),tag(\"compass-id:NOP-Trigger\"))"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(PROCESS_GROUP_INSTANCE),tag(\"compass-id:NOP-Trigger\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(HOST),tag(\"compass-id:NOP-Trigger\")"
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_notification-composite-service.-1228515758018962569..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_notification-composite-service.-1228515758018962569..management_zone.tf
new file mode 100644
index 0000000..fcf1989
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_notification-composite-service.-1228515758018962569..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_notification-composite-service" {
+ name = "CD_notification-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 = "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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_notification-service.-930331147395988756..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_notification-service.-930331147395988756..management_zone.tf
new file mode 100644
index 0000000..e4a691b
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_notification-service.-930331147395988756..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_notification-service" {
+ name = "CD_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 = "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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_oas-composite-service.-31474243724631220..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_oas-composite-service.-31474243724631220..management_zone.tf
new file mode 100644
index 0000000..4521be9
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_oas-composite-service.-31474243724631220..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_oas-composite-service" {
+ name = "CD_oas-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 = "oas-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 = "oas-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 = "oas-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 = "oas-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 = "oas-composite-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_oclisc2v.-5330838991570054689..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_oclisc2v.-5330838991570054689..management_zone.tf
new file mode 100644
index 0000000..118cea4
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_oclisc2v.-5330838991570054689..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_oclisc2v" {
+ name = "CD_oclisc2v"
+ 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 = "oclisc2v"
+ }
+ }
+ }
+ }
+ 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 = "oclisc2v"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "oclisc2v"
+ }
+ }
+ }
+ }
+ 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 = "oclisc2v"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "oclisc2v"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_oclisocsp.6094407191706905954..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_oclisocsp.6094407191706905954..management_zone.tf
new file mode 100644
index 0000000..f388173
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_oclisocsp.6094407191706905954..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_oclisocsp" {
+ name = "CD_oclisocsp"
+ 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 = "oclisocsp"
+ }
+ }
+ }
+ }
+ 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 = "oclisocsp"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "oclisocsp"
+ }
+ }
+ }
+ }
+ 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 = "oclisocsp"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "oclisocsp"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_oes.8628942035731022351..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_oes.8628942035731022351..management_zone.tf
new file mode 100644
index 0000000..1aa18bb
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_oes.8628942035731022351..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_omc-cd-services.1783707477276456324..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_omc-cd-services.1783707477276456324..management_zone.tf
new file mode 100644
index 0000000..15ad477
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_omc-cd-services.1783707477276456324..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_omc-cd-services" {
+ name = "CD_omc-cd-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 = "omc-cd-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 = "omc-cd-services"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "omc-cd-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 = "omc-cd-services"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "omc-cd-services"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_omg.-8660591714882379410..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_omg.-8660591714882379410..management_zone.tf
new file mode 100644
index 0000000..d5e4c8e
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_omg.-8660591714882379410..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_omg" {
+ name = "CD_omg"
+ 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 = "omg"
+ }
+ }
+ }
+ }
+ 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 = "omg"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "omg"
+ }
+ }
+ }
+ }
+ 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 = "omg"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "omg"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_onboard-navigation-sync-service.-2199516374121367601..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_onboard-navigation-sync-service.-2199516374121367601..management_zone.tf
new file mode 100644
index 0000000..25fa5c1
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_onboard-navigation-sync-service.-2199516374121367601..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_onboard-navigation-sync-service" {
+ name = "CD_onboard-navigation-sync-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 = "onboard-navigation-sync-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 = "onboard-navigation-sync-service"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "onboard-navigation-sync-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 = "onboard-navigation-sync-service"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "onboard-navigation-sync-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_online-appointment-service.980968245029181999..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_online-appointment-service.980968245029181999..management_zone.tf
new file mode 100644
index 0000000..5352434
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_online-appointment-service.980968245029181999..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_online-appointment-service" {
+ name = "CD_online-appointment-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 = "online-appointment-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 = "online-appointment-service"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "online-appointment-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 = "online-appointment-service"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "online-appointment-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_online-entertainment.-2188504752080694402..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_online-entertainment.-2188504752080694402..management_zone.tf
new file mode 100644
index 0000000..586e16b
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_online-entertainment.-2188504752080694402..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_online-entertainment" {
+ name = "CD_online-entertainment"
+ 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 = "online-entertainment"
+ }
+ }
+ }
+ }
+ 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 = "online-entertainment"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "online-entertainment"
+ }
+ }
+ }
+ }
+ 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 = "online-entertainment"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "online-entertainment"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_pdmmanager.-156429468485164726..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_pdmmanager.-156429468485164726..management_zone.tf
new file mode 100644
index 0000000..ecda0ce
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_pdmmanager.-156429468485164726..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_pdmmanager" {
+ name = "CD_pdmmanager"
+ 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 = "pdmmanager"
+ }
+ }
+ }
+ }
+ 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 = "pdmmanager"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "pdmmanager"
+ }
+ }
+ }
+ }
+ 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 = "pdmmanager"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "pdmmanager"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_personal-data-service.-5869798444572368149..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_personal-data-service.-5869798444572368149..management_zone.tf
new file mode 100644
index 0000000..d1ac822
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_personal-data-service.-5869798444572368149..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_personal-data-service" {
+ name = "CD_personal-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 = "personal-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 = "personal-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 = "personal-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 = "personal-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 = "personal-data-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_pmuimapper-service.5799269877279631310..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_pmuimapper-service.5799269877279631310..management_zone.tf
new file mode 100644
index 0000000..f23a43c
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_pmuimapper-service.5799269877279631310..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_pmuimapper-service" {
+ name = "CD_pmuimapper-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 = "pmuimapper-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 = "pmuimapper-service"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "pmuimapper-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 = "pmuimapper-service"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "pmuimapper-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_private-charging-tariffs-composite-service.-5211583510761118238..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_private-charging-tariffs-composite-service.-5211583510761118238..management_zone.tf
new file mode 100644
index 0000000..e02685a
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_private-charging-tariffs-composite-service.-5211583510761118238..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_private-charging-tariffs-composite-service" {
+ name = "CD_private-charging-tariffs-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 = "private-charging-tariffs-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 = "private-charging-tariffs-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 = "private-charging-tariffs-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 = "private-charging-tariffs-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 = "private-charging-tariffs-composite-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_private-charging-tariffs-service.2486877234173158832..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_private-charging-tariffs-service.2486877234173158832..management_zone.tf
new file mode 100644
index 0000000..d25a761
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_private-charging-tariffs-service.2486877234173158832..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_private-charging-tariffs-service" {
+ name = "CD_private-charging-tariffs-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 = "private-charging-tariffs-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 = "private-charging-tariffs-service"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "private-charging-tariffs-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 = "private-charging-tariffs-service"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "private-charging-tariffs-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_push-notification-service.2491728714846787854..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_push-notification-service.2491728714846787854..management_zone.tf
new file mode 100644
index 0000000..c3fe7bd
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_push-notification-service.2491728714846787854..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_push-notification-service" {
+ name = "CD_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 = "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 = "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 = "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 = "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 = "push-notification-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_push-notification-settings-composite-service.-2066803623641499053..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_push-notification-settings-composite-service.-2066803623641499053..management_zone.tf
new file mode 100644
index 0000000..a8f0730
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_push-notification-settings-composite-service.-2066803623641499053..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_push-notification-settings-composite-service" {
+ name = "CD_push-notification-settings-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 = "push-notification-settings-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 = "push-notification-settings-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 = "push-notification-settings-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 = "push-notification-settings-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 = "push-notification-settings-composite-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_recall-analytics-service.3797586243365369391..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_recall-analytics-service.3797586243365369391..management_zone.tf
new file mode 100644
index 0000000..90acbb6
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_recall-analytics-service.3797586243365369391..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_recall-analytics-service" {
+ name = "CD_recall-analytics-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 = "recall-analytics-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 = "recall-analytics-service"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "recall-analytics-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 = "recall-analytics-service"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "recall-analytics-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_recall-client-service.8522662468308095794..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_recall-client-service.8522662468308095794..management_zone.tf
new file mode 100644
index 0000000..b46917b
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_recall-client-service.8522662468308095794..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_recall-client-service" {
+ name = "CD_recall-client-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 = "recall-client-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 = "recall-client-service"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "recall-client-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 = "recall-client-service"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "recall-client-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_recall-handler-service.-6050555172529539605..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_recall-handler-service.-6050555172529539605..management_zone.tf
new file mode 100644
index 0000000..9a1dcb9
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_recall-handler-service.-6050555172529539605..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_recall-handler-service" {
+ name = "CD_recall-handler-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 = "recall-handler-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 = "recall-handler-service"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "recall-handler-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 = "recall-handler-service"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "recall-handler-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_recall-notification-service.3357098755062957648..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_recall-notification-service.3357098755062957648..management_zone.tf
new file mode 100644
index 0000000..862e776
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_recall-notification-service.3357098755062957648..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_recall-notification-service" {
+ name = "CD_recall-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 = "recall-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 = "recall-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 = "recall-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 = "recall-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 = "recall-notification-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_recall-scheduler-service.2789267684361766874..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_recall-scheduler-service.2789267684361766874..management_zone.tf
new file mode 100644
index 0000000..28255dd
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_recall-scheduler-service.2789267684361766874..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_recall-scheduler-service" {
+ name = "CD_recall-scheduler-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 = "recall-scheduler-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 = "recall-scheduler-service"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "recall-scheduler-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 = "recall-scheduler-service"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "recall-scheduler-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_recall-tcn-service.5865557553090724934..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_recall-tcn-service.5865557553090724934..management_zone.tf
new file mode 100644
index 0000000..10bca19
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_recall-tcn-service.5865557553090724934..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_recall-tcn-service" {
+ name = "CD_recall-tcn-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 = "recall-tcn-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 = "recall-tcn-service"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "recall-tcn-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 = "recall-tcn-service"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "recall-tcn-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_remote-360-composite-service.-7635995389339220770..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_remote-360-composite-service.-7635995389339220770..management_zone.tf
new file mode 100644
index 0000000..ea32ce9
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_remote-360-composite-service.-7635995389339220770..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_remote-360-composite-service" {
+ name = "CD_remote-360-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 = "remote-360-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 = "remote-360-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 = "remote-360-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 = "remote-360-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 = "remote-360-composite-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_remote-service-event-processor.-6613180934870175830..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_remote-service-event-processor.-6613180934870175830..management_zone.tf
new file mode 100644
index 0000000..930fdad
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_remote-service-event-processor.-6613180934870175830..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_remote-service-event-processor" {
+ name = "CD_remote-service-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 = "remote-service-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 = "remote-service-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 = "remote-service-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 = "remote-service-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 = "remote-service-event-processor"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_remote-service.-8592600832842524161..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_remote-service.-8592600832842524161..management_zone.tf
new file mode 100644
index 0000000..2c839db
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_remote-service.-8592600832842524161..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_remote-service" {
+ name = "CD_remote-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 = "remote-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 = "remote-service"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "remote-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 = "remote-service"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "remote-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_remote-software-upgrade.3344312991060217140..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_remote-software-upgrade.3344312991060217140..management_zone.tf
new file mode 100644
index 0000000..cf5a960
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_remote-software-upgrade.3344312991060217140..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_remote-software-upgrade" {
+ name = "CD_remote-software-upgrade"
+ 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 = "remote-software-upgrade"
+ }
+ }
+ }
+ }
+ 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 = "remote-software-upgrade"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "remote-software-upgrade"
+ }
+ }
+ }
+ }
+ 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 = "remote-software-upgrade"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "remote-software-upgrade"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_roadside-assistance-composite-service.-1115832180662592707..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_roadside-assistance-composite-service.-1115832180662592707..management_zone.tf
new file mode 100644
index 0000000..8506efc
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_roadside-assistance-composite-service.-1115832180662592707..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_roadside-assistance-composite-service" {
+ name = "CD_roadside-assistance-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 = "roadside-assistance-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 = "roadside-assistance-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 = "roadside-assistance-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 = "roadside-assistance-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 = "roadside-assistance-composite-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_roadside-assistance.46114594976216242..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_roadside-assistance.46114594976216242..management_zone.tf
new file mode 100644
index 0000000..613ded4
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_roadside-assistance.46114594976216242..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_roadside-assistance" {
+ name = "CD_roadside-assistance"
+ 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 = "roadside-assistance"
+ }
+ }
+ }
+ }
+ 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 = "roadside-assistance"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "roadside-assistance"
+ }
+ }
+ }
+ }
+ 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 = "roadside-assistance"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "roadside-assistance"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_rsu-adapter.4974872442753979399..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_rsu-adapter.4974872442753979399..management_zone.tf
new file mode 100644
index 0000000..bff8b84
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_rsu-adapter.4974872442753979399..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_rsu-adapter" {
+ name = "CD_rsu-adapter"
+ 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 = "rsu-adapter"
+ }
+ }
+ }
+ }
+ 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 = "rsu-adapter"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "rsu-adapter"
+ }
+ }
+ }
+ }
+ 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 = "rsu-adapter"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "rsu-adapter"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_rsu.-5249314341918312822..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_rsu.-5249314341918312822..management_zone.tf
new file mode 100644
index 0000000..68e5534
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_rsu.-5249314341918312822..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_rsu" {
+ name = "CD_rsu"
+ 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 = "rsu"
+ }
+ }
+ }
+ }
+ 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 = "rsu"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "rsu"
+ }
+ }
+ }
+ }
+ 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 = "rsu"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "rsu"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_rtti.-3219539803207924419..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_rtti.-3219539803207924419..management_zone.tf
new file mode 100644
index 0000000..4b39913
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_rtti.-3219539803207924419..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_rtti" {
+ name = "CD_rtti"
+ 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 = "rtti"
+ }
+ }
+ }
+ }
+ 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 = "rtti"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "rtti"
+ }
+ }
+ }
+ }
+ 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 = "rtti"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "rtti"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_sbr.-6258191149278638298..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_sbr.-6258191149278638298..management_zone.tf
new file mode 100644
index 0000000..cbb7ca7
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_sbr.-6258191149278638298..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_sbr" {
+ name = "CD_sbr"
+ 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 = "sbr"
+ }
+ }
+ }
+ }
+ 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 = "sbr"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "sbr"
+ }
+ }
+ }
+ }
+ 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 = "sbr"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "sbr"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_scb.-8226161712253414967..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_scb.-8226161712253414967..management_zone.tf
new file mode 100644
index 0000000..12b8d82
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_scb.-8226161712253414967..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_scb" {
+ name = "CD_scb"
+ 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 = "scb"
+ }
+ }
+ }
+ }
+ 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 = "scb"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "scb"
+ }
+ }
+ }
+ }
+ 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 = "scb"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "scb"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_scc.-1633958683594741030..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_scc.-1633958683594741030..management_zone.tf
new file mode 100644
index 0000000..1e985d3
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_scc.-1633958683594741030..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_scc" {
+ name = "CD_scc"
+ 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 = "scc"
+ }
+ }
+ }
+ }
+ 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 = "scc"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "scc"
+ }
+ }
+ }
+ }
+ 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 = "scc"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "scc"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_scm-agentreg.-2200092601582411463..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_scm-agentreg.-2200092601582411463..management_zone.tf
new file mode 100644
index 0000000..2f075bc
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_scm-agentreg.-2200092601582411463..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_scm-agentreg" {
+ name = "CD_scm-agentreg"
+ 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 = "scm-agentreg"
+ }
+ }
+ }
+ }
+ 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 = "scm-agentreg"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "scm-agentreg"
+ }
+ }
+ }
+ }
+ 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 = "scm-agentreg"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "scm-agentreg"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_scm-scm.-6013854588466847436..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_scm-scm.-6013854588466847436..management_zone.tf
new file mode 100644
index 0000000..83c29a9
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_scm-scm.-6013854588466847436..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_scm-scm" {
+ name = "CD_scm-scm"
+ 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 = "scm-scm"
+ }
+ }
+ }
+ }
+ 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 = "scm-scm"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "scm-scm"
+ }
+ }
+ }
+ }
+ 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 = "scm-scm"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "scm-scm"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_scma-backend.1658551003314348396..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_scma-backend.1658551003314348396..management_zone.tf
new file mode 100644
index 0000000..77614a1
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_scma-backend.1658551003314348396..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_scma-backend" {
+ name = "CD_scma-backend"
+ 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 = "scma-backend"
+ }
+ }
+ }
+ }
+ 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 = "scma-backend"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "scma-backend"
+ }
+ }
+ }
+ }
+ 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 = "scma-backend"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "scma-backend"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_seam-event-consumer.-705052569401216697..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_seam-event-consumer.-705052569401216697..management_zone.tf
new file mode 100644
index 0000000..266ce2c
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_seam-event-consumer.-705052569401216697..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_seam-event-consumer" {
+ name = "CD_seam-event-consumer"
+ 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 = "seam-event-consumer"
+ }
+ }
+ }
+ }
+ 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 = "seam-event-consumer"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "seam-event-consumer"
+ }
+ }
+ }
+ }
+ 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 = "seam-event-consumer"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "seam-event-consumer"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_seam-event-producer.-6289044499667207502..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_seam-event-producer.-6289044499667207502..management_zone.tf
new file mode 100644
index 0000000..e7ff4af
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_seam-event-producer.-6289044499667207502..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_seam-event-producer" {
+ name = "CD_seam-event-producer"
+ 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 = "seam-event-producer"
+ }
+ }
+ }
+ }
+ 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 = "seam-event-producer"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "seam-event-producer"
+ }
+ }
+ }
+ }
+ 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 = "seam-event-producer"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "seam-event-producer"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_search-composite-service.-8902327479536667123..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_search-composite-service.-8902327479536667123..management_zone.tf
new file mode 100644
index 0000000..95a7625
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_search-composite-service.-8902327479536667123..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_search-composite-service" {
+ name = "CD_search-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 = "search-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 = "search-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 = "search-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 = "search-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 = "search-composite-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_send-to-car-service.-1406241950085454338..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_send-to-car-service.-1406241950085454338..management_zone.tf
new file mode 100644
index 0000000..1e3c66b
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_send-to-car-service.-1406241950085454338..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_send-to-car-service" {
+ name = "CD_send-to-car-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 = "send-to-car-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 = "send-to-car-service"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "send-to-car-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 = "send-to-car-service"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "send-to-car-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_service-manager.5257693245064006362..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_service-manager.5257693245064006362..management_zone.tf
new file mode 100644
index 0000000..329e23c
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_service-manager.5257693245064006362..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_service-manager" {
+ name = "CD_service-manager"
+ 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-manager"
+ }
+ }
+ }
+ }
+ 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-manager"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "service-manager"
+ }
+ }
+ }
+ }
+ 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-manager"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "service-manager"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_service-notification-service.3772015827568746420..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_service-notification-service.3772015827568746420..management_zone.tf
new file mode 100644
index 0000000..6a82f95
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_service-notification-service.3772015827568746420..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_service-notification-service" {
+ name = "CD_service-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 = "service-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 = "service-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 = "service-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 = "service-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 = "service-notification-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_sfa-fre.-2779709996263365125..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_sfa-fre.-2779709996263365125..management_zone.tf
new file mode 100644
index 0000000..b6a1209
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_sfa-fre.-2779709996263365125..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_sfa-fre" {
+ name = "CD_sfa-fre"
+ 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 = "sfa-fre"
+ }
+ }
+ }
+ }
+ 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 = "sfa-fre"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "sfa-fre"
+ }
+ }
+ }
+ }
+ 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 = "sfa-fre"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "sfa-fre"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_sfa-ota.5982925318220436329..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_sfa-ota.5982925318220436329..management_zone.tf
new file mode 100644
index 0000000..0c7daf6
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_sfa-ota.5982925318220436329..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_sfa-ota" {
+ name = "CD_sfa-ota"
+ 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 = "sfa-ota"
+ }
+ }
+ }
+ }
+ 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 = "sfa-ota"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "sfa-ota"
+ }
+ }
+ }
+ }
+ 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 = "sfa-ota"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "sfa-ota"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_sfa-ts.670242093097503433..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_sfa-ts.670242093097503433..management_zone.tf
new file mode 100644
index 0000000..724fbc7
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_sfa-ts.670242093097503433..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_sfa-ts" {
+ name = "CD_sfa-ts"
+ 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 = "sfa-ts"
+ }
+ }
+ }
+ }
+ 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 = "sfa-ts"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "sfa-ts"
+ }
+ }
+ }
+ }
+ 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 = "sfa-ts"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "sfa-ts"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_sfa-vs.7876609861723293539..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_sfa-vs.7876609861723293539..management_zone.tf
new file mode 100644
index 0000000..d8e1287
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_sfa-vs.7876609861723293539..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_sfa-vs" {
+ name = "CD_sfa-vs"
+ 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 = "sfa-vs"
+ }
+ }
+ }
+ }
+ 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 = "sfa-vs"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "sfa-vs"
+ }
+ }
+ }
+ }
+ 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 = "sfa-vs"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "sfa-vs"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_sfa.-2009685042850936658..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_sfa.-2009685042850936658..management_zone.tf
new file mode 100644
index 0000000..4cc2f29
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_sfa.-2009685042850936658..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_sfa" {
+ name = "CD_sfa"
+ 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 = "sfa"
+ }
+ }
+ }
+ }
+ 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 = "sfa"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "sfa"
+ }
+ }
+ }
+ }
+ 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 = "sfa"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "sfa"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_smart-access-order-service.8925843135515113505..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_smart-access-order-service.8925843135515113505..management_zone.tf
new file mode 100644
index 0000000..308a0ee
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_smart-access-order-service.8925843135515113505..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_smart-access-order-service" {
+ name = "CD_smart-access-order-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 = "smart-access-order-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 = "smart-access-order-service"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "smart-access-order-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 = "smart-access-order-service"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "smart-access-order-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_smc2-bl.2228363312078773864..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_smc2-bl.2228363312078773864..management_zone.tf
new file mode 100644
index 0000000..5cef19f
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_smc2-bl.2228363312078773864..management_zone.tf
@@ -0,0 +1,114 @@
+resource "dynatrace_management_zone" "CD_smc2-bl" {
+ name = "CD_smc2-bl"
+ 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 = "smc2-bl"
+ }
+ }
+ }
+ }
+ 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 = "smc2-bl"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "smc2-bl"
+ }
+ }
+ }
+ }
+ 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 = "smc2-bl"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "smc2-bl"
+ }
+ }
+ }
+ 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 = "smc2-bl"
+ }
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_smc2-key-trk.-2891055759702142212..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_smc2-key-trk.-2891055759702142212..management_zone.tf
new file mode 100644
index 0000000..d81efb8
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_smc2-key-trk.-2891055759702142212..management_zone.tf
@@ -0,0 +1,114 @@
+resource "dynatrace_management_zone" "CD_smc2-key-trk" {
+ name = "CD_smc2-key-trk"
+ 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 = "smc2-key-trk"
+ }
+ }
+ }
+ }
+ 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 = "smc2-key-trk"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "smc2-key-trk"
+ }
+ }
+ }
+ }
+ 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 = "smc2-key-trk"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "smc2-key-trk"
+ }
+ }
+ }
+ 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 = "smc2-key-trk"
+ }
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_smc2-ops.-8492778620176370345..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_smc2-ops.-8492778620176370345..management_zone.tf
new file mode 100644
index 0000000..d24d375
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_smc2-ops.-8492778620176370345..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_smc2-ops" {
+ name = "CD_smc2-ops"
+ 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 = "smc2-ops"
+ }
+ }
+ }
+ }
+ 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 = "smc2-ops"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "smc2-ops"
+ }
+ }
+ }
+ }
+ 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 = "smc2-ops"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "smc2-ops"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_smc2-rt.-7966244513986779017..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_smc2-rt.-7966244513986779017..management_zone.tf
new file mode 100644
index 0000000..5e26556
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_smc2-rt.-7966244513986779017..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_smc2-rt" {
+ name = "CD_smc2-rt"
+ 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 = "smc2-rt"
+ }
+ }
+ }
+ }
+ 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 = "smc2-rt"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "smc2-rt"
+ }
+ }
+ }
+ }
+ 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 = "smc2-rt"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "smc2-rt"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_sms-email-adapter-service.-8977015620553252616..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_sms-email-adapter-service.-8977015620553252616..management_zone.tf
new file mode 100644
index 0000000..5d6975d
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_sms-email-adapter-service.-8977015620553252616..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_sms-email-adapter-service" {
+ name = "CD_sms-email-adapter-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 = "sms-email-adapter-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 = "sms-email-adapter-service"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "sms-email-adapter-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 = "sms-email-adapter-service"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "sms-email-adapter-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_srmanager.6237970573590379302..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_srmanager.6237970573590379302..management_zone.tf
new file mode 100644
index 0000000..4049173
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_srmanager.6237970573590379302..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_srmanager" {
+ name = "CD_srmanager"
+ 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 = "srmanager"
+ }
+ }
+ }
+ }
+ 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 = "srmanager"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "srmanager"
+ }
+ }
+ }
+ }
+ 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 = "srmanager"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "srmanager"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_stm.1748000559316717118..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_stm.1748000559316717118..management_zone.tf
new file mode 100644
index 0000000..63b3f36
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_stm.1748000559316717118..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_stm" {
+ name = "CD_stm"
+ 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 = "stm"
+ }
+ }
+ }
+ }
+ 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 = "stm"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "stm"
+ }
+ }
+ }
+ }
+ 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 = "stm"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "stm"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_svcinfo.-8815130119677366073..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_svcinfo.-8815130119677366073..management_zone.tf
new file mode 100644
index 0000000..dc2e3be
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_svcinfo.-8815130119677366073..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_svcinfo" {
+ name = "CD_svcinfo"
+ 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 = "svcinfo"
+ }
+ }
+ }
+ }
+ 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 = "svcinfo"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "svcinfo"
+ }
+ }
+ }
+ }
+ 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 = "svcinfo"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "svcinfo"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_timer-service.-6137287057127596271..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_timer-service.-6137287057127596271..management_zone.tf
new file mode 100644
index 0000000..6978462
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_timer-service.-6137287057127596271..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_timer-service" {
+ name = "CD_timer-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 = "timer-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 = "timer-service"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "timer-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 = "timer-service"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "timer-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_timers-processor.-1204181947748313729..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_timers-processor.-1204181947748313729..management_zone.tf
new file mode 100644
index 0000000..5ee567d
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_timers-processor.-1204181947748313729..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_timers-processor" {
+ name = "CD_timers-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 = "timers-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 = "timers-processor"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "timers-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 = "timers-processor"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "timers-processor"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_token-exchanger-service.2472898803915005617..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_token-exchanger-service.2472898803915005617..management_zone.tf
new file mode 100644
index 0000000..de8ba93
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_token-exchanger-service.2472898803915005617..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_token-exchanger-service" {
+ name = "CD_token-exchanger-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 = "token-exchanger-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 = "token-exchanger-service"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "token-exchanger-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 = "token-exchanger-service"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "token-exchanger-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_tol-mgu.3857563014711089928..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_tol-mgu.3857563014711089928..management_zone.tf
new file mode 100644
index 0000000..b926bf1
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_tol-mgu.3857563014711089928..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_tol-mgu" {
+ name = "CD_tol-mgu"
+ 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 = "tol-mgu"
+ }
+ }
+ }
+ }
+ 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 = "tol-mgu"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "tol-mgu"
+ }
+ }
+ }
+ }
+ 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 = "tol-mgu"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "tol-mgu"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_tol-tssb.-7512073509502205738..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_tol-tssb.-7512073509502205738..management_zone.tf
new file mode 100644
index 0000000..e484ce4
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_tol-tssb.-7512073509502205738..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_tol-tssb" {
+ name = "CD_tol-tssb"
+ 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 = "tol-tssb"
+ }
+ }
+ }
+ }
+ 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 = "tol-tssb"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "tol-tssb"
+ }
+ }
+ }
+ }
+ 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 = "tol-tssb"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "tol-tssb"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_tol.-7516522908294698690..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_tol.-7516522908294698690..management_zone.tf
new file mode 100644
index 0000000..63df27e
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_tol.-7516522908294698690..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_tol" {
+ name = "CD_tol"
+ 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 = "tol"
+ }
+ }
+ }
+ }
+ 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 = "tol"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "tol"
+ }
+ }
+ }
+ }
+ 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 = "tol"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "tol"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_trip-change-processor.-1636363340970029625..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_trip-change-processor.-1636363340970029625..management_zone.tf
new file mode 100644
index 0000000..a6e27f1
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_trip-change-processor.-1636363340970029625..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_trip-change-processor" {
+ name = "CD_trip-change-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 = "trip-change-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 = "trip-change-processor"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "trip-change-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 = "trip-change-processor"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "trip-change-processor"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_trip-cleanup-app-service.-3487817013971232940..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_trip-cleanup-app-service.-3487817013971232940..management_zone.tf
new file mode 100644
index 0000000..96cd3b9
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_trip-cleanup-app-service.-3487817013971232940..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_trip-cleanup-app-service" {
+ name = "CD_trip-cleanup-app-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 = "trip-cleanup-app-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 = "trip-cleanup-app-service"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "trip-cleanup-app-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 = "trip-cleanup-app-service"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "trip-cleanup-app-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_trip-monitor-service.-3435599000471094320..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_trip-monitor-service.-3435599000471094320..management_zone.tf
new file mode 100644
index 0000000..fa74220
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_trip-monitor-service.-3435599000471094320..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_trip-monitor-service" {
+ name = "CD_trip-monitor-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 = "trip-monitor-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 = "trip-monitor-service"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "trip-monitor-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 = "trip-monitor-service"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "trip-monitor-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_trip-reminder-processor.6312603756569057726..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_trip-reminder-processor.6312603756569057726..management_zone.tf
new file mode 100644
index 0000000..e85eb84
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_trip-reminder-processor.6312603756569057726..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_trip-reminder-processor" {
+ name = "CD_trip-reminder-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 = "trip-reminder-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 = "trip-reminder-processor"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "trip-reminder-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 = "trip-reminder-processor"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "trip-reminder-processor"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_trip-route-service.-2619692944278089863..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_trip-route-service.-2619692944278089863..management_zone.tf
new file mode 100644
index 0000000..bd2a63f
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_trip-route-service.-2619692944278089863..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_trip-route-service" {
+ name = "CD_trip-route-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 = "trip-route-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 = "trip-route-service"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "trip-route-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 = "trip-route-service"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "trip-route-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_trip-service.6794316792063710932..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_trip-service.6794316792063710932..management_zone.tf
new file mode 100644
index 0000000..4dde92f
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_trip-service.6794316792063710932..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_trip-service" {
+ name = "CD_trip-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 = "trip-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 = "trip-service"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "trip-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 = "trip-service"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "trip-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_ts-bcallservice.-3440958503845572911..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_ts-bcallservice.-3440958503845572911..management_zone.tf
new file mode 100644
index 0000000..38cc632
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_ts-bcallservice.-3440958503845572911..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_ts-bcallservice" {
+ name = "CD_ts-bcallservice"
+ 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 = "ts-bcallservice"
+ }
+ }
+ }
+ }
+ 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 = "ts-bcallservice"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "ts-bcallservice"
+ }
+ }
+ }
+ }
+ 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 = "ts-bcallservice"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "ts-bcallservice"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_ts-bt.2116716187718300774..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_ts-bt.2116716187718300774..management_zone.tf
new file mode 100644
index 0000000..8b82f4a
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_ts-bt.2116716187718300774..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_ts-bt" {
+ name = "CD_ts-bt"
+ 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 = "ts-bt"
+ }
+ }
+ }
+ }
+ 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 = "ts-bt"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "ts-bt"
+ }
+ }
+ }
+ }
+ 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 = "ts-bt"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "ts-bt"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_ts-bti.-5273930433361781004..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_ts-bti.-5273930433361781004..management_zone.tf
new file mode 100644
index 0000000..814ddc6
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_ts-bti.-5273930433361781004..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_ts-bti" {
+ name = "CD_ts-bti"
+ 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 = "ts-bti"
+ }
+ }
+ }
+ }
+ 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 = "ts-bti"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "ts-bti"
+ }
+ }
+ }
+ }
+ 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 = "ts-bti"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "ts-bti"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_ts-cas-spm.-8261459735630992973..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_ts-cas-spm.-8261459735630992973..management_zone.tf
new file mode 100644
index 0000000..d56e1fc
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_ts-cas-spm.-8261459735630992973..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_ts-cas-spm" {
+ name = "CD_ts-cas-spm"
+ 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 = "ts-cas-spm"
+ }
+ }
+ }
+ }
+ 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 = "ts-cas-spm"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "ts-cas-spm"
+ }
+ }
+ }
+ }
+ 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 = "ts-cas-spm"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "ts-cas-spm"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_ts-cas-stm.-4003846334862443834..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_ts-cas-stm.-4003846334862443834..management_zone.tf
new file mode 100644
index 0000000..7ad770c
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_ts-cas-stm.-4003846334862443834..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_ts-cas-stm" {
+ name = "CD_ts-cas-stm"
+ 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 = "ts-cas-stm"
+ }
+ }
+ }
+ }
+ 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 = "ts-cas-stm"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "ts-cas-stm"
+ }
+ }
+ }
+ }
+ 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 = "ts-cas-stm"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "ts-cas-stm"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_ts-datadispatcher.-214928697454538672..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_ts-datadispatcher.-214928697454538672..management_zone.tf
new file mode 100644
index 0000000..d49d93b
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_ts-datadispatcher.-214928697454538672..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_ts-datadispatcher" {
+ name = "CD_ts-datadispatcher"
+ 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 = "ts-datadispatcher"
+ }
+ }
+ }
+ }
+ 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 = "ts-datadispatcher"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "ts-datadispatcher"
+ }
+ }
+ }
+ }
+ 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 = "ts-datadispatcher"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "ts-datadispatcher"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_ts-diagservice.-6851611601553068903..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_ts-diagservice.-6851611601553068903..management_zone.tf
new file mode 100644
index 0000000..99c4145
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_ts-diagservice.-6851611601553068903..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_ts-diagservice" {
+ name = "CD_ts-diagservice"
+ 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 = "ts-diagservice"
+ }
+ }
+ }
+ }
+ 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 = "ts-diagservice"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "ts-diagservice"
+ }
+ }
+ }
+ }
+ 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 = "ts-diagservice"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "ts-diagservice"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_ts-eshad.-5943418555153993001..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_ts-eshad.-5943418555153993001..management_zone.tf
new file mode 100644
index 0000000..e2627a1
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_ts-eshad.-5943418555153993001..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_ts-eshad" {
+ name = "CD_ts-eshad"
+ 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 = "ts-eshad"
+ }
+ }
+ }
+ }
+ 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 = "ts-eshad"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "ts-eshad"
+ }
+ }
+ }
+ }
+ 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 = "ts-eshad"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "ts-eshad"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_ts-message-receiver.8942190779928556172..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_ts-message-receiver.8942190779928556172..management_zone.tf
new file mode 100644
index 0000000..6b3fb37
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_ts-message-receiver.8942190779928556172..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_ts-message-receiver" {
+ name = "CD_ts-message-receiver"
+ 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 = "ts-message-receiver"
+ }
+ }
+ }
+ }
+ 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 = "ts-message-receiver"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "ts-message-receiver"
+ }
+ }
+ }
+ }
+ 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 = "ts-message-receiver"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "ts-message-receiver"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_ts-pdmupdater.2209945008905404385..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_ts-pdmupdater.2209945008905404385..management_zone.tf
new file mode 100644
index 0000000..66dcb37
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_ts-pdmupdater.2209945008905404385..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_ts-pdmupdater" {
+ name = "CD_ts-pdmupdater"
+ 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 = "ts-pdmupdater"
+ }
+ }
+ }
+ }
+ 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 = "ts-pdmupdater"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "ts-pdmupdater"
+ }
+ }
+ }
+ }
+ 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 = "ts-pdmupdater"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "ts-pdmupdater"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_ts-pservice.4907951848187910230..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_ts-pservice.4907951848187910230..management_zone.tf
new file mode 100644
index 0000000..df08887
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_ts-pservice.4907951848187910230..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_ts-pservice" {
+ name = "CD_ts-pservice"
+ 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 = "ts-pservice"
+ }
+ }
+ }
+ }
+ 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 = "ts-pservice"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "ts-pservice"
+ }
+ }
+ }
+ }
+ 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 = "ts-pservice"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "ts-pservice"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_ts-remotediagnosis.-1396964481465929461..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_ts-remotediagnosis.-1396964481465929461..management_zone.tf
new file mode 100644
index 0000000..c9f9c54
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_ts-remotediagnosis.-1396964481465929461..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_ts-remotediagnosis" {
+ name = "CD_ts-remotediagnosis"
+ 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 = "ts-remotediagnosis"
+ }
+ }
+ }
+ }
+ 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 = "ts-remotediagnosis"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "ts-remotediagnosis"
+ }
+ }
+ }
+ }
+ 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 = "ts-remotediagnosis"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "ts-remotediagnosis"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_ts-rsurservice.8119874633790636397..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_ts-rsurservice.8119874633790636397..management_zone.tf
new file mode 100644
index 0000000..2421588
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_ts-rsurservice.8119874633790636397..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_ts-rsurservice" {
+ name = "CD_ts-rsurservice"
+ 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 = "ts-rsurservice"
+ }
+ }
+ }
+ }
+ 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 = "ts-rsurservice"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "ts-rsurservice"
+ }
+ }
+ }
+ }
+ 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 = "ts-rsurservice"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "ts-rsurservice"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_ts-rtcadapter.-1184749760203224714..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_ts-rtcadapter.-1184749760203224714..management_zone.tf
new file mode 100644
index 0000000..0589eed
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_ts-rtcadapter.-1184749760203224714..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_ts-rtcadapter" {
+ name = "CD_ts-rtcadapter"
+ 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 = "ts-rtcadapter"
+ }
+ }
+ }
+ }
+ 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 = "ts-rtcadapter"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "ts-rtcadapter"
+ }
+ }
+ }
+ }
+ 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 = "ts-rtcadapter"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "ts-rtcadapter"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_ts-rtchandler.-3391554374807265844..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_ts-rtchandler.-3391554374807265844..management_zone.tf
new file mode 100644
index 0000000..67dcf70
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_ts-rtchandler.-3391554374807265844..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_ts-rtchandler" {
+ name = "CD_ts-rtchandler"
+ 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 = "ts-rtchandler"
+ }
+ }
+ }
+ }
+ 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 = "ts-rtchandler"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "ts-rtchandler"
+ }
+ }
+ }
+ }
+ 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 = "ts-rtchandler"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "ts-rtchandler"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_ts-rtcservice.1728583511228313897..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_ts-rtcservice.1728583511228313897..management_zone.tf
new file mode 100644
index 0000000..07ef2b0
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_ts-rtcservice.1728583511228313897..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_ts-rtcservice" {
+ name = "CD_ts-rtcservice"
+ 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 = "ts-rtcservice"
+ }
+ }
+ }
+ }
+ 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 = "ts-rtcservice"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "ts-rtcservice"
+ }
+ }
+ }
+ }
+ 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 = "ts-rtcservice"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "ts-rtcservice"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_ts-scallservice.-464675131828532576..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_ts-scallservice.-464675131828532576..management_zone.tf
new file mode 100644
index 0000000..f609e9a
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_ts-scallservice.-464675131828532576..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_ts-scallservice" {
+ name = "CD_ts-scallservice"
+ 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 = "ts-scallservice"
+ }
+ }
+ }
+ }
+ 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 = "ts-scallservice"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "ts-scallservice"
+ }
+ }
+ }
+ }
+ 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 = "ts-scallservice"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "ts-scallservice"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_ts-tsbgam.1243771507483088038..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_ts-tsbgam.1243771507483088038..management_zone.tf
new file mode 100644
index 0000000..1479ab2
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_ts-tsbgam.1243771507483088038..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_ts-tsbgam" {
+ name = "CD_ts-tsbgam"
+ 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 = "ts-tsbgam"
+ }
+ }
+ }
+ }
+ 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 = "ts-tsbgam"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "ts-tsbgam"
+ }
+ }
+ }
+ }
+ 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 = "ts-tsbgam"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "ts-tsbgam"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_ts-tsbgservice.2106969274547463714..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_ts-tsbgservice.2106969274547463714..management_zone.tf
new file mode 100644
index 0000000..8ca7e65
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_ts-tsbgservice.2106969274547463714..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_ts-tsbgservice" {
+ name = "CD_ts-tsbgservice"
+ 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 = "ts-tsbgservice"
+ }
+ }
+ }
+ }
+ 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 = "ts-tsbgservice"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "ts-tsbgservice"
+ }
+ }
+ }
+ }
+ 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 = "ts-tsbgservice"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "ts-tsbgservice"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_ts-tsp.6880487254149934188..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_ts-tsp.6880487254149934188..management_zone.tf
new file mode 100644
index 0000000..275bcef
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_ts-tsp.6880487254149934188..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_ts-tsp" {
+ name = "CD_ts-tsp"
+ 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 = "ts-tsp"
+ }
+ }
+ }
+ }
+ 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 = "ts-tsp"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "ts-tsp"
+ }
+ }
+ }
+ }
+ 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 = "ts-tsp"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "ts-tsp"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_ts-wlupdater.2011744672945135226..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_ts-wlupdater.2011744672945135226..management_zone.tf
new file mode 100644
index 0000000..33f3dd8
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_ts-wlupdater.2011744672945135226..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_ts-wlupdater" {
+ name = "CD_ts-wlupdater"
+ 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 = "ts-wlupdater"
+ }
+ }
+ }
+ }
+ 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 = "ts-wlupdater"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "ts-wlupdater"
+ }
+ }
+ }
+ }
+ 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 = "ts-wlupdater"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "ts-wlupdater"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_tscs.-160525691340029159..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_tscs.-160525691340029159..management_zone.tf
new file mode 100644
index 0000000..adaa9c0
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_tscs.-160525691340029159..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_tscs" {
+ name = "CD_tscs"
+ 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 = "tscs"
+ }
+ }
+ }
+ }
+ 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 = "tscs"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "tscs"
+ }
+ }
+ }
+ }
+ 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 = "tscs"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "tscs"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_tsmb.-8131959358977252437..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_tsmb.-8131959358977252437..management_zone.tf
new file mode 100644
index 0000000..00c0683
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_tsmb.-8131959358977252437..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_tsmb" {
+ name = "CD_tsmb"
+ 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 = "tsmb"
+ }
+ }
+ }
+ }
+ 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 = "tsmb"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "tsmb"
+ }
+ }
+ }
+ }
+ 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 = "tsmb"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "tsmb"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_tsr-cmr.-688422281186010970..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_tsr-cmr.-688422281186010970..management_zone.tf
new file mode 100644
index 0000000..86ac614
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_tsr-cmr.-688422281186010970..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_tsr-cmr" {
+ name = "CD_tsr-cmr"
+ 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 = "tsr-cmr"
+ }
+ }
+ }
+ }
+ 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 = "tsr-cmr"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "tsr-cmr"
+ }
+ }
+ }
+ }
+ 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 = "tsr-cmr"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "tsr-cmr"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_tsr-dd.-5534381493737197118..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_tsr-dd.-5534381493737197118..management_zone.tf
new file mode 100644
index 0000000..8f8fa21
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_tsr-dd.-5534381493737197118..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_tsr-dd" {
+ name = "CD_tsr-dd"
+ 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 = "tsr-dd"
+ }
+ }
+ }
+ }
+ 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 = "tsr-dd"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "tsr-dd"
+ }
+ }
+ }
+ }
+ 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 = "tsr-dd"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "tsr-dd"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_tsr-vu.-4286479403216664835..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_tsr-vu.-4286479403216664835..management_zone.tf
new file mode 100644
index 0000000..8d2b60f
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_tsr-vu.-4286479403216664835..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_tsr-vu" {
+ name = "CD_tsr-vu"
+ 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 = "tsr-vu"
+ }
+ }
+ }
+ }
+ 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 = "tsr-vu"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "tsr-vu"
+ }
+ }
+ }
+ }
+ 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 = "tsr-vu"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "tsr-vu"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_tsrservice.-4712284468125873599..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_tsrservice.-4712284468125873599..management_zone.tf
new file mode 100644
index 0000000..1d1d5fe
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_tsrservice.-4712284468125873599..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_tsrservice" {
+ name = "CD_tsrservice"
+ 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 = "tsrservice"
+ }
+ }
+ }
+ }
+ 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 = "tsrservice"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "tsrservice"
+ }
+ }
+ }
+ }
+ 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 = "tsrservice"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "tsrservice"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_user-activity-service.7524486573325634721..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_user-activity-service.7524486573325634721..management_zone.tf
new file mode 100644
index 0000000..562ee65
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_user-activity-service.7524486573325634721..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_user-activity-service" {
+ name = "CD_user-activity-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 = "user-activity-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 = "user-activity-service"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "user-activity-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 = "user-activity-service"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "user-activity-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_user-attributes-service.5659820862934834132..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_user-attributes-service.5659820862934834132..management_zone.tf
new file mode 100644
index 0000000..ef2fead
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_user-attributes-service.5659820862934834132..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_user-attributes-service" {
+ name = "CD_user-attributes-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 = "user-attributes-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 = "user-attributes-service"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "user-attributes-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 = "user-attributes-service"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "user-attributes-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_user-composite-service.-2136681634610104275..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_user-composite-service.-2136681634610104275..management_zone.tf
new file mode 100644
index 0000000..002c59b
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_user-composite-service.-2136681634610104275..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_user-composite-service" {
+ name = "CD_user-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 = "user-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 = "user-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 = "user-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 = "user-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 = "user-composite-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_user-delete-service.2783843045311786472..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_user-delete-service.2783843045311786472..management_zone.tf
new file mode 100644
index 0000000..1682ae4
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_user-delete-service.2783843045311786472..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_user-delete-service" {
+ name = "CD_user-delete-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 = "user-delete-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 = "user-delete-service"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "user-delete-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 = "user-delete-service"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "user-delete-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_user-position-service.-3524077140818801706..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_user-position-service.-3524077140818801706..management_zone.tf
new file mode 100644
index 0000000..5b6c7b9
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_user-position-service.-3524077140818801706..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_user-position-service" {
+ name = "CD_user-position-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 = "user-position-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 = "user-position-service"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "user-position-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 = "user-position-service"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "user-position-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_user-profile-service.-6280192777790291017..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_user-profile-service.-6280192777790291017..management_zone.tf
new file mode 100644
index 0000000..7cfb26a
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_user-profile-service.-6280192777790291017..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_user-profile-service" {
+ name = "CD_user-profile-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 = "user-profile-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 = "user-profile-service"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "user-profile-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 = "user-profile-service"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "user-profile-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_usid-filter-service.-192582546746005275..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_usid-filter-service.-192582546746005275..management_zone.tf
new file mode 100644
index 0000000..1e8f6b2
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_usid-filter-service.-192582546746005275..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_usid-filter-service" {
+ name = "CD_usid-filter-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 = "usid-filter-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 = "usid-filter-service"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "usid-filter-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 = "usid-filter-service"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "usid-filter-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_vehicle-composite-service.3588325415984644908..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_vehicle-composite-service.3588325415984644908..management_zone.tf
new file mode 100644
index 0000000..193dc4f
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_vehicle-composite-service.3588325415984644908..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_vehicle-composite-service" {
+ name = "CD_vehicle-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 = "vehicle-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 = "vehicle-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 = "vehicle-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 = "vehicle-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 = "vehicle-composite-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_vehicle-features-service.-4629098788625331031..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_vehicle-features-service.-4629098788625331031..management_zone.tf
new file mode 100644
index 0000000..fb358fa
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_vehicle-features-service.-4629098788625331031..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_vehicle-features-service" {
+ name = "CD_vehicle-features-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 = "vehicle-features-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 = "vehicle-features-service"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "vehicle-features-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 = "vehicle-features-service"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "vehicle-features-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_vehicle-list-proxy-service.-1473058620267078394..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_vehicle-list-proxy-service.-1473058620267078394..management_zone.tf
new file mode 100644
index 0000000..b185f5f
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_vehicle-list-proxy-service.-1473058620267078394..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_vehicle-list-proxy-service" {
+ name = "CD_vehicle-list-proxy-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 = "vehicle-list-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 = "vehicle-list-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 = "vehicle-list-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 = "vehicle-list-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 = "vehicle-list-proxy-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_vehicle-mapping-composite-service.-3770775444771220305..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_vehicle-mapping-composite-service.-3770775444771220305..management_zone.tf
new file mode 100644
index 0000000..48bb988
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_vehicle-mapping-composite-service.-3770775444771220305..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_vehicle-mapping-composite-service" {
+ name = "CD_vehicle-mapping-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 = "vehicle-mapping-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 = "vehicle-mapping-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 = "vehicle-mapping-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 = "vehicle-mapping-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 = "vehicle-mapping-composite-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_vehicle-mapping-service.-5786039945021962186..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_vehicle-mapping-service.-5786039945021962186..management_zone.tf
new file mode 100644
index 0000000..15051cf
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_vehicle-mapping-service.-5786039945021962186..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_vehicle-mapping-service" {
+ name = "CD_vehicle-mapping-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 = "vehicle-mapping-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 = "vehicle-mapping-service"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "vehicle-mapping-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 = "vehicle-mapping-service"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "vehicle-mapping-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_vehicle-remote-commands-composite-service.-4462354815142253164..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_vehicle-remote-commands-composite-service.-4462354815142253164..management_zone.tf
new file mode 100644
index 0000000..83d2cd4
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_vehicle-remote-commands-composite-service.-4462354815142253164..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_vehicle-remote-commands-composite-service" {
+ name = "CD_vehicle-remote-commands-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 = "vehicle-remote-commands-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 = "vehicle-remote-commands-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 = "vehicle-remote-commands-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 = "vehicle-remote-commands-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 = "vehicle-remote-commands-composite-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_vehicle-service-alert.1565629517762195807..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_vehicle-service-alert.1565629517762195807..management_zone.tf
new file mode 100644
index 0000000..f2a8b79
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_vehicle-service-alert.1565629517762195807..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_vehicle-service-alert" {
+ name = "CD_vehicle-service-alert"
+ 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 = "vehicle-service-alert"
+ }
+ }
+ }
+ }
+ 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 = "vehicle-service-alert"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "vehicle-service-alert"
+ }
+ }
+ }
+ }
+ 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 = "vehicle-service-alert"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "vehicle-service-alert"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_vehicle-service-background.7139512845863327483..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_vehicle-service-background.7139512845863327483..management_zone.tf
new file mode 100644
index 0000000..3e2ef9f
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_vehicle-service-background.7139512845863327483..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_vehicle-service-background" {
+ name = "CD_vehicle-service-background"
+ 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 = "vehicle-service-background"
+ }
+ }
+ }
+ }
+ 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 = "vehicle-service-background"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "vehicle-service-background"
+ }
+ }
+ }
+ }
+ 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 = "vehicle-service-background"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "vehicle-service-background"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_vehicle-service-staging.8439430533353830924..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_vehicle-service-staging.8439430533353830924..management_zone.tf
new file mode 100644
index 0000000..593e879
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_vehicle-service-staging.8439430533353830924..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_vehicle-service-staging" {
+ name = "CD_vehicle-service-staging"
+ 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 = "vehicle-service-staging"
+ }
+ }
+ }
+ }
+ 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 = "vehicle-service-staging"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "vehicle-service-staging"
+ }
+ }
+ }
+ }
+ 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 = "vehicle-service-staging"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "vehicle-service-staging"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_vehicle-service.3832313249744862960..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_vehicle-service.3832313249744862960..management_zone.tf
new file mode 100644
index 0000000..81b3bda
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_vehicle-service.3832313249744862960..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_vehicle-service" {
+ name = "CD_vehicle-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 = "vehicle-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 = "vehicle-service"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "vehicle-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 = "vehicle-service"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "vehicle-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_vehicle-shadow-event-processor.-4542920330127251082..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_vehicle-shadow-event-processor.-4542920330127251082..management_zone.tf
new file mode 100644
index 0000000..af439d9
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_vehicle-shadow-event-processor.-4542920330127251082..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_vehicle-shadow-event-processor" {
+ name = "CD_vehicle-shadow-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 = "vehicle-shadow-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 = "vehicle-shadow-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 = "vehicle-shadow-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 = "vehicle-shadow-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 = "vehicle-shadow-event-processor"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_vehicle-status-proxy-service.-5998734171557358773..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_vehicle-status-proxy-service.-5998734171557358773..management_zone.tf
new file mode 100644
index 0000000..34ee342
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_vehicle-status-proxy-service.-5998734171557358773..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_vehicle-status-proxy-service" {
+ name = "CD_vehicle-status-proxy-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 = "vehicle-status-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 = "vehicle-status-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 = "vehicle-status-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 = "vehicle-status-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 = "vehicle-status-proxy-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_vehicle-user-relationship-service.4061574965078448311..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_vehicle-user-relationship-service.4061574965078448311..management_zone.tf
new file mode 100644
index 0000000..4232fd5
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_vehicle-user-relationship-service.4061574965078448311..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_vehicle-user-relationship-service" {
+ name = "CD_vehicle-user-relationship-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 = "vehicle-user-relationship-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 = "vehicle-user-relationship-service"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "vehicle-user-relationship-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 = "vehicle-user-relationship-service"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "vehicle-user-relationship-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_vin-list-generator-service.-5394504524020450484..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_vin-list-generator-service.-5394504524020450484..management_zone.tf
new file mode 100644
index 0000000..512d3ca
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_vin-list-generator-service.-5394504524020450484..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_vin-list-generator-service" {
+ name = "CD_vin-list-generator-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 = "vin-list-generator-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 = "vin-list-generator-service"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "vin-list-generator-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 = "vin-list-generator-service"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "vin-list-generator-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_vps-admin.1843223523468635430..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_vps-admin.1843223523468635430..management_zone.tf
new file mode 100644
index 0000000..dd6563c
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_vps-admin.1843223523468635430..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_vps-admin" {
+ name = "CD_vps-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 = "vps-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 = "vps-admin"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "vps-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 = "vps-admin"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "vps-admin"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_vps-archive.-1017790433340187721..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_vps-archive.-1017790433340187721..management_zone.tf
new file mode 100644
index 0000000..6c2a6e7
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_vps-archive.-1017790433340187721..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_vps-archive" {
+ name = "CD_vps-archive"
+ 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 = "vps-archive"
+ }
+ }
+ }
+ }
+ 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 = "vps-archive"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "vps-archive"
+ }
+ }
+ }
+ }
+ 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 = "vps-archive"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "vps-archive"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_vps-monitor.-4238479884355788160..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_vps-monitor.-4238479884355788160..management_zone.tf
new file mode 100644
index 0000000..011a7c4
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_vps-monitor.-4238479884355788160..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_vps-monitor" {
+ name = "CD_vps-monitor"
+ 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 = "vps-monitor"
+ }
+ }
+ }
+ }
+ 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 = "vps-monitor"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "vps-monitor"
+ }
+ }
+ }
+ }
+ 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 = "vps-monitor"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "vps-monitor"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_vps-prov.-3228512635352710157..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_vps-prov.-3228512635352710157..management_zone.tf
new file mode 100644
index 0000000..23bc340
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_vps-prov.-3228512635352710157..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_vps-prov" {
+ name = "CD_vps-prov"
+ 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 = "vps-prov"
+ }
+ }
+ }
+ }
+ 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 = "vps-prov"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "vps-prov"
+ }
+ }
+ }
+ }
+ 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 = "vps-prov"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "vps-prov"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_vps-trigger.-7519199679488905472..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_vps-trigger.-7519199679488905472..management_zone.tf
new file mode 100644
index 0000000..c89d483
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_vps-trigger.-7519199679488905472..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_vps-trigger" {
+ name = "CD_vps-trigger"
+ 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 = "vps-trigger"
+ }
+ }
+ }
+ }
+ 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 = "vps-trigger"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "vps-trigger"
+ }
+ }
+ }
+ }
+ 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 = "vps-trigger"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "vps-trigger"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_vs-api.-846196462544696783..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_vs-api.-846196462544696783..management_zone.tf
new file mode 100644
index 0000000..f230006
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_vs-api.-846196462544696783..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_vs-api" {
+ name = "CD_vs-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 = "vs-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 = "vs-api"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "vs-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 = "vs-api"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "vs-api"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_webapi.-5707696217538461633..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_webapi.-5707696217538461633..management_zone.tf
new file mode 100644
index 0000000..d4b4150
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_webapi.-5707696217538461633..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_webapi" {
+ name = "CD_webapi"
+ 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 = "webapi"
+ }
+ }
+ }
+ }
+ 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 = "webapi"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "webapi"
+ }
+ }
+ }
+ }
+ 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 = "webapi"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "webapi"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_wlmanager.-1066539719125670580..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_wlmanager.-1066539719125670580..management_zone.tf
new file mode 100644
index 0000000..e02fe2a
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_wlmanager.-1066539719125670580..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_wlmanager" {
+ name = "CD_wlmanager"
+ 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 = "wlmanager"
+ }
+ }
+ }
+ }
+ 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 = "wlmanager"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "wlmanager"
+ }
+ }
+ }
+ }
+ 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 = "wlmanager"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "wlmanager"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_wus.-830480395218330790..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_wus.-830480395218330790..management_zone.tf
new file mode 100644
index 0000000..b1a9111
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_wus.-830480395218330790..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_wus" {
+ name = "CD_wus"
+ 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 = "wus"
+ }
+ }
+ }
+ }
+ 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 = "wus"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "wus"
+ }
+ }
+ }
+ }
+ 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 = "wus"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "wus"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_xfcd.6201076759498324419..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_xfcd.6201076759498324419..management_zone.tf
new file mode 100644
index 0000000..aa99014
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/CD_xfcd.6201076759498324419..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_xfcd" {
+ name = "CD_xfcd"
+ 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 = "xfcd"
+ }
+ }
+ }
+ }
+ 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 = "xfcd"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "xfcd"
+ }
+ }
+ }
+ }
+ 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 = "xfcd"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "xfcd"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/Dynatrace_BusinessInsights.5842654451628371612..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/Dynatrace_BusinessInsights.5842654451628371612..management_zone.tf
new file mode 100644
index 0000000..8a47e9a
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/Dynatrace_BusinessInsights.5842654451628371612..management_zone.tf
@@ -0,0 +1,22 @@
+resource "dynatrace_management_zone" "Dynatrace_BusinessInsights" {
+ name = "Dynatrace_BusinessInsights"
+ description = "MZ for entities that should be part of the Dynatrace Business Insights offering."
+ rules {
+ type = "MOBILE_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "MOBILE_APPLICATION_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "TAG_KEY_EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Dynatrace_BusinessInsights"
+ }
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/Offboard_Platform_APM_CNAP_Viewer.7984472777235983022..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/Offboard_Platform_APM_CNAP_Viewer.7984472777235983022..management_zone.tf
new file mode 100644
index 0000000..849e85e
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/Offboard_Platform_APM_CNAP_Viewer.7984472777235983022..management_zone.tf
@@ -0,0 +1,45 @@
+resource "dynatrace_management_zone" "Offboard_Platform_APM_CNAP_Viewer" {
+ name = "Offboard_Platform_APM_CNAP_Viewer"
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ entity {
+ negate = false
+ operator = "EQUALS"
+ value = "HOST_GROUP-826643CE73F48A4A"
+ }
+ key {
+ type = "STATIC"
+ attribute = "HOST_GROUP_ID"
+ }
+ }
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_NAME"
+ }
+ string {
+ case_sensitive = false
+ negate = false
+ operator = "EXISTS"
+ }
+ }
+ }
+ rules {
+ type = "KUBERNETES_CLUSTER"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "KUBERNETES_CLUSTER_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "BEGINS_WITH"
+ value = "CNAP"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/PD_AccountManagementConnectedCar.7322648462719879167..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/PD_AccountManagementConnectedCar.7322648462719879167..management_zone.tf
new file mode 100644
index 0000000..3804003
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/PD_AccountManagementConnectedCar.7322648462719879167..management_zone.tf
@@ -0,0 +1,11 @@
+resource "dynatrace_management_zone" "PD_AccountManagementConnectedCar" {
+ name = "PD_AccountManagementConnectedCar"
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:AM-CESIM\"),tag(\"compass-id:AM-Device\"),tag(\"compass-id:AM-EGIM\"),tag(\"compass-id:AM-MNO-Manager\"),tag(\"compass-id:CESIM Proxy\"),tag(\"compass-id:MNOMGR-CU-Jasper\"),tag(\"compass-id:MNOMGR-CU-SHA\"),tag(\"compass-id:MNOMGR-GD\"),tag(\"compass-id:MNOMGR-TMSP\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:AM-BPM\"),tag(\"compass-id:AM-CASA\"),tag(\"compass-id:am-cloud\"),tag(\"compass-id:AM-CNR\"),tag(\"compass-id:AM-CNS\"),tag(\"compass-id:AM-ECS\"),tag(\"compass-id:AM-LMCS\"),tag(\"compass-id:AM-Proxy\"),tag(\"compass-id:AM-Store\"),tag(\"compass-id:AM-SVMS\"),tag(\"compass-id:AM-SVMS-EventService\"),tag(\"compass-id:AM-USAGE\"),tag(\"compass-id:AM-VAS\"),tag(\"compass-id:AM-Vehicle\"),tag(\"compass-id:AM-VMS\"),tag(\"compass-id:Countly\"),tag(\"compass-id:TAMSArchive\"),tag(\"compass-id:TestdataTool\")"
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/PD_AutomotiveSecurity.3737706196578343849..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/PD_AutomotiveSecurity.3737706196578343849..management_zone.tf
new file mode 100644
index 0000000..2a35070
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/PD_AutomotiveSecurity.3737706196578343849..management_zone.tf
@@ -0,0 +1,27 @@
+resource "dynatrace_management_zone" "PD_AutomotiveSecurity" {
+ name = "PD_AutomotiveSecurity"
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:ASBC-MFSCS\"),tag(\"compass-id:STM\"),tag(\"compass-id:ts-wlupdater\"),tag(\"compass-id:TVP\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:DFP\"),tag(\"compass-id:DFPH\"),tag(\"compass-id:OCLISc2v\"),tag(\"compass-id:OCLISocsp\"),tag(\"compass-id:P2X\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:ASBC-HAL\"),tag(\"compass-id:ASBC-NGTP\"),tag(\"compass-id:ASBS\"),tag(\"compass-id:HPAuth\"),tag(\"compass-id:STS\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:ASBC-SMACC\"),tag(\"compass-id:CAC\"),tag(\"compass-id:CAC-AGENT\"),tag(\"compass-id:SMC2-BL\"),tag(\"compass-id:SMC2-KEY-TRK\"),tag(\"compass-id:SMC2-RT\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:ASBC-RSU\"),tag(\"compass-id:ASBC-SBB\"),tag(\"compass-id:ASBCSWLSEC2\"),tag(\"compass-id:PSdZ-Checker\"),tag(\"compass-id:SCB\"),tag(\"compass-id:SCC\"),tag(\"compass-id:SWAG\"),tag(\"compass-id:SWLSEC2-Checker\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:ASBC-AFW-POC\"),tag(\"compass-id:ASBC-AFWSFA-POC\"),tag(\"compass-id:ASBC-AFWSTM-POC\")"
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/PD_CallServices.-4112886493107181463..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/PD_CallServices.-4112886493107181463..management_zone.tf
new file mode 100644
index 0000000..32191cb
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/PD_CallServices.-4112886493107181463..management_zone.tf
@@ -0,0 +1,23 @@
+resource "dynatrace_management_zone" "PD_CallServices" {
+ name = "PD_CallServices"
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:ACDS\"),tag(\"compass-id:APPCALL\"),tag(\"compass-id:B2V-NGTP\"),tag(\"compass-id:ECALLGW\"),tag(\"compass-id:ECS\"),tag(\"compass-id:EVNS2\"),tag(\"compass-id:EVNS2T\"),tag(\"compass-id:NGTP-CS\"),tag(\"compass-id:XCS\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:BASE\"),tag(\"compass-id:CCC\"),tag(\"compass-id:RSA\"),tag(\"compass-id:RSA-ASD-Search\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:PiSA-CORE\"),tag(\"compass-id:PISA-EVENT-HANDLER\"),tag(\"compass-id:PISA-RUNTIME\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:HTTS\"),tag(\"compass-id:HVD\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:B2V-Voice\"),tag(\"compass-id:CRS\"),tag(\"compass-id:CRSA\"),tag(\"compass-id:EPL\"),tag(\"compass-id:EPM\"),tag(\"compass-id:VOICEGW\"),tag(\"compass-id:VOICEGW-ADMIN\")"
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/PD_ConnectedDriveStoreBackend.-8141281538555996318..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/PD_ConnectedDriveStoreBackend.-8141281538555996318..management_zone.tf
new file mode 100644
index 0000000..b85cfab
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/PD_ConnectedDriveStoreBackend.-8141281538555996318..management_zone.tf
@@ -0,0 +1,11 @@
+resource "dynatrace_management_zone" "PD_ConnectedDriveStoreBackend" {
+ name = "PD_ConnectedDriveStoreBackend"
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:Buffet-Birt\"),tag(\"compass-id:Buffet-CIC-Backend\"),tag(\"compass-id:Buffet-Core\"),tag(\"compass-id:Buffet-External-CDM\"),tag(\"compass-id:Buffet-External-Offer\"),tag(\"compass-id:Buffet-External-Payment\"),tag(\"compass-id:Buffet-External-Tax\"),tag(\"compass-id:Buffet-GAM\"),tag(\"compass-id:Buffet-IF33\"),tag(\"compass-id:Buffet-IF38\"),tag(\"compass-id:Buffet-IF41\"),tag(\"compass-id:Buffet-IF50\"),tag(\"compass-id:Buffet-IF51\"),tag(\"compass-id:Buffet-IF52\"),tag(\"compass-id:Buffet-IF53\"),tag(\"compass-id:Buffet-IF54\"),tag(\"compass-id:Buffet-IF58\"),tag(\"compass-id:Buffet-IF60\"),tag(\"compass-id:Buffet-IF90\"),tag(\"compass-id:Buffet-Promo-API\"),tag(\"compass-id:IME-CDS\"),tag(\"compass-id:IME-CS\"),tag(\"compass-id:IME-RDC\"),tag(\"compass-id:IME-SS\"),tag(\"compass-id:IME-WS\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:Concat\"),tag(\"compass-id:Connected-Catalog\")"
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/PD_ConnectedUserProfileServices.-5367999236768661485..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/PD_ConnectedUserProfileServices.-5367999236768661485..management_zone.tf
new file mode 100644
index 0000000..c1362ed
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/PD_ConnectedUserProfileServices.-5367999236768661485..management_zone.tf
@@ -0,0 +1,11 @@
+resource "dynatrace_management_zone" "PD_ConnectedUserProfileServices" {
+ name = "PD_ConnectedUserProfileServices"
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:OMC Table Storage Expiration Service\"),tag(\"compass-id:omc-client-analytics-hub-consumer-ms\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:DPM\"),tag(\"compass-id:DPP\"),tag(\"compass-id:PERSEUS\"),tag(\"compass-id:PIABO\"),tag(\"compass-id:PIAEP\"),tag(\"compass-id:PIAOP\"),tag(\"compass-id:PIAPE\")"
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/PD_InfotainmentInteractivityServices.-8663930534173844410..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/PD_InfotainmentInteractivityServices.-8663930534173844410..management_zone.tf
new file mode 100644
index 0000000..a048325
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/PD_InfotainmentInteractivityServices.-8663930534173844410..management_zone.tf
@@ -0,0 +1,23 @@
+resource "dynatrace_management_zone" "PD_InfotainmentInteractivityServices" {
+ name = "PD_InfotainmentInteractivityServices"
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:cm-config\"),tag(\"compass-id:cm-gracenote\"),tag(\"compass-id:cm-spotify\"),tag(\"compass-id:cm-ximalaya\"),tag(\"compass-id:OED\"),tag(\"compass-id:OED-CN\"),tag(\"compass-id:OEG\"),tag(\"compass-id:OEG-CN\"),tag(\"compass-id:OEO\"),tag(\"compass-id:OEO-CN\"),tag(\"compass-id:OEP\"),tag(\"compass-id:OEP-CN\"),tag(\"compass-id:OES\"),tag(\"compass-id:OES-CN\"),tag(\"compass-id:OET\"),tag(\"compass-id:OET-CN\"),tag(\"compass-id:shortvideo\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:CCIS-Download\"),tag(\"compass-id:Geolocator\"),tag(\"compass-id:intelligent-reminder\"),tag(\"compass-id:news-next\"),tag(\"compass-id:restaurant-reservation\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:ambient-music\"),tag(\"compass-id:festive-mode\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:GEN3\"),tag(\"compass-id:ID5\"),tag(\"compass-id:ID5-APP\"),tag(\"compass-id:ID5-EXT\"),tag(\"compass-id:ISE-BEV\"),tag(\"compass-id:ISE-CDR\"),tag(\"compass-id:ISE-EML\"),tag(\"compass-id:ISE-GEN2\"),tag(\"compass-id:ISE-ID7\"),tag(\"compass-id:ISE-INP\"),tag(\"compass-id:ISE-IPA\"),tag(\"compass-id:ISE-LIS\"),tag(\"compass-id:ISE-LOC\"),tag(\"compass-id:ISE-MCL\"),tag(\"compass-id:ISE-NEWS\"),tag(\"compass-id:ISE-PAR\"),tag(\"compass-id:ISE-RSL\"),tag(\"compass-id:ISE-VPS\"),tag(\"compass-id:ISE-VSD\"),tag(\"compass-id:tmpp-admin-ui\"),tag(\"compass-id:tmpp-manifest\"),tag(\"compass-id:tmpp-web-proxy\"),tag(\"compass-id:UPS\"),tag(\"compass-id:WEA\"),tag(\"compass-id:WEA-ID5\"),tag(\"compass-id:WEA-IN-MAP\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:CDIP\")"
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/PD_LocationServices.-5431789095638148262..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/PD_LocationServices.-5431789095638148262..management_zone.tf
new file mode 100644
index 0000000..e27efe0
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/PD_LocationServices.-5431789095638148262..management_zone.tf
@@ -0,0 +1,15 @@
+resource "dynatrace_management_zone" "PD_LocationServices" {
+ name = "PD_LocationServices"
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:C2B-BS\"),tag(\"compass-id:GCS\"),tag(\"compass-id:LOS-CHA\"),tag(\"compass-id:LOS-CHA-CNV\"),tag(\"compass-id:LOS-JOY\"),tag(\"compass-id:LOS-MOD\"),tag(\"compass-id:LOS-MSC\"),tag(\"compass-id:LOS-OPS\"),tag(\"compass-id:LOS-PAR\"),tag(\"compass-id:LOS-PER\"),tag(\"compass-id:LOS-REF\"),tag(\"compass-id:RES-PAR\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:LOS-FTS\"),tag(\"compass-id:potholes-reader\"),tag(\"compass-id:potholes-service\"),tag(\"compass-id:sc-reader\"),tag(\"compass-id:sc-service\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:ercaf\"),tag(\"compass-id:ERCR\"),tag(\"compass-id:ERTP\")"
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/PD_MapServicesAutomatedDriving.-4931602184083142599..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/PD_MapServicesAutomatedDriving.-4931602184083142599..management_zone.tf
new file mode 100644
index 0000000..6a3ede5
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/PD_MapServicesAutomatedDriving.-4931602184083142599..management_zone.tf
@@ -0,0 +1,11 @@
+resource "dynatrace_management_zone" "PD_MapServicesAutomatedDriving" {
+ name = "PD_MapServicesAutomatedDriving"
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:ms-hdmap-lcv\"),tag(\"compass-id:ms-hdmap-map-viewer\"),tag(\"compass-id:ms-hdmap-mci-adapter\"),tag(\"compass-id:ms-hdmap-mci-downloader\"),tag(\"compass-id:ms-hdmap-nds-downloader\"),tag(\"compass-id:ms-hdmap-qc-bl\"),tag(\"compass-id:ms-hdmap-qc-checks\"),tag(\"compass-id:ms-hdmap-tile-delivery\"),tag(\"compass-id:ms-hdmap-tile-generator\"),tag(\"compass-id:ms-hdmap-vehicle-mock\"),tag(\"compass-id:mupi-backend\"),tag(\"compass-id:MUPI-BE\"),tag(\"compass-id:mupi-cloud-discovery-service\"),tag(\"compass-id:mupi-cloud-dumm-adapter-service\"),tag(\"compass-id:mupi-cloud-hd-adapter-service\"),tag(\"compass-id:mupi-cloud-import-service\"),tag(\"compass-id:mupi-cloud-integration-service\"),tag(\"compass-id:mupi-cloud-joynr-adapter-class-service\"),tag(\"compass-id:mupi-cloud-joynr-adapter-service\"),tag(\"compass-id:mupi-cloud-stats-service\"),tag(\"compass-id:mupi-cockpit\"),tag(\"compass-id:mupi-gateway\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:GNSS API Gateway\"),tag(\"compass-id:gnss-reader\"),tag(\"compass-id:gnss-service\"),tag(\"compass-id:ms-3dp-rc\"),tag(\"compass-id:tc-app\"),tag(\"compass-id:tc-service\")"
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/PD_NavigationServices.7272386165732072340..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/PD_NavigationServices.7272386165732072340..management_zone.tf
new file mode 100644
index 0000000..11074d5
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/PD_NavigationServices.7272386165732072340..management_zone.tf
@@ -0,0 +1,15 @@
+resource "dynatrace_management_zone" "PD_NavigationServices" {
+ name = "PD_NavigationServices"
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:OSPI\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:DM\"),tag(\"compass-id:eRoute\"),tag(\"compass-id:NaaS\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:CNGW\"),tag(\"compass-id:RTTI\")"
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/PD_RemoteMessagingServices.2789442917157839429..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/PD_RemoteMessagingServices.2789442917157839429..management_zone.tf
new file mode 100644
index 0000000..93192ac
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/PD_RemoteMessagingServices.2789442917157839429..management_zone.tf
@@ -0,0 +1,11 @@
+resource "dynatrace_management_zone" "PD_RemoteMessagingServices" {
+ name = "PD_RemoteMessagingServices"
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:EADB\"),tag(\"compass-id:ICNB\"),tag(\"compass-id:MSGSVC\"),tag(\"compass-id:OMGW\"),tag(\"compass-id:TCN\"),tag(\"compass-id:XCC-CAMPAIGNS\"),tag(\"compass-id:XCC-CMGR\"),tag(\"compass-id:XCC-SETTINGS\"),tag(\"compass-id:XCC-STATISTICS\"),tag(\"compass-id:XCC-USERS\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:APIGW\"),tag(\"compass-id:FMC\"),tag(\"compass-id:RS\"),tag(\"compass-id:RS360\"),tag(\"compass-id:RSCockpit\")"
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/PD_RemoteVehicleConfigurationManagement.7212377285048625814..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/PD_RemoteVehicleConfigurationManagement.7212377285048625814..management_zone.tf
new file mode 100644
index 0000000..59a9632
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/PD_RemoteVehicleConfigurationManagement.7212377285048625814..management_zone.tf
@@ -0,0 +1,23 @@
+resource "dynatrace_management_zone" "PD_RemoteVehicleConfigurationManagement" {
+ name = "PD_RemoteVehicleConfigurationManagement"
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:APR\"),tag(\"compass-id:APR-NPM\"),tag(\"compass-id:APR-Portal\"),tag(\"compass-id:APR-Registry\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:comfy-agent-registry\"),tag(\"compass-id:comfy-cockpit\"),tag(\"compass-id:comfy-management\"),tag(\"compass-id:comfy-orchestration\"),tag(\"compass-id:NOP-Admin\"),tag(\"compass-id:NOP-Archive\"),tag(\"compass-id:NOP-Provisioning\"),tag(\"compass-id:NOP-Trigger\"),tag(\"compass-id:SCM\"),tag(\"compass-id:SCMA\"),tag(\"compass-id:VPS-Admin\"),tag(\"compass-id:VPS-Archive\"),tag(\"compass-id:VPS-Monitor\"),tag(\"compass-id:VPS-Prov\"),tag(\"compass-id:VPS-Trigger\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:FRE\"),tag(\"compass-id:FRS\"),tag(\"compass-id:MPG\"),tag(\"compass-id:QMC\"),tag(\"compass-id:RCM\"),tag(\"compass-id:RCP\"),tag(\"compass-id:RCS\"),tag(\"compass-id:RDC\"),tag(\"compass-id:RDH\"),tag(\"compass-id:RES\"),tag(\"compass-id:RLM\"),tag(\"compass-id:RMO\"),tag(\"compass-id:RNB App\"),tag(\"compass-id:RNP\"),tag(\"compass-id:RPP\"),tag(\"compass-id:RSA Admin GUI\"),tag(\"compass-id:RSA Testbench GUI\"),tag(\"compass-id:RTE\"),tag(\"compass-id:RTS\"),tag(\"compass-id:RVC\"),tag(\"compass-id:RVE\"),tag(\"compass-id:RVI\"),tag(\"compass-id:RVS\"),tag(\"compass-id:RVT\"),tag(\"compass-id:rwd\"),tag(\"compass-id:tdp\"),tag(\"compass-id:uvm\"),tag(\"compass-id:vjm\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:ZAS\"),tag(\"compass-id:ZDI\"),tag(\"compass-id:ZFUS-MP-GENERATOR\"),tag(\"compass-id:ZIP\"),tag(\"compass-id:zis\"),tag(\"compass-id:ZMP\"),tag(\"compass-id:ZOS\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:SFA-FRE\"),tag(\"compass-id:SFA-OH\"),tag(\"compass-id:SFA-OTA\"),tag(\"compass-id:SFA-S\"),tag(\"compass-id:SFA-TS\")"
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/PD_Teleservices.1072985257684718374..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/PD_Teleservices.1072985257684718374..management_zone.tf
new file mode 100644
index 0000000..8e389f7
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/PD_Teleservices.1072985257684718374..management_zone.tf
@@ -0,0 +1,15 @@
+resource "dynatrace_management_zone" "PD_Teleservices" {
+ name = "PD_Teleservices"
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:RSURService\"),tag(\"compass-id:SCallService\"),tag(\"compass-id:SEAM\"),tag(\"compass-id:ts-asc\"),tag(\"compass-id:TSBGService\"),tag(\"compass-id:TSBM\"),tag(\"compass-id:TS-CCM-DI\"),tag(\"compass-id:TSCS\"),tag(\"compass-id:TSDD\"),tag(\"compass-id:TSMR\"),tag(\"compass-id:TS-PFFS\"),tag(\"compass-id:TSSB-BT\"),tag(\"compass-id:TSSB-BTI\"),tag(\"compass-id:TSSB-TSP\"),tag(\"compass-id:TS-SDI\"),tag(\"compass-id:ts-tyredi\"),tag(\"compass-id:ts-tyrewf\"),tag(\"compass-id:TTBS\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:BCallService\"),tag(\"compass-id:CAS-SPM\"),tag(\"compass-id:CAS-STM\"),tag(\"compass-id:DiagService\"),tag(\"compass-id:ESHAD\"),tag(\"compass-id:patchcampaign\"),tag(\"compass-id:RTCAD\"),tag(\"compass-id:RTCHandler\"),tag(\"compass-id:RTCService\"),tag(\"compass-id:ts-bcallhandler\"),tag(\"compass-id:ts-cts-ui\"),tag(\"compass-id:ts-pat-ui\"),tag(\"compass-id:TSRD\"),tag(\"compass-id:ts-rtc-ui\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:PDMManager\"),tag(\"compass-id:PDMUpdater\"),tag(\"compass-id:ts-ena-ui\"),tag(\"compass-id:WLManager\"),tag(\"compass-id:WLUpdater\")"
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/PD_VehicleDataCollection.-7170770367298385161..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/PD_VehicleDataCollection.-7170770367298385161..management_zone.tf
new file mode 100644
index 0000000..a5ddeea
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/PD_VehicleDataCollection.-7170770367298385161..management_zone.tf
@@ -0,0 +1,23 @@
+resource "dynatrace_management_zone" "PD_VehicleDataCollection" {
+ name = "PD_VehicleDataCollection"
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:CMCS\"),tag(\"compass-id:ERDCDC2FCD\"),tag(\"compass-id:ERDDISP\"),tag(\"compass-id:ERDFCDUDS\"),tag(\"compass-id:ERDMGR\"),tag(\"compass-id:ERDPROC\"),tag(\"compass-id:ERDXFCDFCD\"),tag(\"compass-id:XFCD Cockpit\"),tag(\"compass-id:XFCD Configuration\"),tag(\"compass-id:XFCDAnonymizer\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:TOL\"),tag(\"compass-id:TOL MGU\"),tag(\"compass-id:TOL-TSSB\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:IDS-SVDS\"),tag(\"compass-id:IDS-Sync\"),tag(\"compass-id:IDS-WS\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:SRManager\"),tag(\"compass-id:TSMB\"),tag(\"compass-id:TSR-CH\"),tag(\"compass-id:TSR-CMA\"),tag(\"compass-id:TSR-DD\"),tag(\"compass-id:TSR-ICC\"),tag(\"compass-id:TSR-VU\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:CCG\"),tag(\"compass-id:CSI\"),tag(\"compass-id:CSU\"),tag(\"compass-id:LSCFSU\"),tag(\"compass-id:LSCHR\"),tag(\"compass-id:LSCJHWO\"),tag(\"compass-id:LSCJR\"),tag(\"compass-id:LSCKC\"),tag(\"compass-id:LSCMM\"),tag(\"compass-id:LSCOC\"),tag(\"compass-id:LSCOG\"),tag(\"compass-id:LSCWO\"),tag(\"compass-id:tripCollection\"),tag(\"compass-id:vdc-vcs\"),tag(\"compass-id:VHCJR\"),tag(\"compass-id:VHS\"),tag(\"compass-id:VJDS\"),tag(\"compass-id:VNS\"),tag(\"compass-id:VS-API\"),tag(\"compass-id:VSFO\"),tag(\"compass-id:VSST\")"
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/PD_VehicleDataConnectivity.-2856031711728268510..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/PD_VehicleDataConnectivity.-2856031711728268510..management_zone.tf
new file mode 100644
index 0000000..54bb6f4
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/PD_VehicleDataConnectivity.-2856031711728268510..management_zone.tf
@@ -0,0 +1,15 @@
+resource "dynatrace_management_zone" "PD_VehicleDataConnectivity" {
+ name = "PD_VehicleDataConnectivity"
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:B2V-ADC\"),tag(\"compass-id:B2V-ADC-CLOUD\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:B2V-COM-BE\"),tag(\"compass-id:B2V-COM-ECHO\"),tag(\"compass-id:B2V-COM-FE\"),tag(\"compass-id:B2VCOMGCDMCLIENT\"),tag(\"compass-id:B2V-NOTS\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:JoynrDS\"),tag(\"compass-id:UDS\"),tag(\"compass-id:UDS Storage Service\")"
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/PSdZ-Checker.-5803916654070262245..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/PSdZ-Checker.-5803916654070262245..management_zone.tf
new file mode 100644
index 0000000..b2267d6
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/PSdZ-Checker.-5803916654070262245..management_zone.tf
@@ -0,0 +1,19 @@
+resource "dynatrace_management_zone" "PSdZ-Checker" {
+ name = "PSdZ-Checker"
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:PSdZ-Checker\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(SERVICE),databaseName.exists(),toRelationship.calls(type(SERVICE),tag(\"compass-id:PSdZ-Checker\"))"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(PROCESS_GROUP_INSTANCE),tag(\"compass-id:PSdZ-Checker\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(HOST),tag(\"compass-id:PSdZ-Checker\")"
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/TEST-Philipp.2877860233955550596..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/TEST-Philipp.2877860233955550596..management_zone.tf
new file mode 100644
index 0000000..b95ad29
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/TEST-Philipp.2877860233955550596..management_zone.tf
@@ -0,0 +1,12 @@
+resource "dynatrace_management_zone" "TEST-Philipp" {
+ name = "TEST-Philipp"
+ dimensional_rule {
+ enabled = true
+ applies_to = "METRIC"
+ condition {
+ type = "METRIC_KEY"
+ key = "fav_failure_rate"
+ match = "BEGINS_WITH"
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/WK_Login.6607595346813988754..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/WK_Login.6607595346813988754..management_zone.tf
new file mode 100644
index 0000000..151c4c5
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/WK_Login.6607595346813988754..management_zone.tf
@@ -0,0 +1,87 @@
+resource "dynatrace_management_zone" "WK_Login" {
+ name = "WK_Login"
+ rules {
+ type = "SERVICE"
+ enabled = true
+ conditions {
+ process_metadata {
+ attribute = "PROCESS_GROUP_PREDEFINED_METADATA"
+ dynamic_key = "KUBERNETES_NAMESPACE"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "EQUALS"
+ value = "managed-app-user-composite-service"
+ }
+ }
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "SERVICE_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "PROD"
+ }
+ }
+ }
+ rules {
+ type = "SERVICE"
+ enabled = true
+ conditions {
+ process_metadata {
+ attribute = "PROCESS_GROUP_PREDEFINED_METADATA"
+ dynamic_key = "KUBERNETES_NAMESPACE"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "managed-app-connected-oauth-service-apim"
+ }
+ }
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "SERVICE_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "PROD"
+ }
+ }
+ }
+ rules {
+ type = "SERVICE"
+ enabled = true
+ conditions {
+ process_metadata {
+ attribute = "PROCESS_GROUP_PREDEFINED_METADATA"
+ dynamic_key = "KUBERNETES_NAMESPACE"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "EQUALS"
+ value = "managed-app-legal-document-composite-service"
+ }
+ }
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "SERVICE_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "PROD"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/WK_Personal_Favorites.-8881178060219525495..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/WK_Personal_Favorites.-8881178060219525495..management_zone.tf
new file mode 100644
index 0000000..2754c8d
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/WK_Personal_Favorites.-8881178060219525495..management_zone.tf
@@ -0,0 +1,35 @@
+resource "dynatrace_management_zone" "WK_Personal_Favorites" {
+ name = "WK_Personal_Favorites"
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(SERVICE), entityId(SERVICE-EA5D470986A259F3)"
+ }
+ rules {
+ type = "SERVICE"
+ enabled = true
+ conditions {
+ process_metadata {
+ attribute = "PROCESS_GROUP_PREDEFINED_METADATA"
+ dynamic_key = "KUBERNETES_NAMESPACE"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "EQUALS"
+ value = "managed-app-destination-composite-service"
+ }
+ }
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "SERVICE_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "PROD"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/WK_Philipp.-905305273439641248..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/WK_Philipp.-905305273439641248..management_zone.tf
new file mode 100644
index 0000000..c32c17b
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/WK_Philipp.-905305273439641248..management_zone.tf
@@ -0,0 +1,59 @@
+resource "dynatrace_management_zone" "WK_Philipp" {
+ name = "WK_Philipp"
+ rules {
+ type = "SERVICE"
+ enabled = true
+ conditions {
+ process_metadata {
+ attribute = "PROCESS_GROUP_PREDEFINED_METADATA"
+ dynamic_key = "KUBERNETES_NAMESPACE"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "managed-app-vehicle-remote-commands-composite-service"
+ }
+ }
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "SERVICE_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "PROD"
+ }
+ }
+ }
+ rules {
+ type = "SERVICE"
+ enabled = true
+ conditions {
+ process_metadata {
+ attribute = "PROCESS_GROUP_PREDEFINED_METADATA"
+ dynamic_key = "KUBERNETES_NAMESPACE"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "managed-app-remote-360-composite-service"
+ }
+ }
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "SERVICE_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "PROD"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/WK_Remote_Camera.7111072854346026301..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/WK_Remote_Camera.7111072854346026301..management_zone.tf
new file mode 100644
index 0000000..33c4d05
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/WK_Remote_Camera.7111072854346026301..management_zone.tf
@@ -0,0 +1,31 @@
+resource "dynatrace_management_zone" "WK_Remote_Camera" {
+ name = "WK_Remote_Camera"
+ rules {
+ type = "SERVICE"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "SERVICE_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "PROD"
+ }
+ }
+ conditions {
+ process_metadata {
+ attribute = "PROCESS_GROUP_PREDEFINED_METADATA"
+ dynamic_key = "KUBERNETES_NAMESPACE"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "EQUALS"
+ value = "managed-app-remote-360-composite-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/WK_Remote_Services.-8618973496510074025..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/WK_Remote_Services.-8618973496510074025..management_zone.tf
new file mode 100644
index 0000000..b8d70e9
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/WK_Remote_Services.-8618973496510074025..management_zone.tf
@@ -0,0 +1,31 @@
+resource "dynatrace_management_zone" "WK_Remote_Services" {
+ name = "WK_Remote_Services"
+ rules {
+ type = "SERVICE"
+ enabled = true
+ conditions {
+ process_metadata {
+ attribute = "PROCESS_GROUP_PREDEFINED_METADATA"
+ dynamic_key = "KUBERNETES_NAMESPACE"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "EQUALS"
+ value = "managed-app-vehicle-remote-commands-composite-service"
+ }
+ }
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "SERVICE_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "PROD"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/WK_SMACC.5199358269317144485..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/WK_SMACC.5199358269317144485..management_zone.tf
new file mode 100644
index 0000000..6688d47
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/WK_SMACC.5199358269317144485..management_zone.tf
@@ -0,0 +1,264 @@
+resource "dynatrace_management_zone" "WK_SMACC" {
+ name = "WK_SMACC"
+ 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 = "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 = true
+ negate = true
+ operator = "CONTAINS"
+ value = "internal service"
+ }
+ }
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "SERVICE_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = true
+ operator = "CONTAINS"
+ value = "ProtocolDataApi"
+ }
+ }
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "SERVICE_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Environment"
+ value = "PROD"
+ }
+ }
+ }
+ }
+ 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 = "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"
+ }
+ }
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "SERVICE_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Environment"
+ value = "PROD"
+ }
+ }
+ }
+ }
+ 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-SMACC"
+ }
+ }
+ }
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "SERVICE_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Environment"
+ value = "PROD"
+ }
+ }
+ }
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "SERVICE_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = true
+ operator = "EQUALS"
+ value = "HealthResource"
+ }
+ }
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "SERVICE_DETECTED_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = true
+ operator = "CONTAINS"
+ value = "executed"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/WK_Send_to_Car_Legacy.-6611202701233341995..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/WK_Send_to_Car_Legacy.-6611202701233341995..management_zone.tf
new file mode 100644
index 0000000..4f23fc4
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/WK_Send_to_Car_Legacy.-6611202701233341995..management_zone.tf
@@ -0,0 +1,19 @@
+resource "dynatrace_management_zone" "WK_Send_to_Car_Legacy" {
+ name = "WK_Send_to_Car_Legacy"
+ rules {
+ type = "SERVICE"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "SERVICE_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "LegacyPoiApi - msgsvc - prod"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/WK_Send_to_Car_MGU.7762420106813300217..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/WK_Send_to_Car_MGU.7762420106813300217..management_zone.tf
new file mode 100644
index 0000000..a268fc4
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/WK_Send_to_Car_MGU.7762420106813300217..management_zone.tf
@@ -0,0 +1,31 @@
+resource "dynatrace_management_zone" "WK_Send_to_Car_MGU" {
+ name = "WK_Send_to_Car_MGU"
+ rules {
+ type = "SERVICE"
+ enabled = true
+ conditions {
+ process_metadata {
+ attribute = "PROCESS_GROUP_PREDEFINED_METADATA"
+ dynamic_key = "KUBERNETES_NAMESPACE"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "managed-app-trip-service"
+ }
+ }
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "SERVICE_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "PROD"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/WK_Vehicle_Data.-6303890120553130256..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/WK_Vehicle_Data.-6303890120553130256..management_zone.tf
new file mode 100644
index 0000000..466e179
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/WK_Vehicle_Data.-6303890120553130256..management_zone.tf
@@ -0,0 +1,31 @@
+resource "dynatrace_management_zone" "WK_Vehicle_Data" {
+ name = "WK_Vehicle_Data"
+ rules {
+ type = "SERVICE"
+ enabled = true
+ conditions {
+ process_metadata {
+ attribute = "PROCESS_GROUP_PREDEFINED_METADATA"
+ dynamic_key = "KUBERNETES_NAMESPACE"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "EQUALS"
+ value = "managed-app-vehicle-service"
+ }
+ }
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "SERVICE_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "PROD"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/WK_Vehicle_Mapping.-5513243277421013486..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/WK_Vehicle_Mapping.-5513243277421013486..management_zone.tf
new file mode 100644
index 0000000..42fea7d
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/WK_Vehicle_Mapping.-5513243277421013486..management_zone.tf
@@ -0,0 +1,59 @@
+resource "dynatrace_management_zone" "WK_Vehicle_Mapping" {
+ name = "WK_Vehicle_Mapping"
+ rules {
+ type = "SERVICE"
+ enabled = true
+ conditions {
+ process_metadata {
+ attribute = "PROCESS_GROUP_PREDEFINED_METADATA"
+ dynamic_key = "KUBERNETES_NAMESPACE"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "EQUALS"
+ value = "managed-app-vehicle-mapping-composite-service"
+ }
+ }
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "SERVICE_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "PROD"
+ }
+ }
+ }
+ rules {
+ type = "SERVICE"
+ enabled = true
+ conditions {
+ process_metadata {
+ attribute = "PROCESS_GROUP_PREDEFINED_METADATA"
+ dynamic_key = "KUBERNETES_NAMESPACE"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "EQUALS"
+ value = "managed-app-user-composite-service"
+ }
+ }
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "SERVICE_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "PROD"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/module.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/module.tf
new file mode 100644
index 0000000..e4e0436
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/module.tf
@@ -0,0 +1,8 @@
+terraform {
+ required_providers {
+ dynatrace = {
+ version = "1.8.4"
+ source = "dynatrace-oss/dynatrace"
+ }
+ }
+}
diff --git a/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/tf-example-for-management-zone-by-tag.-2517423735210691021..management_zone.tf b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/tf-example-for-management-zone-by-tag.-2517423735210691021..management_zone.tf
new file mode 100644
index 0000000..56dfe27
--- /dev/null
+++ b/configuration/20211130-184008_EUPROD_CONFIGURATION/management_zones/tf-example-for-management-zone-by-tag.-2517423735210691021..management_zone.tf
@@ -0,0 +1,34 @@
+resource "dynatrace_management_zone" "tf-example-for-management-zone-by-tag" {
+ name = "tf-example-for-management-zone-by-tag"
+ description = "CONNECTED APP \u0026 CONVERSATION SERVICES4: CONNECTED APP (MYBMW, MINI)"
+ rules {
+ type = "SERVICE"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "SERVICE_TYPE"
+ }
+ service_type {
+ negate = false
+ operator = "EQUALS"
+ value = "WEB_SERVICE"
+ }
+ }
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "SERVICE_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "compass-id"
+ value = "UDS"
+ }
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/configuration.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/configuration.tf
new file mode 100644
index 0000000..3460c63
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/configuration.tf
@@ -0,0 +1,9 @@
+terraform {
+ required_providers {
+ dynatrace = {
+ version = "1.8.4"
+ source = "dynatrace-oss/dynatrace"
+ }
+ }
+}
+module "management_zones" { source = "./management_zones"}
\ No newline at end of file
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_ABC.-419536099809788537..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_ABC.-419536099809788537..management_zone.tf
new file mode 100644
index 0000000..0c4cbdd
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_ABC.-419536099809788537..management_zone.tf
@@ -0,0 +1,11 @@
+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\"))"
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_APIGW.8505678630142971659..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_APIGW.8505678630142971659..management_zone.tf
new file mode 100644
index 0000000..31d19ca
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_APIGW.8505678630142971659..management_zone.tf
@@ -0,0 +1,231 @@
+resource "dynatrace_management_zone" "CD_APIGW" {
+ name = "CD_APIGW"
+ 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 = "APIGW-WS"
+ }
+ }
+ }
+ 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 = "APIGW-WS"
+ }
+ }
+ }
+ }
+ 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 = "APIGW-APP"
+ }
+ }
+ }
+ 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 = "APIGW-APP"
+ }
+ }
+ }
+ }
+ 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 Legacy"
+ }
+ }
+ }
+ 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 = "Service Gateway Legacy"
+ }
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_APIM.5858960741172780348..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_APIM.5858960741172780348..management_zone.tf
new file mode 100644
index 0000000..a36993e
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_APIM.5858960741172780348..management_zone.tf
@@ -0,0 +1,19 @@
+resource "dynatrace_management_zone" "CD_APIM" {
+ name = "CD_APIM"
+ rules {
+ type = "SERVICE"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "SERVICE_AKKA_ACTOR_SYSTEM"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "BEGINS_WITH"
+ value = "Empty"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_ASBC-FSC-AST.4284157392148718704..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_ASBC-FSC-AST.4284157392148718704..management_zone.tf
new file mode 100644
index 0000000..49fdaa0
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_ASBC-FSC-AST.4284157392148718704..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_ASBC-FSC-AST" {
+ name = "CD_ASBC-FSC-AST"
+ 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-FSC-AST"
+ }
+ }
+ }
+ }
+ 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-FSC-AST"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "ASBC-FSC-AST"
+ }
+ }
+ }
+ }
+ 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-FSC-AST"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "ASBC-FSC-AST"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_ASBC-HAL-CL.-4095317036884154012..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_ASBC-HAL-CL.-4095317036884154012..management_zone.tf
new file mode 100644
index 0000000..57041d9
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_ASBC-HAL-CL.-4095317036884154012..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_ASBC-HAL-CL" {
+ name = "CD_ASBC-HAL-CL"
+ 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-HAL-CL"
+ }
+ }
+ }
+ }
+ 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-HAL-CL"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "ASBC-HAL-CL"
+ }
+ }
+ }
+ }
+ 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-HAL-CL"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "ASBC-HAL-CL"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_ASBC-HAL.-4124588987890496427..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_ASBC-HAL.-4124588987890496427..management_zone.tf
new file mode 100644
index 0000000..06a4d70
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_ASBC-HAL.-4124588987890496427..management_zone.tf
@@ -0,0 +1,91 @@
+resource "dynatrace_management_zone" "CD_ASBC-HAL" {
+ name = "CD_ASBC-HAL"
+ 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-HAL"
+ }
+ }
+ }
+ 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"
+ }
+ }
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "PROCESS_GROUP_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = true
+ operator = "CONTAINS"
+ value = "clusterDomain"
+ }
+ }
+ }
+ 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-HAL"
+ }
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_ASBC-MFSCS.3255782291710659598..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_ASBC-MFSCS.3255782291710659598..management_zone.tf
new file mode 100644
index 0000000..98dee19
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_ASBC-MFSCS.3255782291710659598..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_ASBC-MFSCS" {
+ name = "CD_ASBC-MFSCS"
+ 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-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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_ASBC-NGTP.6039019990917988583..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_ASBC-NGTP.6039019990917988583..management_zone.tf
new file mode 100644
index 0000000..6f77a0a
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_ASBC-NGTP.6039019990917988583..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_ASBC-PKI-DFP.8264399635884697827..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_ASBC-PKI-DFP.8264399635884697827..management_zone.tf
new file mode 100644
index 0000000..70d523b
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_ASBC-PKI-DFP.8264399635884697827..management_zone.tf
@@ -0,0 +1,19 @@
+resource "dynatrace_management_zone" "CD_ASBC-PKI-DFP" {
+ name = "CD_ASBC-PKI-DFP"
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:DFP\",\"compass-id:DFPH\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(SERVICE),databaseName.exists(),toRelationship.calls(type(SERVICE),tag(\"compass-id:DFP\",\"compass-id:DFPH\"))"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(PROCESS_GROUP_INSTANCE),tag(\"compass-id:DFP\",\"compass-id:DFPH\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(HOST),tag(\"compass-id:DFP\",\"compass-id:DFPH\")"
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_ASBC-PKI-OCLIScert2vin.-711670489332587991..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_ASBC-PKI-OCLIScert2vin.-711670489332587991..management_zone.tf
new file mode 100644
index 0000000..6ff5b07
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_ASBC-PKI-OCLIScert2vin.-711670489332587991..management_zone.tf
@@ -0,0 +1,19 @@
+resource "dynatrace_management_zone" "CD_ASBC-PKI-OCLIScert2vin" {
+ name = "CD_ASBC-PKI-OCLIScert2vin"
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:OCLISc2v\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(SERVICE),databaseName.exists(),toRelationship.calls(type(SERVICE),tag(\"compass-id:OCLISc2v\"))"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(PROCESS_GROUP_INSTANCE),tag(\"compass-id:OCLISc2v\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(HOST),tag(\"compass-id:OCLISc2v\")"
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_ASBC-PKI-OCLISocsp.6759587591579958728..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_ASBC-PKI-OCLISocsp.6759587591579958728..management_zone.tf
new file mode 100644
index 0000000..b2d9e4c
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_ASBC-PKI-OCLISocsp.6759587591579958728..management_zone.tf
@@ -0,0 +1,19 @@
+resource "dynatrace_management_zone" "CD_ASBC-PKI-OCLISocsp" {
+ name = "CD_ASBC-PKI-OCLISocsp"
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:OCLISocsp\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(SERVICE),databaseName.exists(),toRelationship.calls(type(SERVICE),tag(\"compass-id:OCLISocsp\"))"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(PROCESS_GROUP_INSTANCE),tag(\"compass-id:OCLISocsp\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(HOST),tag(\"compass-id:OCLISocsp\")"
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_ASBC-PKI-P2X.7261656644444143142..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_ASBC-PKI-P2X.7261656644444143142..management_zone.tf
new file mode 100644
index 0000000..61f4aba
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_ASBC-PKI-P2X.7261656644444143142..management_zone.tf
@@ -0,0 +1,19 @@
+resource "dynatrace_management_zone" "CD_ASBC-PKI-P2X" {
+ name = "CD_ASBC-PKI-P2X"
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:P2X\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(SERVICE),databaseName.exists(),toRelationship.calls(type(SERVICE),tag(\"compass-id:P2X\"))"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(PROCESS_GROUP_INSTANCE),tag(\"compass-id:P2X\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(HOST),tag(\"compass-id:P2X\")"
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_ASBC-PKI-VCSM.2915456084044023167..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_ASBC-PKI-VCSM.2915456084044023167..management_zone.tf
new file mode 100644
index 0000000..7d66c0b
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_ASBC-PKI-VCSM.2915456084044023167..management_zone.tf
@@ -0,0 +1,19 @@
+resource "dynatrace_management_zone" "CD_ASBC-PKI-VCSM" {
+ name = "CD_ASBC-PKI-VCSM"
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:VCS\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(SERVICE),databaseName.exists(),toRelationship.calls(type(SERVICE),tag(\"compass-id:VCS\"))"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(PROCESS_GROUP_INSTANCE),tag(\"compass-id:VCS\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(HOST),tag(\"compass-id:VCS\")"
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_ASBC-RSU.-1268277950254444437..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_ASBC-RSU.-1268277950254444437..management_zone.tf
new file mode 100644
index 0000000..467268d
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_ASBC-RSU.-1268277950254444437..management_zone.tf
@@ -0,0 +1,19 @@
+resource "dynatrace_management_zone" "CD_ASBC-RSU" {
+ name = "CD_ASBC-RSU"
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:ASBC-RSU\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(SERVICE),databaseName.exists(),toRelationship.calls(type(SERVICE),tag(\"compass-id:ASBC-RSU\"))"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(PROCESS_GROUP_INSTANCE),tag(\"compass-id:ASBC-RSU\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(HOST),tag(\"compass-id:ASBC-RSU\")"
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_ASBC-SMACC.-2086783870824620197..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_ASBC-SMACC.-2086783870824620197..management_zone.tf
new file mode 100644
index 0000000..4db941c
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_ASBC-SMACC.-2086783870824620197..management_zone.tf
@@ -0,0 +1,91 @@
+resource "dynatrace_management_zone" "CD_ASBC-SMACC" {
+ name = "CD_ASBC-SMACC"
+ 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-SMACC"
+ }
+ }
+ }
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "PROCESS_GROUP_NAME"
+ }
+ string {
+ case_sensitive = false
+ negate = true
+ operator = "CONTAINS"
+ value = "cluster"
+ }
+ }
+ 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 = "ASBC-SMACC"
+ }
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_ASBC-STM.-5139616067943914324..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_ASBC-STM.-5139616067943914324..management_zone.tf
new file mode 100644
index 0000000..050782b
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_ASBC-STM.-5139616067943914324..management_zone.tf
@@ -0,0 +1,19 @@
+resource "dynatrace_management_zone" "CD_ASBC-STM" {
+ name = "CD_ASBC-STM"
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:STM\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(SERVICE),databaseName.exists(),toRelationship.calls(type(SERVICE),tag(\"compass-id:STM\"))"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(PROCESS_GROUP_INSTANCE),tag(\"compass-id:STM\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(HOST),tag(\"compass-id:STM\")"
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_ASBC-TIS.3009110171208237421..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_ASBC-TIS.3009110171208237421..management_zone.tf
new file mode 100644
index 0000000..a7a4680
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_ASBC-TIS.3009110171208237421..management_zone.tf
@@ -0,0 +1,19 @@
+resource "dynatrace_management_zone" "CD_ASBC-TIS" {
+ name = "CD_ASBC-TIS"
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:TIS\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(SERVICE),databaseName.exists(),toRelationship.calls(type(SERVICE),tag(\"compass-id:TIS\"))"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(PROCESS_GROUP_INSTANCE),tag(\"compass-id:TIS\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(HOST),tag(\"compass-id:TIS\")"
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_ASBC-TVP.-5884762133802735399..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_ASBC-TVP.-5884762133802735399..management_zone.tf
new file mode 100644
index 0000000..9190094
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_ASBC-TVP.-5884762133802735399..management_zone.tf
@@ -0,0 +1,19 @@
+resource "dynatrace_management_zone" "CD_ASBC-TVP" {
+ name = "CD_ASBC-TVP"
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:TVP\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(SERVICE),databaseName.exists(),toRelationship.calls(type(SERVICE),tag(\"compass-id:TVP\"))"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(PROCESS_GROUP_INSTANCE),tag(\"compass-id:TVP\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(HOST),tag(\"compass-id:TVP\")"
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_ASBCSWLSEC2.984553810256726895..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_ASBCSWLSEC2.984553810256726895..management_zone.tf
new file mode 100644
index 0000000..5b7c0e9
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_ASBCSWLSEC2.984553810256726895..management_zone.tf
@@ -0,0 +1,19 @@
+resource "dynatrace_management_zone" "CD_ASBCSWLSEC2" {
+ name = "CD_ASBCSWLSEC2"
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:ASBCSWLSEC2\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(SERVICE),databaseName.exists(),toRelationship.calls(type(SERVICE),tag(\"compass-id:ASBCSWLSEC2\"))"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(PROCESS_GROUP_INSTANCE),tag(\"compass-id:ASBCSWLSEC2\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(HOST),tag(\"compass-id:ASBCSWLSEC2\")"
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_ASBS.281869016656866433..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_ASBS.281869016656866433..management_zone.tf
new file mode 100644
index 0000000..3088407
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_ASBS.281869016656866433..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_App-Repository.2107206930322242750..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_App-Repository.2107206930322242750..management_zone.tf
new file mode 100644
index 0000000..a977057
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_App-Repository.2107206930322242750..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_App-Repository" {
+ name = "CD_App-Repository"
+ 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 = "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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_AudioVideoServices.343102601498175580..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_AudioVideoServices.343102601498175580..management_zone.tf
new file mode 100644
index 0000000..0ef949d
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_AudioVideoServices.343102601498175580..management_zone.tf
@@ -0,0 +1,194 @@
+resource "dynatrace_management_zone" "CD_AudioVideoServices" {
+ name = "CD_AudioVideoServices"
+ 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 = "AudioVideoServices"
+ }
+ }
+ }
+ }
+ 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 = "AudioVideoServices"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "AudioVideoServices"
+ }
+ }
+ }
+ }
+ 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 = "AudioVideoServices"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "AudioVideoServices"
+ }
+ }
+ }
+ 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 = "cm-spotify"
+ }
+ }
+ }
+ }
+ 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 = "ise-connectedradio"
+ }
+ }
+ }
+ }
+ 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 = "cm-config"
+ }
+ }
+ }
+ }
+ 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 = "cm-gracenote"
+ }
+ }
+ }
+ }
+ 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 = "cm-ximalaya"
+ }
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_BMW-Assistant-for-Service-Events-(BASE).4530644663209438695..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_BMW-Assistant-for-Service-Events-(BASE).4530644663209438695..management_zone.tf
new file mode 100644
index 0000000..0904be7
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_BMW-Assistant-for-Service-Events-(BASE).4530644663209438695..management_zone.tf
@@ -0,0 +1,35 @@
+resource "dynatrace_management_zone" "CD_BMW-Assistant-for-Service-Events-_BASE_" {
+ name = "CD_BMW-Assistant-for-Service-Events-(BASE)"
+ 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 = "BASE"
+ }
+ }
+ }
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "SERVICE_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = true
+ operator = "CONTAINS"
+ value = "executed in"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_BMWPoints.337084454801734616..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_BMWPoints.337084454801734616..management_zone.tf
new file mode 100644
index 0000000..ef114ce
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_BMWPoints.337084454801734616..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_BMW_POINTS_ENGINE.-8570994466372814219..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_BMW_POINTS_ENGINE.-8570994466372814219..management_zone.tf
new file mode 100644
index 0000000..9a59948
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_BMW_POINTS_ENGINE.-8570994466372814219..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_BMW_POINTS_ENGINE" {
+ name = "CD_BMW_POINTS_ENGINE"
+ 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_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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_Billing_Buffet.8678780206055840222..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_Billing_Buffet.8678780206055840222..management_zone.tf
new file mode 100644
index 0000000..835cfd4
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_Billing_Buffet.8678780206055840222..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_Billing_Buffet" {
+ name = "CD_Billing_Buffet"
+ 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 = "Buffet"
+ }
+ }
+ }
+ }
+ 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 = "Buffet"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "Buffet"
+ }
+ }
+ }
+ }
+ 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 = "Buffet"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "Buffet"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_CCG.1580439820202177380..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_CCG.1580439820202177380..management_zone.tf
new file mode 100644
index 0000000..284c944
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_CCG.1580439820202177380..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_CCG" {
+ name = "CD_CCG"
+ 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 = "CCG"
+ }
+ }
+ }
+ }
+ 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 = "CCG"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "CCG"
+ }
+ }
+ }
+ }
+ 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 = "CCG"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "CCG"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_CICD.5483395701072092813..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_CICD.5483395701072092813..management_zone.tf
new file mode 100644
index 0000000..ec2c876
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_CICD.5483395701072092813..management_zone.tf
@@ -0,0 +1,19 @@
+resource "dynatrace_management_zone" "CD_CICD" {
+ name = "CD_CICD"
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:CICD\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(SERVICE),databaseName.exists(),toRelationship.calls(type(SERVICE),tag(\"compass-id:CICD\"))"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(PROCESS_GROUP_INSTANCE),tag(\"compass-id:CICD\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(HOST),tag(\"compass-id:CICD\")"
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_CSI.8356220544719609273..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_CSI.8356220544719609273..management_zone.tf
new file mode 100644
index 0000000..ca41c95
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_CSI.8356220544719609273..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_CSI" {
+ name = "CD_CSI"
+ 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 = "CSI"
+ }
+ }
+ }
+ }
+ 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 = "CSI"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "CSI"
+ }
+ }
+ }
+ }
+ 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 = "CSI"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "CSI"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_Call-Handling-Backends.6501681794177069649..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_Call-Handling-Backends.6501681794177069649..management_zone.tf
new file mode 100644
index 0000000..b697592
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_Call-Handling-Backends.6501681794177069649..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_CallCenterClient.-7878128883535054810..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_CallCenterClient.-7878128883535054810..management_zone.tf
new file mode 100644
index 0000000..a8577ea
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_CallCenterClient.-7878128883535054810..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_CallCenterClient" {
+ name = "CD_CallCenterClient"
+ 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 = "Call Center 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 = "Call Center Client"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "Call Center 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 = "Call Center Client"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "Call Center Client"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_Connected-Backend-Services.-4617890206478168070..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_Connected-Backend-Services.-4617890206478168070..management_zone.tf
new file mode 100644
index 0000000..5f941f1
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_Connected-Backend-Services.-4617890206478168070..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_Connected-Backend-Services" {
+ name = "CD_Connected-Backend-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 = "Connected-Backend-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 = "Connected-Backend-Services"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "Connected-Backend-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 = "Connected-Backend-Services"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "Connected-Backend-Services"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_Connected-User-Behaviour.3815634264786416341..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_Connected-User-Behaviour.3815634264786416341..management_zone.tf
new file mode 100644
index 0000000..afd0d45
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_Connected-User-Behaviour.3815634264786416341..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_Connected-User-Behaviour" {
+ name = "CD_Connected-User-Behaviour"
+ 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-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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_ConnectedDrive-Internet-Portal.1777058043439209450..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_ConnectedDrive-Internet-Portal.1777058043439209450..management_zone.tf
new file mode 100644
index 0000000..fa87347
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_ConnectedDrive-Internet-Portal.1777058043439209450..management_zone.tf
@@ -0,0 +1,110 @@
+resource "dynatrace_management_zone" "CD_ConnectedDrive-Internet-Portal" {
+ name = "CD_ConnectedDrive-Internet-Portal"
+ 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 = "ConnectedDrive-Internet-Portal"
+ }
+ }
+ }
+ }
+ 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 = "ConnectedDrive-Internet-Portal"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "ConnectedDrive-Internet-Portal"
+ }
+ }
+ }
+ }
+ 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 = "ConnectedDrive-Internet-Portal"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "ConnectedDrive-Internet-Portal"
+ }
+ }
+ }
+ rules {
+ type = "SERVICE"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "SERVICE_DATABASE_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "cdipdb_prod"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_ContentProvider.-4697446559085661233..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_ContentProvider.-4697446559085661233..management_zone.tf
new file mode 100644
index 0000000..eeaae6c
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_ContentProvider.-4697446559085661233..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_Countly.4474755998578015823..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_Countly.4474755998578015823..management_zone.tf
new file mode 100644
index 0000000..3eca211
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_Countly.4474755998578015823..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_Countly" {
+ name = "CD_Countly"
+ 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 = "Countly"
+ }
+ }
+ }
+ }
+ 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 = "Countly"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "Countly"
+ }
+ }
+ }
+ }
+ 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 = "Countly"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "Countly"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_CustomerCentricInformationServices.8357308173977663646..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_CustomerCentricInformationServices.8357308173977663646..management_zone.tf
new file mode 100644
index 0000000..23c3302
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_CustomerCentricInformationServices.8357308173977663646..management_zone.tf
@@ -0,0 +1,174 @@
+resource "dynatrace_management_zone" "CD_CustomerCentricInformationServices" {
+ name = "CD_CustomerCentricInformationServices"
+ 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 = "CustomerCentricInformationServices"
+ }
+ }
+ }
+ }
+ 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 = "CustomerCentricInformationServices"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "CustomerCentricInformationServices"
+ }
+ }
+ }
+ }
+ 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 = "CustomerCentricInformationServices"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "CustomerCentricInformationServices"
+ }
+ }
+ }
+ 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"
+ }
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_DPP_DPM.2344623684560722335..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_DPP_DPM.2344623684560722335..management_zone.tf
new file mode 100644
index 0000000..8c9c5fc
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_DPP_DPM.2344623684560722335..management_zone.tf
@@ -0,0 +1,185 @@
+resource "dynatrace_management_zone" "CD_DPP_DPM" {
+ name = "CD_DPP_DPM"
+ 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 = "DPP"
+ }
+ }
+ }
+ }
+ 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 = "DPP"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "DPP"
+ }
+ }
+ }
+ }
+ 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 = "DPP"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "DPP"
+ }
+ }
+ }
+ 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 = "DPM"
+ }
+ }
+ }
+ }
+ 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 = "DPM"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "DPM"
+ }
+ }
+ }
+ }
+ 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 = "DPM"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "DPM"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_GCDM.5530586743181603811..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_GCDM.5530586743181603811..management_zone.tf
new file mode 100644
index 0000000..8472d9d
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_GCDM.5530586743181603811..management_zone.tf
@@ -0,0 +1,19 @@
+resource "dynatrace_management_zone" "CD_GCDM" {
+ name = "CD_GCDM"
+ rules {
+ type = "HTTP_MONITOR"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HTTP_MONITOR_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "BEGINS_WITH"
+ value = "GCDM"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_ImageBlur.-319238264175647671..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_ImageBlur.-319238264175647671..management_zone.tf
new file mode 100644
index 0000000..a4f368e
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_ImageBlur.-319238264175647671..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_Infotainment-In-Car-Experience-Services.-2636562501139802422..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_Infotainment-In-Car-Experience-Services.-2636562501139802422..management_zone.tf
new file mode 100644
index 0000000..e9a2128
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_Infotainment-In-Car-Experience-Services.-2636562501139802422..management_zone.tf
@@ -0,0 +1,121 @@
+resource "dynatrace_management_zone" "CD_Infotainment-In-Car-Experience-Services" {
+ name = "CD_Infotainment-In-Car-Experience-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 = "Infotainment"
+ }
+ }
+ }
+ 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"
+ }
+ }
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "SERVICE_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = true
+ operator = "CONTAINS"
+ value = "background"
+ }
+ }
+ }
+ 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 = "Infotainment"
+ }
+ }
+ }
+ }
+ 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 = false
+ negate = true
+ operator = "CONTAINS"
+ value = "asbc"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_InfotainmentInCarExperienceServices.-733564006240048134..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_InfotainmentInCarExperienceServices.-733564006240048134..management_zone.tf
new file mode 100644
index 0000000..d4d3217
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_InfotainmentInCarExperienceServices.-733564006240048134..management_zone.tf
@@ -0,0 +1,19 @@
+resource "dynatrace_management_zone" "CD_InfotainmentInCarExperienceServices" {
+ name = "CD_InfotainmentInCarExperienceServices"
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:ambient-music\",\"compass-id:festive-mode\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(SERVICE),databaseName.exists(),toRelationship.calls(type(SERVICE),tag(\"compass-id:ambient-music\",\"compass-id:festive-mode\"))"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(PROCESS_GROUP_INSTANCE),tag(\"compass-id:ambient-music\",\"compass-id:festive-mode\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(HOST),tag(\"compass-id:ambient-music\",\"compass-id:festive-mode\")"
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_LSC-FSU.-9051200530083093822..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_LSC-FSU.-9051200530083093822..management_zone.tf
new file mode 100644
index 0000000..9588ad4
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_LSC-FSU.-9051200530083093822..management_zone.tf
@@ -0,0 +1,79 @@
+resource "dynatrace_management_zone" "CD_LSC-FSU" {
+ name = "CD_LSC-FSU"
+ 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-FSU"
+ }
+ }
+ }
+ 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 = "LSC-FSU"
+ }
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_LSC.6852567050803592569..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_LSC.6852567050803592569..management_zone.tf
new file mode 100644
index 0000000..20829a3
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_LSC.6852567050803592569..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_LSC" {
+ name = "CD_LSC"
+ 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"
+ }
+ }
+ }
+ }
+ 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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_LSCFSU.-7762134287292745723..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_LSCFSU.-7762134287292745723..management_zone.tf
new file mode 100644
index 0000000..d91bdc7
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_LSCFSU.-7762134287292745723..management_zone.tf
@@ -0,0 +1,114 @@
+resource "dynatrace_management_zone" "CD_LSCFSU" {
+ name = "CD_LSCFSU"
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:lscfsu\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(SERVICE),databaseName.exists(),toRelationship.calls(type(SERVICE),tag(\"compass-id:lscfsu\"))"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(PROCESS_GROUP),tag(\"compass-id:lscfsu\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(PROCESS_GROUP_INSTANCE),tag(\"compass-id:lscfsu\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(HOST),tag(\"compass-id:lscfsu\")"
+ }
+ 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 = "LSCFSU"
+ }
+ }
+ }
+ }
+ 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 = "LSCFSU"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "LSCFSU"
+ }
+ }
+ }
+ }
+ 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 = "LSCFSU"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "LSCFSU"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_Location-Services.-1910677594784699639..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_Location-Services.-1910677594784699639..management_zone.tf
new file mode 100644
index 0000000..5509080
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_Location-Services.-1910677594784699639..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_Location-Services" {
+ name = "CD_Location-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 = "Location-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 = "Location-Services"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "Location-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 = "Location-Services"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "Location-Services"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_MSGSVC.2134637765503631591..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_MSGSVC.2134637765503631591..management_zone.tf
new file mode 100644
index 0000000..16c6f9e
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_MSGSVC.2134637765503631591..management_zone.tf
@@ -0,0 +1,19 @@
+resource "dynatrace_management_zone" "CD_MSGSVC" {
+ name = "CD_MSGSVC"
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:msgsvc\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(SERVICE),databaseName.exists(),toRelationship.calls(type(SERVICE),tag(\"compass-id:msgsvc\"))"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(PROCESS_GROUP_INSTANCE),tag(\"compass-id:msgsvc\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(HOST),tag(\"compass-id:msgsvc\")"
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_Messaging-Services.-4019360158137536139..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_Messaging-Services.-4019360158137536139..management_zone.tf
new file mode 100644
index 0000000..1a79dac
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_Messaging-Services.-4019360158137536139..management_zone.tf
@@ -0,0 +1,185 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_Mobile2_and_BFFs.1955885627748260414..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_Mobile2_and_BFFs.1955885627748260414..management_zone.tf
new file mode 100644
index 0000000..d730ceb
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_Mobile2_and_BFFs.1955885627748260414..management_zone.tf
@@ -0,0 +1,282 @@
+resource "dynatrace_management_zone" "CD_Mobile2_and_BFFs" {
+ name = "CD_Mobile2_and_BFFs"
+ rules {
+ type = "MOBILE_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "MOBILE_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "Store"
+ }
+ }
+ }
+ rules {
+ type = "SERVICE"
+ enabled = true
+ conditions {
+ process_metadata {
+ attribute = "PROCESS_GROUP_PREDEFINED_METADATA"
+ dynamic_key = "KUBERNETES_NAMESPACE"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "managed-app-destination-composite-service"
+ }
+ }
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "SERVICE_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "PROD"
+ }
+ }
+ }
+ rules {
+ type = "SERVICE"
+ enabled = true
+ conditions {
+ process_metadata {
+ attribute = "PROCESS_GROUP_PREDEFINED_METADATA"
+ dynamic_key = "KUBERNETES_NAMESPACE"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "managed-app-vehicle-remote-commands-composite-service"
+ }
+ }
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "SERVICE_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "PROD"
+ }
+ }
+ }
+ rules {
+ type = "SERVICE"
+ enabled = true
+ conditions {
+ process_metadata {
+ attribute = "PROCESS_GROUP_PREDEFINED_METADATA"
+ dynamic_key = "KUBERNETES_NAMESPACE"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "managed-app-remote-360-composite-service"
+ }
+ }
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "SERVICE_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "PROD"
+ }
+ }
+ }
+ rules {
+ type = "SERVICE"
+ enabled = true
+ conditions {
+ process_metadata {
+ attribute = "PROCESS_GROUP_PREDEFINED_METADATA"
+ dynamic_key = "KUBERNETES_NAMESPACE"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "managed-app-vehicle-mapping-composite-service"
+ }
+ }
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "SERVICE_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "PROD"
+ }
+ }
+ }
+ rules {
+ type = "SERVICE"
+ enabled = true
+ conditions {
+ process_metadata {
+ attribute = "PROCESS_GROUP_PREDEFINED_METADATA"
+ dynamic_key = "KUBERNETES_NAMESPACE"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "managed-app-user-composite-service"
+ }
+ }
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "SERVICE_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "PROD"
+ }
+ }
+ }
+ rules {
+ type = "SERVICE"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "SERVICE_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "PROD"
+ }
+ }
+ conditions {
+ process_metadata {
+ attribute = "PROCESS_GROUP_PREDEFINED_METADATA"
+ dynamic_key = "KUBERNETES_NAMESPACE"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "EQUALS"
+ value = "managed-app-digital-key-composite-service"
+ }
+ }
+ }
+ rules {
+ type = "SERVICE"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "SERVICE_TYPE"
+ }
+ service_type {
+ negate = false
+ operator = "EQUALS"
+ value = "WEB_REQUEST_SERVICE"
+ }
+ }
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "SERVICE_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "PROD"
+ }
+ }
+ conditions {
+ process_metadata {
+ attribute = "PROCESS_GROUP_PREDEFINED_METADATA"
+ dynamic_key = "KUBERNETES_NAMESPACE"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "composite"
+ }
+ }
+ }
+ rules {
+ type = "SERVICE"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "SERVICE_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "PROD"
+ }
+ }
+ conditions {
+ process_metadata {
+ attribute = "PROCESS_GROUP_PREDEFINED_METADATA"
+ dynamic_key = "KUBERNETES_NAMESPACE"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "managed-app-connected-oauth-service-apim"
+ }
+ }
+ }
+ rules {
+ type = "SERVICE"
+ enabled = true
+ conditions {
+ process_metadata {
+ attribute = "PROCESS_GROUP_PREDEFINED_METADATA"
+ dynamic_key = "KUBERNETES_NAMESPACE"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "EQUALS"
+ value = "managed-app-remote-software-upgrade"
+ }
+ }
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "SERVICE_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "PROD"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_Mobile_2.7948932666251761491..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_Mobile_2.7948932666251761491..management_zone.tf
new file mode 100644
index 0000000..2838d3d
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_Mobile_2.7948932666251761491..management_zone.tf
@@ -0,0 +1,31 @@
+resource "dynatrace_management_zone" "CD_Mobile_2" {
+ name = "CD_Mobile_2"
+ rules {
+ type = "MOBILE_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "MOBILE_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "Mobile"
+ }
+ }
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "MOBILE_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "Store"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_Navigation-Information-Services.-4209680620967425339..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_Navigation-Information-Services.-4209680620967425339..management_zone.tf
new file mode 100644
index 0000000..3311fa9
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_Navigation-Information-Services.-4209680620967425339..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_Navigation-Information-Services" {
+ name = "CD_Navigation-Information-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 = "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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_Openshift.5560806819234660207..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_Openshift.5560806819234660207..management_zone.tf
new file mode 100644
index 0000000..0a92e77
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_Openshift.5560806819234660207..management_zone.tf
@@ -0,0 +1,22 @@
+resource "dynatrace_management_zone" "CD_Openshift" {
+ name = "CD_Openshift"
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Platform"
+ value = "OpenShift"
+ }
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_PAIS.-3752970512426387857..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_PAIS.-3752970512426387857..management_zone.tf
new file mode 100644
index 0000000..ff57260
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_PAIS.-3752970512426387857..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_PISA.6353665037398116067..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_PISA.6353665037398116067..management_zone.tf
new file mode 100644
index 0000000..cff6da2
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_PISA.6353665037398116067..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_PISA" {
+ name = "CD_PISA"
+ 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 = "PISA"
+ }
+ }
+ }
+ }
+ 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 = "PISA"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "PISA"
+ }
+ }
+ }
+ }
+ 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 = "PISA"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "PISA"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_PSR.-1390264120708265333..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_PSR.-1390264120708265333..management_zone.tf
new file mode 100644
index 0000000..a33be88
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_PSR.-1390264120708265333..management_zone.tf
@@ -0,0 +1,19 @@
+resource "dynatrace_management_zone" "CD_PSR" {
+ name = "CD_PSR"
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:PSR\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(SERVICE),databaseName.exists(),toRelationship.calls(type(SERVICE),tag(\"compass-id:PSR\"))"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(PROCESS_GROUP_INSTANCE),tag(\"compass-id:PSR\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(HOST),tag(\"compass-id:PSR\")"
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_Perseus.-5698021298883686644..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_Perseus.-5698021298883686644..management_zone.tf
new file mode 100644
index 0000000..1862729
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_Perseus.-5698021298883686644..management_zone.tf
@@ -0,0 +1,19 @@
+resource "dynatrace_management_zone" "CD_Perseus" {
+ name = "CD_Perseus"
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:perseus\",\"compass-id:pais\",\"compass-id:psr\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(SERVICE),databaseName.exists(),toRelationship.calls(type(SERVICE),tag(\"compass-id:perseus\",\"compass-id:pais\",\"compass-id:psr\"))"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(PROCESS_GROUP_INSTANCE),tag(\"compass-id:perseus\",\"compass-id:pais\",\"compass-id:psr\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(HOST),tag(\"compass-id:perseus\",\"compass-id:pais\",\"compass-id:psr\")"
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_RemoteCamera.-3104826150694516428..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_RemoteCamera.-3104826150694516428..management_zone.tf
new file mode 100644
index 0000000..bde29b3
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_RemoteCamera.-3104826150694516428..management_zone.tf
@@ -0,0 +1,95 @@
+resource "dynatrace_management_zone" "CD_RemoteCamera" {
+ name = "CD_RemoteCamera"
+ 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 = "Remote 360"
+ }
+ }
+ }
+ }
+ rules {
+ type = "PROCESS_GROUP"
+ enabled = true
+ propagation_types = ["PROCESS_GROUP_TO_SERVICE","PROCESS_GROUP_TO_HOST"]
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "PROCESS_GROUP_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "Remote 360"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ propagation_types = ["HOST_TO_PROCESS_GROUP_INSTANCE"]
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "Remote 360"
+ }
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION_NAMESPACE"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "KUBERNETES_CLUSTER_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "Remote 360"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "Remote 360"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_RemoteServiceCockpit.-11067882662526399..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_RemoteServiceCockpit.-11067882662526399..management_zone.tf
new file mode 100644
index 0000000..b1db74e
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_RemoteServiceCockpit.-11067882662526399..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_RemoteServiceCockpit" {
+ name = "CD_RemoteServiceCockpit"
+ 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 = "rs-cockpit"
+ }
+ }
+ }
+ }
+ 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 = "rs-cockpit"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "rs-cockpit"
+ }
+ }
+ }
+ }
+ 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 = "rs-cockpit"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "rs-cockpit"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_RemoteServices.5188541189677060803..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_RemoteServices.5188541189677060803..management_zone.tf
new file mode 100644
index 0000000..1207a18
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_RemoteServices.5188541189677060803..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_RemoteServices" {
+ name = "CD_RemoteServices"
+ 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 = "RemoteServices"
+ }
+ }
+ }
+ }
+ 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 = "RemoteServices"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "RemoteServices"
+ }
+ }
+ }
+ }
+ 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 = "RemoteServices"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "RemoteServices"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_SMACC-BE.-3795364033337839281..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_SMACC-BE.-3795364033337839281..management_zone.tf
new file mode 100644
index 0000000..6eceef3
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_SMACC-BE.-3795364033337839281..management_zone.tf
@@ -0,0 +1,275 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_SMC2_CEKS.4397088666970698037..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_SMC2_CEKS.4397088666970698037..management_zone.tf
new file mode 100644
index 0000000..5bf4582
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_SMC2_CEKS.4397088666970698037..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_SMC2_CEKS" {
+ name = "CD_SMC2_CEKS"
+ 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 = "smc2-ceks"
+ }
+ }
+ }
+ }
+ 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 = "smc2-ceks"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "smc2-ceks"
+ }
+ }
+ }
+ }
+ 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 = "smc2-ceks"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "smc2-ceks"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_SMS-Gateway.-2133422980246552080..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_SMS-Gateway.-2133422980246552080..management_zone.tf
new file mode 100644
index 0000000..53b62c8
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_SMS-Gateway.-2133422980246552080..management_zone.tf
@@ -0,0 +1,39 @@
+resource "dynatrace_management_zone" "CD_SMS-Gateway" {
+ name = "CD_SMS-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 = "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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_SVDS.-4413944977212003148..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_SVDS.-4413944977212003148..management_zone.tf
new file mode 100644
index 0000000..608ea05
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_SVDS.-4413944977212003148..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_SVDS" {
+ name = "CD_SVDS"
+ 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 = "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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_SWLSEC2-BA2BT.7501203881245410096..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_SWLSEC2-BA2BT.7501203881245410096..management_zone.tf
new file mode 100644
index 0000000..0638d42
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_SWLSEC2-BA2BT.7501203881245410096..management_zone.tf
@@ -0,0 +1,19 @@
+resource "dynatrace_management_zone" "CD_SWLSEC2-BA2BT" {
+ name = "CD_SWLSEC2-BA2BT"
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:SWLSEC2-BA2BT\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(SERVICE),databaseName.exists(),toRelationship.calls(type(SERVICE),tag(\"compass-id:SWLSEC2-BA2BT\"))"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(PROCESS_GROUP_INSTANCE),tag(\"compass-id:SWLSEC2-BA2BT\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(HOST),tag(\"compass-id:SWLSEC2-BA2BT\")"
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_SWLSEC2-Checker.739588863038338383..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_SWLSEC2-Checker.739588863038338383..management_zone.tf
new file mode 100644
index 0000000..c3ebbee
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_SWLSEC2-Checker.739588863038338383..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_SWLSEC2-Checker" {
+ name = "CD_SWLSEC2-Checker"
+ 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 = "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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_Service-Bus.5588329812920061262..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_Service-Bus.5588329812920061262..management_zone.tf
new file mode 100644
index 0000000..12b6a4f
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_Service-Bus.5588329812920061262..management_zone.tf
@@ -0,0 +1,62 @@
+resource "dynatrace_management_zone" "CD_Service-Bus" {
+ name = "CD_Service-Bus"
+ 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-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"
+ }
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_Service-Gateway.6162343093211434661..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_Service-Gateway.6162343093211434661..management_zone.tf
new file mode 100644
index 0000000..9903c30
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_Service-Gateway.6162343093211434661..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_Service-Gateway" {
+ name = "CD_Service-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 = "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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_Speech.4065036998432033236..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_Speech.4065036998432033236..management_zone.tf
new file mode 100644
index 0000000..ad8a0fb
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_Speech.4065036998432033236..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_Speech" {
+ name = "CD_Speech"
+ 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 = "Speech"
+ }
+ }
+ }
+ }
+ 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 = "Speech"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "Speech"
+ }
+ }
+ }
+ }
+ 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 = "Speech"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "Speech"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_TEST_EW.-1816545408526640868..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_TEST_EW.-1816545408526640868..management_zone.tf
new file mode 100644
index 0000000..a07238d
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_TEST_EW.-1816545408526640868..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_TEST_EW2.5726542056217232950..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_TEST_EW2.5726542056217232950..management_zone.tf
new file mode 100644
index 0000000..c0ac313
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_TEST_EW2.5726542056217232950..management_zone.tf
@@ -0,0 +1,11 @@
+resource "dynatrace_management_zone" "CD_TEST_EW2" {
+ name = "CD_TEST_EW2"
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:hallo\",\"compass-id:gerne\",\"compass-id:test\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(SERVICE),databaseName.exists(),toRelationship.calls(type(SERVICE),tag(\"compass-id:hallo\",\"compass-id:gerne\",\"compass-id:test\"))"
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_TripCollection.5176227165984262597..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_TripCollection.5176227165984262597..management_zone.tf
new file mode 100644
index 0000000..2e34742
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_TripCollection.5176227165984262597..management_zone.tf
@@ -0,0 +1,114 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_UDS.-4388361218144431517..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_UDS.-4388361218144431517..management_zone.tf
new file mode 100644
index 0000000..0950abb
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_UDS.-4388361218144431517..management_zone.tf
@@ -0,0 +1,110 @@
+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_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 = "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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_VehicleCentricInformationServices.3268847322115566645..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_VehicleCentricInformationServices.3268847322115566645..management_zone.tf
new file mode 100644
index 0000000..fe87b86
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_VehicleCentricInformationServices.3268847322115566645..management_zone.tf
@@ -0,0 +1,174 @@
+resource "dynatrace_management_zone" "CD_VehicleCentricInformationServices" {
+ name = "CD_VehicleCentricInformationServices"
+ 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 = "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_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 = "tmpp-wechat-proxy"
+ }
+ }
+ }
+ }
+ 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 = "tmpp-admin-ui"
+ }
+ }
+ }
+ }
+ 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 = "tmpp-manifest"
+ }
+ }
+ }
+ }
+ 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 = "tmpp-web-proxy"
+ }
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_Voice-Services.-60533151275910715..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_Voice-Services.-60533151275910715..management_zone.tf
new file mode 100644
index 0000000..3fc28f0
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_Voice-Services.-60533151275910715..management_zone.tf
@@ -0,0 +1,98 @@
+resource "dynatrace_management_zone" "CD_Voice-Services" {
+ name = "CD_Voice-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 = "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"
+ }
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_XCC.726963056829115815..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_XCC.726963056829115815..management_zone.tf
new file mode 100644
index 0000000..23c5b79
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_XCC.726963056829115815..management_zone.tf
@@ -0,0 +1,114 @@
+resource "dynatrace_management_zone" "CD_XCC" {
+ name = "CD_XCC"
+ 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 = "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_HOST_LIKE","SERVICE_TO_PROCESS_GROUP_LIKE"]
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "SERVICE_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "app-id"
+ value = "APP-18886"
+ }
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_agent-service.3851043124338361867..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_agent-service.3851043124338361867..management_zone.tf
new file mode 100644
index 0000000..5aa544a
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_agent-service.3851043124338361867..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_aluis.-4777952942075792115..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_aluis.-4777952942075792115..management_zone.tf
new file mode 100644
index 0000000..c612beb
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_aluis.-4777952942075792115..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_aluis" {
+ name = "CD_aluis"
+ 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 = "aluis"
+ }
+ }
+ }
+ }
+ 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 = "aluis"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "aluis"
+ }
+ }
+ }
+ }
+ 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 = "aluis"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "aluis"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_am-bpm.-6595885403062829907..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_am-bpm.-6595885403062829907..management_zone.tf
new file mode 100644
index 0000000..91fdab6
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_am-bpm.-6595885403062829907..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_am-bpm" {
+ name = "CD_am-bpm"
+ 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-bpm"
+ }
+ }
+ }
+ }
+ 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-bpm"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "am-bpm"
+ }
+ }
+ }
+ }
+ 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-bpm"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "am-bpm"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_am-casa.6489260219676736642..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_am-casa.6489260219676736642..management_zone.tf
new file mode 100644
index 0000000..22b8e82
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_am-casa.6489260219676736642..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_am-cesim.-8221852403424262400..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_am-cesim.-8221852403424262400..management_zone.tf
new file mode 100644
index 0000000..a1ac0c5
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_am-cesim.-8221852403424262400..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_am-cesim" {
+ name = "CD_am-cesim"
+ 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-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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_am-cns.2845183407633390643..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_am-cns.2845183407633390643..management_zone.tf
new file mode 100644
index 0000000..aa56029
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_am-cns.2845183407633390643..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_am-cns" {
+ name = "CD_am-cns"
+ 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-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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_am-device.-7068216294419410381..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_am-device.-7068216294419410381..management_zone.tf
new file mode 100644
index 0000000..b9b80c3
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_am-device.-7068216294419410381..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_am-device" {
+ name = "CD_am-device"
+ 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-device"
+ }
+ }
+ }
+ }
+ 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-device"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "am-device"
+ }
+ }
+ }
+ }
+ 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-device"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "am-device"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_am-ecs.-4026809012615074124..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_am-ecs.-4026809012615074124..management_zone.tf
new file mode 100644
index 0000000..8acf65b
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_am-ecs.-4026809012615074124..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_am-ecs" {
+ name = "CD_am-ecs"
+ 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-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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_am-egim.6779395205490842283..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_am-egim.6779395205490842283..management_zone.tf
new file mode 100644
index 0000000..c319202
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_am-egim.6779395205490842283..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_am-egim" {
+ name = "CD_am-egim"
+ 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-egim"
+ }
+ }
+ }
+ }
+ 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-egim"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "am-egim"
+ }
+ }
+ }
+ }
+ 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-egim"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "am-egim"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_am-esim-ui.-6525374610311912144..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_am-esim-ui.-6525374610311912144..management_zone.tf
new file mode 100644
index 0000000..29bfbe0
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_am-esim-ui.-6525374610311912144..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_am-esim-ui" {
+ name = "CD_am-esim-ui"
+ 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-esim-ui"
+ }
+ }
+ }
+ }
+ 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-esim-ui"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "am-esim-ui"
+ }
+ }
+ }
+ }
+ 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-esim-ui"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "am-esim-ui"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_am-lmcs.703787014794532009..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_am-lmcs.703787014794532009..management_zone.tf
new file mode 100644
index 0000000..9848027
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_am-lmcs.703787014794532009..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_am-lmcs" {
+ name = "CD_am-lmcs"
+ 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-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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_am-mno-manager.6845961539606420354..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_am-mno-manager.6845961539606420354..management_zone.tf
new file mode 100644
index 0000000..b7481f3
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_am-mno-manager.6845961539606420354..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_am-mno-manager" {
+ name = "CD_am-mno-manager"
+ 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-mno-manager"
+ }
+ }
+ }
+ }
+ 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-mno-manager"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "am-mno-manager"
+ }
+ }
+ }
+ }
+ 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-mno-manager"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "am-mno-manager"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_am-proxy.-1540650025139328186..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_am-proxy.-1540650025139328186..management_zone.tf
new file mode 100644
index 0000000..c79092d
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_am-proxy.-1540650025139328186..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_am-proxy" {
+ name = "CD_am-proxy"
+ 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-proxy"
+ }
+ }
+ }
+ }
+ 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-proxy"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "am-proxy"
+ }
+ }
+ }
+ }
+ 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-proxy"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "am-proxy"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_am-store.-2189390331381689182..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_am-store.-2189390331381689182..management_zone.tf
new file mode 100644
index 0000000..3546bac
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_am-store.-2189390331381689182..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_am-store" {
+ name = "CD_am-store"
+ 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-store"
+ }
+ }
+ }
+ }
+ 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-store"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "am-store"
+ }
+ }
+ }
+ }
+ 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-store"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "am-store"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_am-svms.3535580551222857233..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_am-svms.3535580551222857233..management_zone.tf
new file mode 100644
index 0000000..87d85cb
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_am-svms.3535580551222857233..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_am-svms" {
+ name = "CD_am-svms"
+ 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-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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_am-ui.8190401556217650523..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_am-ui.8190401556217650523..management_zone.tf
new file mode 100644
index 0000000..e4a72a2
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_am-ui.8190401556217650523..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_am-ui" {
+ name = "CD_am-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 = "Component"
+ value = "am-ui"
+ }
+ }
+ }
+ }
+ 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-ui"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "am-ui"
+ }
+ }
+ }
+ }
+ 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-ui"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "am-ui"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_am-usage.-6407838691959707830..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_am-usage.-6407838691959707830..management_zone.tf
new file mode 100644
index 0000000..27550b1
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_am-usage.-6407838691959707830..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_am-usage" {
+ name = "CD_am-usage"
+ 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-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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_am-vehicle-activation.-6517611825592343932..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_am-vehicle-activation.-6517611825592343932..management_zone.tf
new file mode 100644
index 0000000..b0b4490
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_am-vehicle-activation.-6517611825592343932..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_am-vehicle-activation" {
+ name = "CD_am-vehicle-activation"
+ 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-vehicle-activation"
+ }
+ }
+ }
+ }
+ 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-vehicle-activation"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "am-vehicle-activation"
+ }
+ }
+ }
+ }
+ 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-vehicle-activation"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "am-vehicle-activation"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_am-vehicle.2364307383147688999..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_am-vehicle.2364307383147688999..management_zone.tf
new file mode 100644
index 0000000..3bac226
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_am-vehicle.2364307383147688999..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_am-vehicle" {
+ name = "CD_am-vehicle"
+ 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-vehicle"
+ }
+ }
+ }
+ }
+ 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-vehicle"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "am-vehicle"
+ }
+ }
+ }
+ }
+ 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-vehicle"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "am-vehicle"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_am-vms.8481305279283217918..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_am-vms.8481305279283217918..management_zone.tf
new file mode 100644
index 0000000..2ac34ca
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_am-vms.8481305279283217918..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_am-vms" {
+ name = "CD_am-vms"
+ 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-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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_analytics-user-data-service.3830608542188797409..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_analytics-user-data-service.3830608542188797409..management_zone.tf
new file mode 100644
index 0000000..f9d4fe8
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_analytics-user-data-service.3830608542188797409..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_analytics-user-data-service" {
+ name = "CD_analytics-user-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 = "analytics-user-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 = "analytics-user-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 = "analytics-user-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 = "analytics-user-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 = "analytics-user-data-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_asbc-sfa-oh.-3430850046259037518..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_asbc-sfa-oh.-3430850046259037518..management_zone.tf
new file mode 100644
index 0000000..472e43e
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_asbc-sfa-oh.-3430850046259037518..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_asbc-sts.3432987914211903046..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_asbc-sts.3432987914211903046..management_zone.tf
new file mode 100644
index 0000000..fc02019
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_asbc-sts.3432987914211903046..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_asbc-sts" {
+ name = "CD_asbc-sts"
+ 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-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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_avs-client-service.3844700651132280279..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_avs-client-service.3844700651132280279..management_zone.tf
new file mode 100644
index 0000000..550c6a7
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_avs-client-service.3844700651132280279..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_avs-client-service" {
+ name = "CD_avs-client-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 = "avs-client-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-client-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-client-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-client-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-client-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_avs-proxy-composite-service.-5558936089274731359..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_avs-proxy-composite-service.-5558936089274731359..management_zone.tf
new file mode 100644
index 0000000..2ee9710
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_avs-proxy-composite-service.-5558936089274731359..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_b2v-com-be.234573445895208960..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_b2v-com-be.234573445895208960..management_zone.tf
new file mode 100644
index 0000000..ae8bc6e
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_b2v-com-be.234573445895208960..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_b2v-com-be" {
+ name = "CD_b2v-com-be"
+ 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-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 = "b2v-com-be"
+ }
+ }
+ }
+ }
+ 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-be"
+ }
+ }
+ }
+ }
+ 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-be"
+ }
+ }
+ }
+ 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-be"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_b2v-com-echo.-5351196144048268257..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_b2v-com-echo.-5351196144048268257..management_zone.tf
new file mode 100644
index 0000000..191c232
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_b2v-com-echo.-5351196144048268257..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_b2v-com-fe.-5651984742855815750..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_b2v-com-fe.-5651984742855815750..management_zone.tf
new file mode 100644
index 0000000..a7b3723
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_b2v-com-fe.-5651984742855815750..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_b2v-com-fe" {
+ name = "CD_b2v-com-fe"
+ 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-fe"
+ }
+ }
+ }
+ }
+ 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-fe"
+ }
+ }
+ }
+ }
+ 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-fe"
+ }
+ }
+ }
+ }
+ 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-fe"
+ }
+ }
+ }
+ 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-fe"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_b2v-com-gcdm-client.683077913196182971..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_b2v-com-gcdm-client.683077913196182971..management_zone.tf
new file mode 100644
index 0000000..9618f72
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_b2v-com-gcdm-client.683077913196182971..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_b2v-com-gcdm-client" {
+ name = "CD_b2v-com-gcdm-client"
+ 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 = "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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_b2v-com-hello.2446772408456848291..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_b2v-com-hello.2446772408456848291..management_zone.tf
new file mode 100644
index 0000000..ff28e3e
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_b2v-com-hello.2446772408456848291..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_b2v-com-hello" {
+ name = "CD_b2v-com-hello"
+ 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 = "b2v-com-hello"
+ }
+ }
+ }
+ }
+ 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-hello"
+ }
+ }
+ }
+ }
+ 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-hello"
+ }
+ }
+ }
+ }
+ 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-hello"
+ }
+ }
+ }
+ 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-hello"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_b2v-nots.3715912383344405425..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_b2v-nots.3715912383344405425..management_zone.tf
new file mode 100644
index 0000000..530b4bb
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_b2v-nots.3715912383344405425..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_b2v-nots" {
+ name = "CD_b2v-nots"
+ 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 = "b2v-nots"
+ }
+ }
+ }
+ }
+ 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-nots"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "b2v-nots"
+ }
+ }
+ }
+ }
+ 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-nots"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "b2v-nots"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_b2v-sms-statistics.8234311494301662433..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_b2v-sms-statistics.8234311494301662433..management_zone.tf
new file mode 100644
index 0000000..f7708fb
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_b2v-sms-statistics.8234311494301662433..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_b2v-sms-statistics" {
+ name = "CD_b2v-sms-statistics"
+ 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-sms-statistics"
+ }
+ }
+ }
+ }
+ 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-sms-statistics"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "b2v-sms-statistics"
+ }
+ }
+ }
+ }
+ 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-sms-statistics"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "b2v-sms-statistics"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_bmw-points-push-notifications-service.3646847314212076692..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_bmw-points-push-notifications-service.3646847314212076692..management_zone.tf
new file mode 100644
index 0000000..3458e85
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_bmw-points-push-notifications-service.3646847314212076692..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_bsi-service.-3665558699734749902..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_bsi-service.-3665558699734749902..management_zone.tf
new file mode 100644
index 0000000..80535d1
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_bsi-service.-3665558699734749902..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_bsi-service" {
+ name = "CD_bsi-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 = "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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_cac.6505043424644966677..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_cac.6505043424644966677..management_zone.tf
new file mode 100644
index 0000000..2ff65d7
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_cac.6505043424644966677..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_camvs.-4813785438275446822..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_camvs.-4813785438275446822..management_zone.tf
new file mode 100644
index 0000000..b810aac
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_camvs.-4813785438275446822..management_zone.tf
@@ -0,0 +1,114 @@
+resource "dynatrace_management_zone" "CD_camvs" {
+ name = "CD_camvs"
+ 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 = "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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_casa-event-processor.-3235233091265061954..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_casa-event-processor.-3235233091265061954..management_zone.tf
new file mode 100644
index 0000000..7b6098d
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_casa-event-processor.-3235233091265061954..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_casa-event-processor" {
+ name = "CD_casa-event-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 = "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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_ccc.6785475369519132478..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_ccc.6785475369519132478..management_zone.tf
new file mode 100644
index 0000000..681b281
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_ccc.6785475369519132478..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_ccc" {
+ name = "CD_ccc"
+ 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 = "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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_cdc.1057517960840498906..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_cdc.1057517960840498906..management_zone.tf
new file mode 100644
index 0000000..02b7949
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_cdc.1057517960840498906..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_chargenow-enabler-service.4692934809440873007..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_chargenow-enabler-service.4692934809440873007..management_zone.tf
new file mode 100644
index 0000000..47d506c
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_chargenow-enabler-service.4692934809440873007..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_chargenow-enabler-service" {
+ name = "CD_chargenow-enabler-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 = "chargenow-enabler-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 = "chargenow-enabler-service"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "chargenow-enabler-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 = "chargenow-enabler-service"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "chargenow-enabler-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_charging-data-privacy-composite.-3481404155533271818..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_charging-data-privacy-composite.-3481404155533271818..management_zone.tf
new file mode 100644
index 0000000..39dd4cd
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_charging-data-privacy-composite.-3481404155533271818..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_charging-data-privacy.7901706371616384215..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_charging-data-privacy.7901706371616384215..management_zone.tf
new file mode 100644
index 0000000..219bd1e
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_charging-data-privacy.7901706371616384215..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_charging-data-privacy" {
+ name = "CD_charging-data-privacy"
+ 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"
+ }
+ }
+ }
+ }
+ 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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_charging-events-push-notification-service.-4904645486964490409..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_charging-events-push-notification-service.-4904645486964490409..management_zone.tf
new file mode 100644
index 0000000..4521ad3
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_charging-events-push-notification-service.-4904645486964490409..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_charging-events-service.-1006261912630048989..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_charging-events-service.-1006261912630048989..management_zone.tf
new file mode 100644
index 0000000..0a175f2
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_charging-events-service.-1006261912630048989..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_charging-events-service" {
+ name = "CD_charging-events-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-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-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-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-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-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_charging-history-gdpr-proxy-service.-454781418938640078..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_charging-history-gdpr-proxy-service.-454781418938640078..management_zone.tf
new file mode 100644
index 0000000..ed724aa
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_charging-history-gdpr-proxy-service.-454781418938640078..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_charging-plan-composite-service.1719030588358569859..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_charging-plan-composite-service.1719030588358569859..management_zone.tf
new file mode 100644
index 0000000..42bcc25
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_charging-plan-composite-service.1719030588358569859..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_charging-push-notifications-service.-6539988343728513019..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_charging-push-notifications-service.-6539988343728513019..management_zone.tf
new file mode 100644
index 0000000..24b789b
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_charging-push-notifications-service.-6539988343728513019..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_charging-remote-commands-composite-service.3507543056413618167..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_charging-remote-commands-composite-service.3507543056413618167..management_zone.tf
new file mode 100644
index 0000000..8be7999
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_charging-remote-commands-composite-service.3507543056413618167..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_charging-remote-commands-composite-service" {
+ name = "CD_charging-remote-commands-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 = "charging-remote-commands-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-remote-commands-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-remote-commands-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-remote-commands-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-remote-commands-composite-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_charging-sessions-service.-6343867182147315832..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_charging-sessions-service.-6343867182147315832..management_zone.tf
new file mode 100644
index 0000000..efe8407
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_charging-sessions-service.-6343867182147315832..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_charging-sessions-service" {
+ name = "CD_charging-sessions-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 = "charging-sessions-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-sessions-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-sessions-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-sessions-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-sessions-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_charging-stations-service.-5042002924345469442..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_charging-stations-service.-5042002924345469442..management_zone.tf
new file mode 100644
index 0000000..4df4703
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_charging-stations-service.-5042002924345469442..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_client-agent-telemetry-processor.-6973581261416020021..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_client-agent-telemetry-processor.-6973581261416020021..management_zone.tf
new file mode 100644
index 0000000..e16dfc1
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_client-agent-telemetry-processor.-6973581261416020021..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_client-agent-telemetry-processor" {
+ name = "CD_client-agent-telemetry-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 = "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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_client-vehicle-telemetry-processor.-6224674043145965813..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_client-vehicle-telemetry-processor.-6224674043145965813..management_zone.tf
new file mode 100644
index 0000000..8ac5b50
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_client-vehicle-telemetry-processor.-6224674043145965813..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_client-vehicle-telemetry-processor" {
+ name = "CD_client-vehicle-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-vehicle-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-vehicle-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-vehicle-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-vehicle-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-vehicle-telemetry-processor"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_cm.-895580249814261506..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_cm.-895580249814261506..management_zone.tf
new file mode 100644
index 0000000..c638c1c
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_cm.-895580249814261506..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_cm" {
+ name = "CD_cm"
+ 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 = "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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_comfy.848401857749292905..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_comfy.848401857749292905..management_zone.tf
new file mode 100644
index 0000000..8d5857a
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_comfy.848401857749292905..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_comfy" {
+ name = "CD_comfy"
+ 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 = "Namespace"
+ value = "comfy"
+ }
+ }
+ }
+ }
+ 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 = "Namespace"
+ value = "comfy"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Namespace"
+ value = "comfy"
+ }
+ }
+ }
+ }
+ 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 = "comfy"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "comfy"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_commute-notification-service.1286045901809938488..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_commute-notification-service.1286045901809938488..management_zone.tf
new file mode 100644
index 0000000..6690e52
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_commute-notification-service.1286045901809938488..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_commute-notification-service" {
+ name = "CD_commute-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 = "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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_commute-service.-7181836511556584903..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_commute-service.-7181836511556584903..management_zone.tf
new file mode 100644
index 0000000..c0e77dc
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_commute-service.-7181836511556584903..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_commute-service" {
+ name = "CD_commute-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 = "commute-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-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-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-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-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_connected-oauth-service-apim.-1461450175817610753..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_connected-oauth-service-apim.-1461450175817610753..management_zone.tf
new file mode 100644
index 0000000..6f46063
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_connected-oauth-service-apim.-1461450175817610753..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_connected-oauth-service-apim" {
+ name = "CD_connected-oauth-service-apim"
+ 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-oauth-service-apim"
+ }
+ }
+ }
+ }
+ 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-oauth-service-apim"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "connected-oauth-service-apim"
+ }
+ }
+ }
+ }
+ 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-oauth-service-apim"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "connected-oauth-service-apim"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_connected-oauth-service.-6525222654329360526..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_connected-oauth-service.-6525222654329360526..management_zone.tf
new file mode 100644
index 0000000..0ab8ec8
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_connected-oauth-service.-6525222654329360526..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_connected-oauth-service" {
+ name = "CD_connected-oauth-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-oauth-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-oauth-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-oauth-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-oauth-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-oauth-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_connected-onboard-composite-service.6000238730837026909..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_connected-onboard-composite-service.6000238730837026909..management_zone.tf
new file mode 100644
index 0000000..e0e3b84
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_connected-onboard-composite-service.6000238730837026909..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_connected-onboard-composite-service" {
+ name = "CD_connected-onboard-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 = "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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_csu.-6465065108278477847..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_csu.-6465065108278477847..management_zone.tf
new file mode 100644
index 0000000..5a8a6a9
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_csu.-6465065108278477847..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_csu" {
+ name = "CD_csu"
+ 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 = "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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_ctns-event-origin.-8423484601540043009..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_ctns-event-origin.-8423484601540043009..management_zone.tf
new file mode 100644
index 0000000..a89fb2a
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_ctns-event-origin.-8423484601540043009..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_ctns-event-origin" {
+ name = "CD_ctns-event-origin"
+ 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-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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_ctns-marketing-api.8707127902849896641..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_ctns-marketing-api.8707127902849896641..management_zone.tf
new file mode 100644
index 0000000..c10ae76
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_ctns-marketing-api.8707127902849896641..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_ctns-marketing-api" {
+ name = "CD_ctns-marketing-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-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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_ctns-vehicle-api.4542703071885587630..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_ctns-vehicle-api.4542703071885587630..management_zone.tf
new file mode 100644
index 0000000..5b92c0d
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_ctns-vehicle-api.4542703071885587630..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_current-driver-service.5826180152638294023..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_current-driver-service.5826180152638294023..management_zone.tf
new file mode 100644
index 0000000..fe2e9d0
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_current-driver-service.5826180152638294023..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_current-driver-service" {
+ name = "CD_current-driver-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 = "current-driver-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 = "current-driver-service"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "current-driver-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 = "current-driver-service"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "current-driver-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_data-deletion-processor.-945634447813675373..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_data-deletion-processor.-945634447813675373..management_zone.tf
new file mode 100644
index 0000000..6457fe3
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_data-deletion-processor.-945634447813675373..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_data-deletion-processor" {
+ name = "CD_data-deletion-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 = "data-deletion-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 = "data-deletion-processor"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "data-deletion-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 = "data-deletion-processor"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "data-deletion-processor"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_dealer-comms-provider-service.-7384668182503674044..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_dealer-comms-provider-service.-7384668182503674044..management_zone.tf
new file mode 100644
index 0000000..eccc696
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_dealer-comms-provider-service.-7384668182503674044..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_dealer-data-service.-6224705283204834466..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_dealer-data-service.-6224705283204834466..management_zone.tf
new file mode 100644
index 0000000..4c2d8b4
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_dealer-data-service.-6224705283204834466..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_dealer-payments-invoice-service.6381263894383476159..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_dealer-payments-invoice-service.6381263894383476159..management_zone.tf
new file mode 100644
index 0000000..7450215
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_dealer-payments-invoice-service.6381263894383476159..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_dealer-payments-invoice-service" {
+ name = "CD_dealer-payments-invoice-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 = "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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_dealer-payments-notification-service.354787604648139004..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_dealer-payments-notification-service.354787604648139004..management_zone.tf
new file mode 100644
index 0000000..f407106
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_dealer-payments-notification-service.354787604648139004..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_dealer-payments-notification-service" {
+ name = "CD_dealer-payments-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 = "dealer-payments-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 = "dealer-payments-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 = "dealer-payments-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 = "dealer-payments-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 = "dealer-payments-notification-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_dealer-payments-service.-1262921922277035180..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_dealer-payments-service.-1262921922277035180..management_zone.tf
new file mode 100644
index 0000000..296ce39
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_dealer-payments-service.-1262921922277035180..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_dealer-payments-service" {
+ name = "CD_dealer-payments-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 = "dealer-payments-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-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-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-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-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_dealer-search-service.-5195733165670164329..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_dealer-search-service.-5195733165670164329..management_zone.tf
new file mode 100644
index 0000000..c616c29
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_dealer-search-service.-5195733165670164329..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_dealer-search-service" {
+ name = "CD_dealer-search-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 = "dealer-search-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-search-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-search-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-search-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-search-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_dealer-services-composite-service.-4792999921769558004..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_dealer-services-composite-service.-4792999921769558004..management_zone.tf
new file mode 100644
index 0000000..f7164a4
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_dealer-services-composite-service.-4792999921769558004..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_dealer-services-composite-service" {
+ name = "CD_dealer-services-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 = "dealer-services-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 = "dealer-services-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 = "dealer-services-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 = "dealer-services-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 = "dealer-services-composite-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_dealercockpit.8238007143875611982..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_dealercockpit.8238007143875611982..management_zone.tf
new file mode 100644
index 0000000..98707e5
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_dealercockpit.8238007143875611982..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_dealercockpit" {
+ name = "CD_dealercockpit"
+ 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 = "dealercockpit"
+ }
+ }
+ }
+ }
+ 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 = "dealercockpit"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "dealercockpit"
+ }
+ }
+ }
+ }
+ 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 = "dealercockpit"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "dealercockpit"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_delivery.-2360172082964226530..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_delivery.-2360172082964226530..management_zone.tf
new file mode 100644
index 0000000..f7af4bc
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_delivery.-2360172082964226530..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_delivery" {
+ name = "CD_delivery"
+ 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 = "delivery"
+ }
+ }
+ }
+ }
+ 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 = "delivery"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "delivery"
+ }
+ }
+ }
+ }
+ 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 = "delivery"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "delivery"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_destination-composite-service.239098591434607832..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_destination-composite-service.239098591434607832..management_zone.tf
new file mode 100644
index 0000000..60a0c77
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_destination-composite-service.239098591434607832..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_digital-key-composite-service.2693367897048369138..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_digital-key-composite-service.2693367897048369138..management_zone.tf
new file mode 100644
index 0000000..37fa382
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_digital-key-composite-service.2693367897048369138..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_digital-key-composite-service" {
+ name = "CD_digital-key-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 = "digital-key-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 = "digital-key-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 = "digital-key-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 = "digital-key-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 = "digital-key-composite-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_discover-bmw-composite-service.-7042281349369105957..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_discover-bmw-composite-service.-7042281349369105957..management_zone.tf
new file mode 100644
index 0000000..7611b17
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_discover-bmw-composite-service.-7042281349369105957..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_discover-bmw-composite-service" {
+ name = "CD_discover-bmw-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 = "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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_dpm.3521442346466955677..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_dpm.3521442346466955677..management_zone.tf
new file mode 100644
index 0000000..b4d33bb
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_dpm.3521442346466955677..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_dpm" {
+ name = "CD_dpm"
+ 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 = "dpm"
+ }
+ }
+ }
+ }
+ 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 = "dpm"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "dpm"
+ }
+ }
+ }
+ }
+ 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 = "dpm"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "dpm"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_dpp.7431808806854689694..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_dpp.7431808806854689694..management_zone.tf
new file mode 100644
index 0000000..c105008
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_dpp.7431808806854689694..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_dpp" {
+ name = "CD_dpp"
+ 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 = "dpp"
+ }
+ }
+ }
+ }
+ 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 = "dpp"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "dpp"
+ }
+ }
+ }
+ }
+ 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 = "dpp"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "dpp"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_dsd.3321466583645887684..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_dsd.3321466583645887684..management_zone.tf
new file mode 100644
index 0000000..953a0bb
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_dsd.3321466583645887684..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_dsd" {
+ name = "CD_dsd"
+ 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 = "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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_e4m.2719806885490791534..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_e4m.2719806885490791534..management_zone.tf
new file mode 100644
index 0000000..14edcaa
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_e4m.2719806885490791534..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_e4m" {
+ name = "CD_e4m"
+ 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 = "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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_eadb.7187056346821278083..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_eadb.7187056346821278083..management_zone.tf
new file mode 100644
index 0000000..a413e05
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_eadb.7187056346821278083..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_emc.1786086320445564585..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_emc.1786086320445564585..management_zone.tf
new file mode 100644
index 0000000..b070ba1
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_emc.1786086320445564585..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_emc" {
+ name = "CD_emc"
+ 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 = "emc"
+ }
+ }
+ }
+ }
+ 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 = "emc"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "emc"
+ }
+ }
+ }
+ }
+ 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 = "emc"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "emc"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_ercaf.662397954779801135..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_ercaf.662397954779801135..management_zone.tf
new file mode 100644
index 0000000..a12e12e
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_ercaf.662397954779801135..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_ercaf" {
+ name = "CD_ercaf"
+ 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 = "ercaf"
+ }
+ }
+ }
+ }
+ 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 = "ercaf"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "ercaf"
+ }
+ }
+ }
+ }
+ 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 = "ercaf"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "ercaf"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_ercr.292266112033817776..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_ercr.292266112033817776..management_zone.tf
new file mode 100644
index 0000000..74078f6
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_ercr.292266112033817776..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_ercr" {
+ name = "CD_ercr"
+ 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 = "ercr"
+ }
+ }
+ }
+ }
+ 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 = "ercr"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "ercr"
+ }
+ }
+ }
+ }
+ 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 = "ercr"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "ercr"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_erd.-1420185670353694662..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_erd.-1420185670353694662..management_zone.tf
new file mode 100644
index 0000000..e401e0e
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_erd.-1420185670353694662..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_eroute.-178713865195665676..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_eroute.-178713865195665676..management_zone.tf
new file mode 100644
index 0000000..f835f6a
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_eroute.-178713865195665676..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_eroute" {
+ name = "CD_eroute"
+ 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 = "eroute"
+ }
+ }
+ }
+ }
+ 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 = "eroute"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "eroute"
+ }
+ }
+ }
+ }
+ 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 = "eroute"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "eroute"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_esa.5806965905152347407..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_esa.5806965905152347407..management_zone.tf
new file mode 100644
index 0000000..216f9d4
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_esa.5806965905152347407..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_esa" {
+ name = "CD_esa"
+ 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 = "esa"
+ }
+ }
+ }
+ }
+ 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 = "esa"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "esa"
+ }
+ }
+ }
+ }
+ 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 = "esa"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "esa"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_esh.6791006737567776609..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_esh.6791006737567776609..management_zone.tf
new file mode 100644
index 0000000..5ddb73a
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_esh.6791006737567776609..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_esh" {
+ name = "CD_esh"
+ 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 = "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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_esim-composite-service.-8519305773537616601..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_esim-composite-service.-8519305773537616601..management_zone.tf
new file mode 100644
index 0000000..e5fd290
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_esim-composite-service.-8519305773537616601..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_esim-composite-service" {
+ name = "CD_esim-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 = "esim-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 = "esim-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 = "esim-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 = "esim-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 = "esim-composite-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_explore-composite-service.-1783221886243782060..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_explore-composite-service.-1783221886243782060..management_zone.tf
new file mode 100644
index 0000000..60b9cd5
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_explore-composite-service.-1783221886243782060..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_explore-composite-service" {
+ name = "CD_explore-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 = "explore-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 = "explore-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 = "explore-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 = "explore-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 = "explore-composite-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_feature-toggles-service.-1757559001732264280..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_feature-toggles-service.-1757559001732264280..management_zone.tf
new file mode 100644
index 0000000..08d8783
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_feature-toggles-service.-1757559001732264280..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_feature-toggles-service" {
+ name = "CD_feature-toggles-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 = "feature-toggles-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 = "feature-toggles-service"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "feature-toggles-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 = "feature-toggles-service"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "feature-toggles-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_fmc.-7863243655181765550..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_fmc.-7863243655181765550..management_zone.tf
new file mode 100644
index 0000000..6c43a0a
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_fmc.-7863243655181765550..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_fmc" {
+ name = "CD_fmc"
+ 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 = "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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_fuel-search-service.-3570944723533684347..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_fuel-search-service.-3570944723533684347..management_zone.tf
new file mode 100644
index 0000000..d53cbd0
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_fuel-search-service.-3570944723533684347..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_fuel-search-service" {
+ name = "CD_fuel-search-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 = "fuel-search-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 = "fuel-search-service"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "fuel-search-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 = "fuel-search-service"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "fuel-search-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_gcs.-8760732051205931982..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_gcs.-8760732051205931982..management_zone.tf
new file mode 100644
index 0000000..b06ad56
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_gcs.-8760732051205931982..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_gcs" {
+ name = "CD_gcs"
+ 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 = "gcs"
+ }
+ }
+ }
+ }
+ 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 = "gcs"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "gcs"
+ }
+ }
+ }
+ }
+ 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 = "gcs"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "gcs"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_hpauth.-7986744385538534110..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_hpauth.-7986744385538534110..management_zone.tf
new file mode 100644
index 0000000..102dda6
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_hpauth.-7986744385538534110..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_hpauth" {
+ name = "CD_hpauth"
+ 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 = "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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_hubtab-service.6825771495168986146..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_hubtab-service.6825771495168986146..management_zone.tf
new file mode 100644
index 0000000..2eb1815
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_hubtab-service.6825771495168986146..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_hubtab-service" {
+ name = "CD_hubtab-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 = "hubtab-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 = "hubtab-service"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "hubtab-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 = "hubtab-service"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "hubtab-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_id-lookup-service.-2346036958469983045..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_id-lookup-service.-2346036958469983045..management_zone.tf
new file mode 100644
index 0000000..ab2a87c
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_id-lookup-service.-2346036958469983045..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_id-lookup-service" {
+ name = "CD_id-lookup-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 = "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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_ids-admin.5586851433711924938..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_ids-admin.5586851433711924938..management_zone.tf
new file mode 100644
index 0000000..dea191c
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_ids-admin.5586851433711924938..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_ids-admin" {
+ name = "CD_ids-admin"
+ 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 = "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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_ids-svds.-5175560781627909210..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_ids-svds.-5175560781627909210..management_zone.tf
new file mode 100644
index 0000000..17054d0
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_ids-svds.-5175560781627909210..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_ids-svds" {
+ name = "CD_ids-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 = "ids-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 = "ids-svds"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "ids-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 = "ids-svds"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "ids-svds"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_ids-sync.4240321421761080938..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_ids-sync.4240321421761080938..management_zone.tf
new file mode 100644
index 0000000..eb22f94
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_ids-sync.4240321421761080938..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_ids-ws.-3348722348446940244..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_ids-ws.-3348722348446940244..management_zone.tf
new file mode 100644
index 0000000..e1cd190
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_ids-ws.-3348722348446940244..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_ids-ws" {
+ name = "CD_ids-ws"
+ 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 = "ids-ws"
+ }
+ }
+ }
+ }
+ 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-ws"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "ids-ws"
+ }
+ }
+ }
+ }
+ 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-ws"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "ids-ws"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_image-composite-service.-2523692038884129780..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_image-composite-service.-2523692038884129780..management_zone.tf
new file mode 100644
index 0000000..ec05782
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_image-composite-service.-2523692038884129780..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_image-composite-service" {
+ name = "CD_image-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 = "image-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 = "image-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 = "image-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 = "image-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 = "image-composite-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_imiles-service.-1198227328507213456..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_imiles-service.-1198227328507213456..management_zone.tf
new file mode 100644
index 0000000..a033b0c
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_imiles-service.-1198227328507213456..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_ipa-gateway.-1855356480489583241..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_ipa-gateway.-1855356480489583241..management_zone.tf
new file mode 100644
index 0000000..0be6ff1
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_ipa-gateway.-1855356480489583241..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_ipa-gateway" {
+ name = "CD_ipa-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 = "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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_jdssp21.-7555644302631013883..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_jdssp21.-7555644302631013883..management_zone.tf
new file mode 100644
index 0000000..4442aa2
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_jdssp21.-7555644302631013883..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_jdssp21" {
+ name = "CD_jdssp21"
+ 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 = "jdssp21"
+ }
+ }
+ }
+ }
+ 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 = "jdssp21"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "jdssp21"
+ }
+ }
+ }
+ }
+ 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 = "jdssp21"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "jdssp21"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_legacy-deletion-service.-1836297497707245797..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_legacy-deletion-service.-1836297497707245797..management_zone.tf
new file mode 100644
index 0000000..2aac8c1
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_legacy-deletion-service.-1836297497707245797..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_legacy-deletion-service" {
+ name = "CD_legacy-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 = "legacy-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 = "legacy-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 = "legacy-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 = "legacy-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 = "legacy-deletion-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_legacy-sar-service.-8128156058831255427..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_legacy-sar-service.-8128156058831255427..management_zone.tf
new file mode 100644
index 0000000..6fc7055
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_legacy-sar-service.-8128156058831255427..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_legacy-sar-service" {
+ name = "CD_legacy-sar-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 = "legacy-sar-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 = "legacy-sar-service"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "legacy-sar-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 = "legacy-sar-service"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "legacy-sar-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_legal-document-composite-service.-2156298583591841198..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_legal-document-composite-service.-2156298583591841198..management_zone.tf
new file mode 100644
index 0000000..6d75e4e
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_legal-document-composite-service.-2156298583591841198..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_log-data-deletion-service.-818505253642779277..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_log-data-deletion-service.-818505253642779277..management_zone.tf
new file mode 100644
index 0000000..2597ee7
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_log-data-deletion-service.-818505253642779277..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_lsc-hr.-7995464145365327731..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_lsc-hr.-7995464145365327731..management_zone.tf
new file mode 100644
index 0000000..833a534
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_lsc-hr.-7995464145365327731..management_zone.tf
@@ -0,0 +1,62 @@
+resource "dynatrace_management_zone" "CD_lsc-hr" {
+ name = "CD_lsc-hr"
+ 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"
+ }
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_lsc-jr.-6071617396278040785..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_lsc-jr.-6071617396278040785..management_zone.tf
new file mode 100644
index 0000000..7c5d343
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_lsc-jr.-6071617396278040785..management_zone.tf
@@ -0,0 +1,62 @@
+resource "dynatrace_management_zone" "CD_lsc-jr" {
+ name = "CD_lsc-jr"
+ 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"
+ }
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_lsc-kc.-5466091717637198390..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_lsc-kc.-5466091717637198390..management_zone.tf
new file mode 100644
index 0000000..2006214
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_lsc-kc.-5466091717637198390..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_lsc-kc" {
+ name = "CD_lsc-kc"
+ 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-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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_lsc-mm.-4957448593079692287..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_lsc-mm.-4957448593079692287..management_zone.tf
new file mode 100644
index 0000000..30c4770
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_lsc-mm.-4957448593079692287..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_lsc-mm" {
+ name = "CD_lsc-mm"
+ 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-mm"
+ }
+ }
+ }
+ }
+ 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-mm"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "lsc-mm"
+ }
+ }
+ }
+ }
+ 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-mm"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "lsc-mm"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_lsc-oc.168846665393629930..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_lsc-oc.168846665393629930..management_zone.tf
new file mode 100644
index 0000000..8ffff59
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_lsc-oc.168846665393629930..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_lsc-og.-5861071701153942147..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_lsc-og.-5861071701153942147..management_zone.tf
new file mode 100644
index 0000000..066f6f0
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_lsc-og.-5861071701153942147..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_lsc-og" {
+ name = "CD_lsc-og"
+ 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-og"
+ }
+ }
+ }
+ }
+ 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-og"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "lsc-og"
+ }
+ }
+ }
+ }
+ 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-og"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "lsc-og"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_lsc-wo.-9010747661501458721..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_lsc-wo.-9010747661501458721..management_zone.tf
new file mode 100644
index 0000000..881d07e
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_lsc-wo.-9010747661501458721..management_zone.tf
@@ -0,0 +1,62 @@
+resource "dynatrace_management_zone" "CD_lsc-wo" {
+ name = "CD_lsc-wo"
+ 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"
+ }
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_managementZone.-5864191605161185587..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_managementZone.-5864191605161185587..management_zone.tf
new file mode 100644
index 0000000..27e12d9
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_managementZone.-5864191605161185587..management_zone.tf
@@ -0,0 +1,174 @@
+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"
+ }
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_mds.-8550316932235830515..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_mds.-8550316932235830515..management_zone.tf
new file mode 100644
index 0000000..c3c76fc
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_mds.-8550316932235830515..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_mds" {
+ name = "CD_mds"
+ 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 = "mds"
+ }
+ }
+ }
+ }
+ 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 = "mds"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "mds"
+ }
+ }
+ }
+ }
+ 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 = "mds"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "mds"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_ml-ingestion-service.-3612885846716312220..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_ml-ingestion-service.-3612885846716312220..management_zone.tf
new file mode 100644
index 0000000..6ff8552
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_ml-ingestion-service.-3612885846716312220..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_ml-ingestion-service" {
+ name = "CD_ml-ingestion-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 = "ml-ingestion-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 = "ml-ingestion-service"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "ml-ingestion-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 = "ml-ingestion-service"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "ml-ingestion-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_mlc.2826000795787228538..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_mlc.2826000795787228538..management_zone.tf
new file mode 100644
index 0000000..83d17f5
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_mlc.2826000795787228538..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_mlc" {
+ name = "CD_mlc"
+ 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 = "mlc"
+ }
+ }
+ }
+ }
+ 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 = "mlc"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "mlc"
+ }
+ }
+ }
+ }
+ 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 = "mlc"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "mlc"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_mrp.-5953180699600147415..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_mrp.-5953180699600147415..management_zone.tf
new file mode 100644
index 0000000..95ccfc5
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_mrp.-5953180699600147415..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_mrpspringboot.-515772749824946029..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_mrpspringboot.-515772749824946029..management_zone.tf
new file mode 100644
index 0000000..d32fb91
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_mrpspringboot.-515772749824946029..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_naas.-2616965047573894928..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_naas.-2616965047573894928..management_zone.tf
new file mode 100644
index 0000000..6a177c3
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_naas.-2616965047573894928..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_naas" {
+ name = "CD_naas"
+ 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 = "naas"
+ }
+ }
+ }
+ }
+ 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 = "naas"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "naas"
+ }
+ }
+ }
+ }
+ 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 = "naas"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "naas"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_nop-admin.-147393270306928398..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_nop-admin.-147393270306928398..management_zone.tf
new file mode 100644
index 0000000..b096751
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_nop-admin.-147393270306928398..management_zone.tf
@@ -0,0 +1,19 @@
+resource "dynatrace_management_zone" "CD_nop-admin" {
+ name = "CD_nop-admin"
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:NOP-Admin\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(SERVICE),databaseName.exists(),toRelationship.calls(type(SERVICE),tag(\"compass-id:NOP-Admin\"))"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(PROCESS_GROUP_INSTANCE),tag(\"compass-id:NOP-Admin\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(HOST),tag(\"compass-id:NOP-Admin\")"
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_nop-archive.1023740486178908540..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_nop-archive.1023740486178908540..management_zone.tf
new file mode 100644
index 0000000..1042ccf
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_nop-archive.1023740486178908540..management_zone.tf
@@ -0,0 +1,19 @@
+resource "dynatrace_management_zone" "CD_nop-archive" {
+ name = "CD_nop-archive"
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:NOP-Archive\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(SERVICE),databaseName.exists(),toRelationship.calls(type(SERVICE),tag(\"compass-id:NOP-Archive\"))"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(PROCESS_GROUP_INSTANCE),tag(\"compass-id:NOP-Archive\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(HOST),tag(\"compass-id:NOP-Archive\")"
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_nop-provisioning.-7632508319772674991..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_nop-provisioning.-7632508319772674991..management_zone.tf
new file mode 100644
index 0000000..c457c46
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_nop-provisioning.-7632508319772674991..management_zone.tf
@@ -0,0 +1,19 @@
+resource "dynatrace_management_zone" "CD_nop-provisioning" {
+ name = "CD_nop-provisioning"
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:NOP-Provisioning\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(SERVICE),databaseName.exists(),toRelationship.calls(type(SERVICE),tag(\"compass-id:NOP-Provisioning\"))"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(PROCESS_GROUP_INSTANCE),tag(\"compass-id:NOP-Provisioning\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(HOST),tag(\"compass-id:NOP-Provisioning\")"
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_nop-trigger.5595351203987284817..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_nop-trigger.5595351203987284817..management_zone.tf
new file mode 100644
index 0000000..8b6c599
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_nop-trigger.5595351203987284817..management_zone.tf
@@ -0,0 +1,19 @@
+resource "dynatrace_management_zone" "CD_nop-trigger" {
+ name = "CD_nop-trigger"
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:NOP-Trigger\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(SERVICE),databaseName.exists(),toRelationship.calls(type(SERVICE),tag(\"compass-id:NOP-Trigger\"))"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(PROCESS_GROUP_INSTANCE),tag(\"compass-id:NOP-Trigger\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(HOST),tag(\"compass-id:NOP-Trigger\")"
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_notification-composite-service.-1228515758018962569..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_notification-composite-service.-1228515758018962569..management_zone.tf
new file mode 100644
index 0000000..fcf1989
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_notification-composite-service.-1228515758018962569..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_notification-composite-service" {
+ name = "CD_notification-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 = "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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_notification-service.-930331147395988756..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_notification-service.-930331147395988756..management_zone.tf
new file mode 100644
index 0000000..a345d5f
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_notification-service.-930331147395988756..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_oas-composite-service.-31474243724631220..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_oas-composite-service.-31474243724631220..management_zone.tf
new file mode 100644
index 0000000..455283f
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_oas-composite-service.-31474243724631220..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_oas-composite-service" {
+ name = "CD_oas-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 = "oas-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 = "oas-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 = "oas-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 = "oas-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 = "oas-composite-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_oclisc2v.-5330838991570054689..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_oclisc2v.-5330838991570054689..management_zone.tf
new file mode 100644
index 0000000..118cea4
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_oclisc2v.-5330838991570054689..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_oclisc2v" {
+ name = "CD_oclisc2v"
+ 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 = "oclisc2v"
+ }
+ }
+ }
+ }
+ 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 = "oclisc2v"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "oclisc2v"
+ }
+ }
+ }
+ }
+ 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 = "oclisc2v"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "oclisc2v"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_oclisocsp.6094407191706905954..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_oclisocsp.6094407191706905954..management_zone.tf
new file mode 100644
index 0000000..a3ccde4
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_oclisocsp.6094407191706905954..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_oclisocsp" {
+ name = "CD_oclisocsp"
+ 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 = "oclisocsp"
+ }
+ }
+ }
+ }
+ 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 = "oclisocsp"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "oclisocsp"
+ }
+ }
+ }
+ }
+ 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 = "oclisocsp"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "oclisocsp"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_oes.8628942035731022351..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_oes.8628942035731022351..management_zone.tf
new file mode 100644
index 0000000..1aa18bb
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_oes.8628942035731022351..management_zone.tf
@@ -0,0 +1,94 @@
+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"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_omc-cd-services.1783707477276456324..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_omc-cd-services.1783707477276456324..management_zone.tf
new file mode 100644
index 0000000..15ad477
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_omc-cd-services.1783707477276456324..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_omc-cd-services" {
+ name = "CD_omc-cd-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 = "omc-cd-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 = "omc-cd-services"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "omc-cd-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 = "omc-cd-services"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "omc-cd-services"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_omg.-8660591714882379410..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_omg.-8660591714882379410..management_zone.tf
new file mode 100644
index 0000000..b381a84
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_omg.-8660591714882379410..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_omg" {
+ name = "CD_omg"
+ 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 = "omg"
+ }
+ }
+ }
+ }
+ 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 = "omg"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "omg"
+ }
+ }
+ }
+ }
+ 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 = "omg"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "omg"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_onboard-navigation-sync-service.-2199516374121367601..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_onboard-navigation-sync-service.-2199516374121367601..management_zone.tf
new file mode 100644
index 0000000..b01ef54
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_onboard-navigation-sync-service.-2199516374121367601..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_onboard-navigation-sync-service" {
+ name = "CD_onboard-navigation-sync-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 = "onboard-navigation-sync-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 = "onboard-navigation-sync-service"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "onboard-navigation-sync-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 = "onboard-navigation-sync-service"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "onboard-navigation-sync-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_online-appointment-service.980968245029181999..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_online-appointment-service.980968245029181999..management_zone.tf
new file mode 100644
index 0000000..5352434
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_online-appointment-service.980968245029181999..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_online-appointment-service" {
+ name = "CD_online-appointment-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 = "online-appointment-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 = "online-appointment-service"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "online-appointment-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 = "online-appointment-service"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "online-appointment-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_online-entertainment.-2188504752080694402..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_online-entertainment.-2188504752080694402..management_zone.tf
new file mode 100644
index 0000000..acc7c5c
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_online-entertainment.-2188504752080694402..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_online-entertainment" {
+ name = "CD_online-entertainment"
+ 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 = "online-entertainment"
+ }
+ }
+ }
+ }
+ 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 = "online-entertainment"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "online-entertainment"
+ }
+ }
+ }
+ }
+ 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 = "online-entertainment"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "online-entertainment"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_pdmmanager.-156429468485164726..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_pdmmanager.-156429468485164726..management_zone.tf
new file mode 100644
index 0000000..385f817
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_pdmmanager.-156429468485164726..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_pdmmanager" {
+ name = "CD_pdmmanager"
+ 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 = "pdmmanager"
+ }
+ }
+ }
+ }
+ 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 = "pdmmanager"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "pdmmanager"
+ }
+ }
+ }
+ }
+ 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 = "pdmmanager"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "pdmmanager"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_personal-data-service.-5869798444572368149..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_personal-data-service.-5869798444572368149..management_zone.tf
new file mode 100644
index 0000000..d1ac822
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_personal-data-service.-5869798444572368149..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_personal-data-service" {
+ name = "CD_personal-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 = "personal-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 = "personal-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 = "personal-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 = "personal-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 = "personal-data-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_pmuimapper-service.5799269877279631310..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_pmuimapper-service.5799269877279631310..management_zone.tf
new file mode 100644
index 0000000..f23a43c
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_pmuimapper-service.5799269877279631310..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_pmuimapper-service" {
+ name = "CD_pmuimapper-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 = "pmuimapper-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 = "pmuimapper-service"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "pmuimapper-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 = "pmuimapper-service"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "pmuimapper-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_private-charging-tariffs-composite-service.-5211583510761118238..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_private-charging-tariffs-composite-service.-5211583510761118238..management_zone.tf
new file mode 100644
index 0000000..e02685a
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_private-charging-tariffs-composite-service.-5211583510761118238..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_private-charging-tariffs-composite-service" {
+ name = "CD_private-charging-tariffs-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 = "private-charging-tariffs-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 = "private-charging-tariffs-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 = "private-charging-tariffs-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 = "private-charging-tariffs-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 = "private-charging-tariffs-composite-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_private-charging-tariffs-service.2486877234173158832..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_private-charging-tariffs-service.2486877234173158832..management_zone.tf
new file mode 100644
index 0000000..0123a8b
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_private-charging-tariffs-service.2486877234173158832..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_private-charging-tariffs-service" {
+ name = "CD_private-charging-tariffs-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 = "private-charging-tariffs-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 = "private-charging-tariffs-service"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "private-charging-tariffs-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 = "private-charging-tariffs-service"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "private-charging-tariffs-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_push-notification-service.2491728714846787854..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_push-notification-service.2491728714846787854..management_zone.tf
new file mode 100644
index 0000000..ef5b2ac
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_push-notification-service.2491728714846787854..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_push-notification-service" {
+ name = "CD_push-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 = "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 = "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 = "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 = "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 = "push-notification-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_push-notification-settings-composite-service.-2066803623641499053..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_push-notification-settings-composite-service.-2066803623641499053..management_zone.tf
new file mode 100644
index 0000000..b54a170
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_push-notification-settings-composite-service.-2066803623641499053..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_push-notification-settings-composite-service" {
+ name = "CD_push-notification-settings-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 = "push-notification-settings-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 = "push-notification-settings-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 = "push-notification-settings-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 = "push-notification-settings-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 = "push-notification-settings-composite-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_recall-analytics-service.3797586243365369391..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_recall-analytics-service.3797586243365369391..management_zone.tf
new file mode 100644
index 0000000..18f6a04
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_recall-analytics-service.3797586243365369391..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_recall-analytics-service" {
+ name = "CD_recall-analytics-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 = "recall-analytics-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 = "recall-analytics-service"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "recall-analytics-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 = "recall-analytics-service"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "recall-analytics-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_recall-client-service.8522662468308095794..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_recall-client-service.8522662468308095794..management_zone.tf
new file mode 100644
index 0000000..e8bab85
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_recall-client-service.8522662468308095794..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_recall-client-service" {
+ name = "CD_recall-client-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 = "recall-client-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 = "recall-client-service"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "recall-client-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 = "recall-client-service"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "recall-client-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_recall-handler-service.-6050555172529539605..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_recall-handler-service.-6050555172529539605..management_zone.tf
new file mode 100644
index 0000000..9a1dcb9
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_recall-handler-service.-6050555172529539605..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_recall-handler-service" {
+ name = "CD_recall-handler-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 = "recall-handler-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 = "recall-handler-service"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "recall-handler-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 = "recall-handler-service"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "recall-handler-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_recall-notification-service.3357098755062957648..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_recall-notification-service.3357098755062957648..management_zone.tf
new file mode 100644
index 0000000..862e776
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_recall-notification-service.3357098755062957648..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_recall-notification-service" {
+ name = "CD_recall-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 = "recall-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 = "recall-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 = "recall-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 = "recall-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 = "recall-notification-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_recall-scheduler-service.2789267684361766874..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_recall-scheduler-service.2789267684361766874..management_zone.tf
new file mode 100644
index 0000000..28255dd
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_recall-scheduler-service.2789267684361766874..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_recall-scheduler-service" {
+ name = "CD_recall-scheduler-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 = "recall-scheduler-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 = "recall-scheduler-service"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "recall-scheduler-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 = "recall-scheduler-service"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "recall-scheduler-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_recall-tcn-service.5865557553090724934..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_recall-tcn-service.5865557553090724934..management_zone.tf
new file mode 100644
index 0000000..10bca19
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_recall-tcn-service.5865557553090724934..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_recall-tcn-service" {
+ name = "CD_recall-tcn-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 = "recall-tcn-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 = "recall-tcn-service"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "recall-tcn-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 = "recall-tcn-service"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "recall-tcn-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_remote-360-composite-service.-7635995389339220770..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_remote-360-composite-service.-7635995389339220770..management_zone.tf
new file mode 100644
index 0000000..e095b43
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_remote-360-composite-service.-7635995389339220770..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_remote-360-composite-service" {
+ name = "CD_remote-360-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 = "remote-360-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 = "remote-360-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 = "remote-360-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 = "remote-360-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 = "remote-360-composite-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_remote-service-event-processor.-6613180934870175830..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_remote-service-event-processor.-6613180934870175830..management_zone.tf
new file mode 100644
index 0000000..65897db
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_remote-service-event-processor.-6613180934870175830..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_remote-service-event-processor" {
+ name = "CD_remote-service-event-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 = "remote-service-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 = "remote-service-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 = "remote-service-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 = "remote-service-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 = "remote-service-event-processor"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_remote-service.-8592600832842524161..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_remote-service.-8592600832842524161..management_zone.tf
new file mode 100644
index 0000000..c6e454f
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_remote-service.-8592600832842524161..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_remote-service" {
+ name = "CD_remote-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 = "remote-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 = "remote-service"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "remote-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 = "remote-service"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "remote-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_remote-software-upgrade.3344312991060217140..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_remote-software-upgrade.3344312991060217140..management_zone.tf
new file mode 100644
index 0000000..cf5a960
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_remote-software-upgrade.3344312991060217140..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_remote-software-upgrade" {
+ name = "CD_remote-software-upgrade"
+ 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 = "remote-software-upgrade"
+ }
+ }
+ }
+ }
+ 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 = "remote-software-upgrade"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "remote-software-upgrade"
+ }
+ }
+ }
+ }
+ 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 = "remote-software-upgrade"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "remote-software-upgrade"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_roadside-assistance-composite-service.-1115832180662592707..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_roadside-assistance-composite-service.-1115832180662592707..management_zone.tf
new file mode 100644
index 0000000..8506efc
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_roadside-assistance-composite-service.-1115832180662592707..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_roadside-assistance-composite-service" {
+ name = "CD_roadside-assistance-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 = "roadside-assistance-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 = "roadside-assistance-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 = "roadside-assistance-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 = "roadside-assistance-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 = "roadside-assistance-composite-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_roadside-assistance.46114594976216242..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_roadside-assistance.46114594976216242..management_zone.tf
new file mode 100644
index 0000000..d715933
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_roadside-assistance.46114594976216242..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_roadside-assistance" {
+ name = "CD_roadside-assistance"
+ 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 = "roadside-assistance"
+ }
+ }
+ }
+ }
+ 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 = "roadside-assistance"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "roadside-assistance"
+ }
+ }
+ }
+ }
+ 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 = "roadside-assistance"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "roadside-assistance"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_rsu-adapter.4974872442753979399..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_rsu-adapter.4974872442753979399..management_zone.tf
new file mode 100644
index 0000000..86847a6
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_rsu-adapter.4974872442753979399..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_rsu-adapter" {
+ name = "CD_rsu-adapter"
+ 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 = "rsu-adapter"
+ }
+ }
+ }
+ }
+ 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 = "rsu-adapter"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "rsu-adapter"
+ }
+ }
+ }
+ }
+ 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 = "rsu-adapter"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "rsu-adapter"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_rsu.-5249314341918312822..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_rsu.-5249314341918312822..management_zone.tf
new file mode 100644
index 0000000..68e5534
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_rsu.-5249314341918312822..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_rsu" {
+ name = "CD_rsu"
+ 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 = "rsu"
+ }
+ }
+ }
+ }
+ 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 = "rsu"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "rsu"
+ }
+ }
+ }
+ }
+ 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 = "rsu"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "rsu"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_rtti.-3219539803207924419..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_rtti.-3219539803207924419..management_zone.tf
new file mode 100644
index 0000000..db63fa2
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_rtti.-3219539803207924419..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_rtti" {
+ name = "CD_rtti"
+ 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 = "rtti"
+ }
+ }
+ }
+ }
+ 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 = "rtti"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "rtti"
+ }
+ }
+ }
+ }
+ 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 = "rtti"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "rtti"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_sbr.-6258191149278638298..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_sbr.-6258191149278638298..management_zone.tf
new file mode 100644
index 0000000..cd50f4a
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_sbr.-6258191149278638298..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_sbr" {
+ name = "CD_sbr"
+ 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 = "sbr"
+ }
+ }
+ }
+ }
+ 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 = "sbr"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "sbr"
+ }
+ }
+ }
+ }
+ 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 = "sbr"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "sbr"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_scb.-8226161712253414967..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_scb.-8226161712253414967..management_zone.tf
new file mode 100644
index 0000000..12b8d82
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_scb.-8226161712253414967..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_scb" {
+ name = "CD_scb"
+ 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 = "scb"
+ }
+ }
+ }
+ }
+ 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 = "scb"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "scb"
+ }
+ }
+ }
+ }
+ 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 = "scb"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "scb"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_scc.-1633958683594741030..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_scc.-1633958683594741030..management_zone.tf
new file mode 100644
index 0000000..8bc0a47
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_scc.-1633958683594741030..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_scc" {
+ name = "CD_scc"
+ 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 = "scc"
+ }
+ }
+ }
+ }
+ 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 = "scc"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "scc"
+ }
+ }
+ }
+ }
+ 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 = "scc"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "scc"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_scm-agentreg.-2200092601582411463..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_scm-agentreg.-2200092601582411463..management_zone.tf
new file mode 100644
index 0000000..15da919
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_scm-agentreg.-2200092601582411463..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_scm-agentreg" {
+ name = "CD_scm-agentreg"
+ 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 = "scm-agentreg"
+ }
+ }
+ }
+ }
+ 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 = "scm-agentreg"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "scm-agentreg"
+ }
+ }
+ }
+ }
+ 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 = "scm-agentreg"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "scm-agentreg"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_scm-scm.-6013854588466847436..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_scm-scm.-6013854588466847436..management_zone.tf
new file mode 100644
index 0000000..d6cabc4
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_scm-scm.-6013854588466847436..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_scm-scm" {
+ name = "CD_scm-scm"
+ 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 = "scm-scm"
+ }
+ }
+ }
+ }
+ 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 = "scm-scm"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "scm-scm"
+ }
+ }
+ }
+ }
+ 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 = "scm-scm"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "scm-scm"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_scma-backend.1658551003314348396..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_scma-backend.1658551003314348396..management_zone.tf
new file mode 100644
index 0000000..77614a1
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_scma-backend.1658551003314348396..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_scma-backend" {
+ name = "CD_scma-backend"
+ 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 = "scma-backend"
+ }
+ }
+ }
+ }
+ 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 = "scma-backend"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "scma-backend"
+ }
+ }
+ }
+ }
+ 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 = "scma-backend"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "scma-backend"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_seam-event-consumer.-705052569401216697..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_seam-event-consumer.-705052569401216697..management_zone.tf
new file mode 100644
index 0000000..266ce2c
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_seam-event-consumer.-705052569401216697..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_seam-event-consumer" {
+ name = "CD_seam-event-consumer"
+ 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 = "seam-event-consumer"
+ }
+ }
+ }
+ }
+ 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 = "seam-event-consumer"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "seam-event-consumer"
+ }
+ }
+ }
+ }
+ 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 = "seam-event-consumer"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "seam-event-consumer"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_seam-event-producer.-6289044499667207502..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_seam-event-producer.-6289044499667207502..management_zone.tf
new file mode 100644
index 0000000..e7ff4af
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_seam-event-producer.-6289044499667207502..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_seam-event-producer" {
+ name = "CD_seam-event-producer"
+ 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 = "seam-event-producer"
+ }
+ }
+ }
+ }
+ 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 = "seam-event-producer"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "seam-event-producer"
+ }
+ }
+ }
+ }
+ 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 = "seam-event-producer"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "seam-event-producer"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_search-composite-service.-8902327479536667123..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_search-composite-service.-8902327479536667123..management_zone.tf
new file mode 100644
index 0000000..95a7625
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_search-composite-service.-8902327479536667123..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_search-composite-service" {
+ name = "CD_search-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 = "search-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 = "search-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 = "search-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 = "search-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 = "search-composite-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_send-to-car-service.-1406241950085454338..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_send-to-car-service.-1406241950085454338..management_zone.tf
new file mode 100644
index 0000000..7555f73
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_send-to-car-service.-1406241950085454338..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_send-to-car-service" {
+ name = "CD_send-to-car-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 = "send-to-car-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 = "send-to-car-service"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "send-to-car-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 = "send-to-car-service"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "send-to-car-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_service-manager.5257693245064006362..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_service-manager.5257693245064006362..management_zone.tf
new file mode 100644
index 0000000..698d04d
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_service-manager.5257693245064006362..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_service-manager" {
+ name = "CD_service-manager"
+ 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-manager"
+ }
+ }
+ }
+ }
+ 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-manager"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "service-manager"
+ }
+ }
+ }
+ }
+ 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-manager"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "service-manager"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_service-notification-service.3772015827568746420..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_service-notification-service.3772015827568746420..management_zone.tf
new file mode 100644
index 0000000..6a82f95
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_service-notification-service.3772015827568746420..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_service-notification-service" {
+ name = "CD_service-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 = "service-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 = "service-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 = "service-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 = "service-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 = "service-notification-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_sfa-fre.-2779709996263365125..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_sfa-fre.-2779709996263365125..management_zone.tf
new file mode 100644
index 0000000..423d56d
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_sfa-fre.-2779709996263365125..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_sfa-fre" {
+ name = "CD_sfa-fre"
+ 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 = "sfa-fre"
+ }
+ }
+ }
+ }
+ 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 = "sfa-fre"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "sfa-fre"
+ }
+ }
+ }
+ }
+ 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 = "sfa-fre"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "sfa-fre"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_sfa-ota.5982925318220436329..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_sfa-ota.5982925318220436329..management_zone.tf
new file mode 100644
index 0000000..0c7daf6
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_sfa-ota.5982925318220436329..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_sfa-ota" {
+ name = "CD_sfa-ota"
+ 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 = "sfa-ota"
+ }
+ }
+ }
+ }
+ 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 = "sfa-ota"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "sfa-ota"
+ }
+ }
+ }
+ }
+ 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 = "sfa-ota"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "sfa-ota"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_sfa-ts.670242093097503433..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_sfa-ts.670242093097503433..management_zone.tf
new file mode 100644
index 0000000..d4a7107
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_sfa-ts.670242093097503433..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_sfa-ts" {
+ name = "CD_sfa-ts"
+ 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 = "sfa-ts"
+ }
+ }
+ }
+ }
+ 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 = "sfa-ts"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "sfa-ts"
+ }
+ }
+ }
+ }
+ 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 = "sfa-ts"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "sfa-ts"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_sfa-vs.7876609861723293539..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_sfa-vs.7876609861723293539..management_zone.tf
new file mode 100644
index 0000000..d8e1287
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_sfa-vs.7876609861723293539..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_sfa-vs" {
+ name = "CD_sfa-vs"
+ 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 = "sfa-vs"
+ }
+ }
+ }
+ }
+ 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 = "sfa-vs"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "sfa-vs"
+ }
+ }
+ }
+ }
+ 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 = "sfa-vs"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "sfa-vs"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_sfa.-2009685042850936658..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_sfa.-2009685042850936658..management_zone.tf
new file mode 100644
index 0000000..0c3910f
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_sfa.-2009685042850936658..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_sfa" {
+ name = "CD_sfa"
+ 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 = "sfa"
+ }
+ }
+ }
+ }
+ 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 = "sfa"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "sfa"
+ }
+ }
+ }
+ }
+ 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 = "sfa"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "sfa"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_smart-access-order-service.8925843135515113505..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_smart-access-order-service.8925843135515113505..management_zone.tf
new file mode 100644
index 0000000..6b3360a
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_smart-access-order-service.8925843135515113505..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_smart-access-order-service" {
+ name = "CD_smart-access-order-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 = "smart-access-order-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 = "smart-access-order-service"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "smart-access-order-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 = "smart-access-order-service"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "smart-access-order-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_smc2-bl.2228363312078773864..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_smc2-bl.2228363312078773864..management_zone.tf
new file mode 100644
index 0000000..a204569
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_smc2-bl.2228363312078773864..management_zone.tf
@@ -0,0 +1,114 @@
+resource "dynatrace_management_zone" "CD_smc2-bl" {
+ name = "CD_smc2-bl"
+ 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 = "smc2-bl"
+ }
+ }
+ }
+ }
+ 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 = "smc2-bl"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "smc2-bl"
+ }
+ }
+ }
+ }
+ 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 = "smc2-bl"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "smc2-bl"
+ }
+ }
+ }
+ 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 = "smc2-bl"
+ }
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_smc2-key-trk.-2891055759702142212..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_smc2-key-trk.-2891055759702142212..management_zone.tf
new file mode 100644
index 0000000..d81efb8
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_smc2-key-trk.-2891055759702142212..management_zone.tf
@@ -0,0 +1,114 @@
+resource "dynatrace_management_zone" "CD_smc2-key-trk" {
+ name = "CD_smc2-key-trk"
+ 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 = "smc2-key-trk"
+ }
+ }
+ }
+ }
+ 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 = "smc2-key-trk"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "smc2-key-trk"
+ }
+ }
+ }
+ }
+ 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 = "smc2-key-trk"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "smc2-key-trk"
+ }
+ }
+ }
+ 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 = "smc2-key-trk"
+ }
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_smc2-ops.-8492778620176370345..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_smc2-ops.-8492778620176370345..management_zone.tf
new file mode 100644
index 0000000..d24d375
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_smc2-ops.-8492778620176370345..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_smc2-ops" {
+ name = "CD_smc2-ops"
+ 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 = "smc2-ops"
+ }
+ }
+ }
+ }
+ 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 = "smc2-ops"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "smc2-ops"
+ }
+ }
+ }
+ }
+ 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 = "smc2-ops"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "smc2-ops"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_smc2-rt.-7966244513986779017..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_smc2-rt.-7966244513986779017..management_zone.tf
new file mode 100644
index 0000000..5e26556
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_smc2-rt.-7966244513986779017..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_smc2-rt" {
+ name = "CD_smc2-rt"
+ 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 = "smc2-rt"
+ }
+ }
+ }
+ }
+ 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 = "smc2-rt"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "smc2-rt"
+ }
+ }
+ }
+ }
+ 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 = "smc2-rt"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "smc2-rt"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_sms-email-adapter-service.-8977015620553252616..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_sms-email-adapter-service.-8977015620553252616..management_zone.tf
new file mode 100644
index 0000000..5d6975d
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_sms-email-adapter-service.-8977015620553252616..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_sms-email-adapter-service" {
+ name = "CD_sms-email-adapter-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 = "sms-email-adapter-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 = "sms-email-adapter-service"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "sms-email-adapter-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 = "sms-email-adapter-service"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "sms-email-adapter-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_srmanager.6237970573590379302..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_srmanager.6237970573590379302..management_zone.tf
new file mode 100644
index 0000000..4049173
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_srmanager.6237970573590379302..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_srmanager" {
+ name = "CD_srmanager"
+ 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 = "srmanager"
+ }
+ }
+ }
+ }
+ 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 = "srmanager"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "srmanager"
+ }
+ }
+ }
+ }
+ 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 = "srmanager"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "srmanager"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_stm.1748000559316717118..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_stm.1748000559316717118..management_zone.tf
new file mode 100644
index 0000000..63b3f36
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_stm.1748000559316717118..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_stm" {
+ name = "CD_stm"
+ 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 = "stm"
+ }
+ }
+ }
+ }
+ 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 = "stm"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "stm"
+ }
+ }
+ }
+ }
+ 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 = "stm"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "stm"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_svcinfo.-8815130119677366073..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_svcinfo.-8815130119677366073..management_zone.tf
new file mode 100644
index 0000000..dc2e3be
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_svcinfo.-8815130119677366073..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_svcinfo" {
+ name = "CD_svcinfo"
+ 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 = "svcinfo"
+ }
+ }
+ }
+ }
+ 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 = "svcinfo"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "svcinfo"
+ }
+ }
+ }
+ }
+ 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 = "svcinfo"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "svcinfo"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_timer-service.-6137287057127596271..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_timer-service.-6137287057127596271..management_zone.tf
new file mode 100644
index 0000000..6978462
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_timer-service.-6137287057127596271..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_timer-service" {
+ name = "CD_timer-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 = "timer-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 = "timer-service"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "timer-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 = "timer-service"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "timer-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_timers-processor.-1204181947748313729..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_timers-processor.-1204181947748313729..management_zone.tf
new file mode 100644
index 0000000..e133d81
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_timers-processor.-1204181947748313729..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_timers-processor" {
+ name = "CD_timers-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 = "timers-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 = "timers-processor"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "timers-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 = "timers-processor"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "timers-processor"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_token-exchanger-service.2472898803915005617..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_token-exchanger-service.2472898803915005617..management_zone.tf
new file mode 100644
index 0000000..550a9cd
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_token-exchanger-service.2472898803915005617..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_token-exchanger-service" {
+ name = "CD_token-exchanger-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 = "token-exchanger-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 = "token-exchanger-service"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "token-exchanger-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 = "token-exchanger-service"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "token-exchanger-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_tol-mgu.3857563014711089928..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_tol-mgu.3857563014711089928..management_zone.tf
new file mode 100644
index 0000000..1db9e4f
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_tol-mgu.3857563014711089928..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_tol-mgu" {
+ name = "CD_tol-mgu"
+ 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 = "tol-mgu"
+ }
+ }
+ }
+ }
+ 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 = "tol-mgu"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "tol-mgu"
+ }
+ }
+ }
+ }
+ 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 = "tol-mgu"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "tol-mgu"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_tol-tssb.-7512073509502205738..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_tol-tssb.-7512073509502205738..management_zone.tf
new file mode 100644
index 0000000..e484ce4
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_tol-tssb.-7512073509502205738..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_tol-tssb" {
+ name = "CD_tol-tssb"
+ 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 = "tol-tssb"
+ }
+ }
+ }
+ }
+ 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 = "tol-tssb"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "tol-tssb"
+ }
+ }
+ }
+ }
+ 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 = "tol-tssb"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "tol-tssb"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_tol.-7516522908294698690..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_tol.-7516522908294698690..management_zone.tf
new file mode 100644
index 0000000..d077a33
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_tol.-7516522908294698690..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_tol" {
+ name = "CD_tol"
+ 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 = "tol"
+ }
+ }
+ }
+ }
+ 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 = "tol"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "tol"
+ }
+ }
+ }
+ }
+ 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 = "tol"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "tol"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_trip-change-processor.-1636363340970029625..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_trip-change-processor.-1636363340970029625..management_zone.tf
new file mode 100644
index 0000000..942f1fb
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_trip-change-processor.-1636363340970029625..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_trip-change-processor" {
+ name = "CD_trip-change-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 = "trip-change-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 = "trip-change-processor"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "trip-change-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 = "trip-change-processor"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "trip-change-processor"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_trip-cleanup-app-service.-3487817013971232940..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_trip-cleanup-app-service.-3487817013971232940..management_zone.tf
new file mode 100644
index 0000000..384c49f
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_trip-cleanup-app-service.-3487817013971232940..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_trip-cleanup-app-service" {
+ name = "CD_trip-cleanup-app-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 = "trip-cleanup-app-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 = "trip-cleanup-app-service"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "trip-cleanup-app-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 = "trip-cleanup-app-service"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "trip-cleanup-app-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_trip-monitor-service.-3435599000471094320..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_trip-monitor-service.-3435599000471094320..management_zone.tf
new file mode 100644
index 0000000..fa74220
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_trip-monitor-service.-3435599000471094320..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_trip-monitor-service" {
+ name = "CD_trip-monitor-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 = "trip-monitor-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 = "trip-monitor-service"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "trip-monitor-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 = "trip-monitor-service"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "trip-monitor-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_trip-reminder-processor.6312603756569057726..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_trip-reminder-processor.6312603756569057726..management_zone.tf
new file mode 100644
index 0000000..705d4dc
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_trip-reminder-processor.6312603756569057726..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_trip-reminder-processor" {
+ name = "CD_trip-reminder-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 = "trip-reminder-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 = "trip-reminder-processor"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "trip-reminder-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 = "trip-reminder-processor"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "trip-reminder-processor"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_trip-route-service.-2619692944278089863..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_trip-route-service.-2619692944278089863..management_zone.tf
new file mode 100644
index 0000000..bd2a63f
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_trip-route-service.-2619692944278089863..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_trip-route-service" {
+ name = "CD_trip-route-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 = "trip-route-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 = "trip-route-service"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "trip-route-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 = "trip-route-service"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "trip-route-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_trip-service.6794316792063710932..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_trip-service.6794316792063710932..management_zone.tf
new file mode 100644
index 0000000..c2e3276
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_trip-service.6794316792063710932..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_trip-service" {
+ name = "CD_trip-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 = "trip-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 = "trip-service"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "trip-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 = "trip-service"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "trip-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_ts-bcallservice.-3440958503845572911..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_ts-bcallservice.-3440958503845572911..management_zone.tf
new file mode 100644
index 0000000..37a6f1f
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_ts-bcallservice.-3440958503845572911..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_ts-bcallservice" {
+ name = "CD_ts-bcallservice"
+ 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 = "ts-bcallservice"
+ }
+ }
+ }
+ }
+ 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 = "ts-bcallservice"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "ts-bcallservice"
+ }
+ }
+ }
+ }
+ 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 = "ts-bcallservice"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "ts-bcallservice"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_ts-bt.2116716187718300774..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_ts-bt.2116716187718300774..management_zone.tf
new file mode 100644
index 0000000..b81e9d8
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_ts-bt.2116716187718300774..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_ts-bt" {
+ name = "CD_ts-bt"
+ 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 = "ts-bt"
+ }
+ }
+ }
+ }
+ 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 = "ts-bt"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "ts-bt"
+ }
+ }
+ }
+ }
+ 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 = "ts-bt"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "ts-bt"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_ts-bti.-5273930433361781004..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_ts-bti.-5273930433361781004..management_zone.tf
new file mode 100644
index 0000000..814ddc6
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_ts-bti.-5273930433361781004..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_ts-bti" {
+ name = "CD_ts-bti"
+ 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 = "ts-bti"
+ }
+ }
+ }
+ }
+ 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 = "ts-bti"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "ts-bti"
+ }
+ }
+ }
+ }
+ 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 = "ts-bti"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "ts-bti"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_ts-cas-spm.-8261459735630992973..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_ts-cas-spm.-8261459735630992973..management_zone.tf
new file mode 100644
index 0000000..07446a8
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_ts-cas-spm.-8261459735630992973..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_ts-cas-spm" {
+ name = "CD_ts-cas-spm"
+ 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 = "ts-cas-spm"
+ }
+ }
+ }
+ }
+ 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 = "ts-cas-spm"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "ts-cas-spm"
+ }
+ }
+ }
+ }
+ 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 = "ts-cas-spm"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "ts-cas-spm"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_ts-cas-stm.-4003846334862443834..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_ts-cas-stm.-4003846334862443834..management_zone.tf
new file mode 100644
index 0000000..4fc3131
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_ts-cas-stm.-4003846334862443834..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_ts-cas-stm" {
+ name = "CD_ts-cas-stm"
+ 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 = "ts-cas-stm"
+ }
+ }
+ }
+ }
+ 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 = "ts-cas-stm"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "ts-cas-stm"
+ }
+ }
+ }
+ }
+ 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 = "ts-cas-stm"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "ts-cas-stm"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_ts-datadispatcher.-214928697454538672..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_ts-datadispatcher.-214928697454538672..management_zone.tf
new file mode 100644
index 0000000..d49d93b
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_ts-datadispatcher.-214928697454538672..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_ts-datadispatcher" {
+ name = "CD_ts-datadispatcher"
+ 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 = "ts-datadispatcher"
+ }
+ }
+ }
+ }
+ 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 = "ts-datadispatcher"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "ts-datadispatcher"
+ }
+ }
+ }
+ }
+ 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 = "ts-datadispatcher"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "ts-datadispatcher"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_ts-diagservice.-6851611601553068903..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_ts-diagservice.-6851611601553068903..management_zone.tf
new file mode 100644
index 0000000..99c4145
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_ts-diagservice.-6851611601553068903..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_ts-diagservice" {
+ name = "CD_ts-diagservice"
+ 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 = "ts-diagservice"
+ }
+ }
+ }
+ }
+ 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 = "ts-diagservice"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "ts-diagservice"
+ }
+ }
+ }
+ }
+ 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 = "ts-diagservice"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "ts-diagservice"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_ts-eshad.-5943418555153993001..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_ts-eshad.-5943418555153993001..management_zone.tf
new file mode 100644
index 0000000..f155be7
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_ts-eshad.-5943418555153993001..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_ts-eshad" {
+ name = "CD_ts-eshad"
+ 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 = "ts-eshad"
+ }
+ }
+ }
+ }
+ 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 = "ts-eshad"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "ts-eshad"
+ }
+ }
+ }
+ }
+ 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 = "ts-eshad"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "ts-eshad"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_ts-message-receiver.8942190779928556172..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_ts-message-receiver.8942190779928556172..management_zone.tf
new file mode 100644
index 0000000..c5f579e
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_ts-message-receiver.8942190779928556172..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_ts-message-receiver" {
+ name = "CD_ts-message-receiver"
+ 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 = "ts-message-receiver"
+ }
+ }
+ }
+ }
+ 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 = "ts-message-receiver"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "ts-message-receiver"
+ }
+ }
+ }
+ }
+ 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 = "ts-message-receiver"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "ts-message-receiver"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_ts-pdmupdater.2209945008905404385..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_ts-pdmupdater.2209945008905404385..management_zone.tf
new file mode 100644
index 0000000..c83218b
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_ts-pdmupdater.2209945008905404385..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_ts-pdmupdater" {
+ name = "CD_ts-pdmupdater"
+ 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 = "ts-pdmupdater"
+ }
+ }
+ }
+ }
+ 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 = "ts-pdmupdater"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "ts-pdmupdater"
+ }
+ }
+ }
+ }
+ 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 = "ts-pdmupdater"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "ts-pdmupdater"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_ts-pservice.4907951848187910230..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_ts-pservice.4907951848187910230..management_zone.tf
new file mode 100644
index 0000000..df08887
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_ts-pservice.4907951848187910230..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_ts-pservice" {
+ name = "CD_ts-pservice"
+ 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 = "ts-pservice"
+ }
+ }
+ }
+ }
+ 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 = "ts-pservice"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "ts-pservice"
+ }
+ }
+ }
+ }
+ 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 = "ts-pservice"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "ts-pservice"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_ts-remotediagnosis.-1396964481465929461..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_ts-remotediagnosis.-1396964481465929461..management_zone.tf
new file mode 100644
index 0000000..c9f9c54
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_ts-remotediagnosis.-1396964481465929461..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_ts-remotediagnosis" {
+ name = "CD_ts-remotediagnosis"
+ 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 = "ts-remotediagnosis"
+ }
+ }
+ }
+ }
+ 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 = "ts-remotediagnosis"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "ts-remotediagnosis"
+ }
+ }
+ }
+ }
+ 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 = "ts-remotediagnosis"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "ts-remotediagnosis"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_ts-rsurservice.8119874633790636397..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_ts-rsurservice.8119874633790636397..management_zone.tf
new file mode 100644
index 0000000..fd8b19e
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_ts-rsurservice.8119874633790636397..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_ts-rsurservice" {
+ name = "CD_ts-rsurservice"
+ 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 = "ts-rsurservice"
+ }
+ }
+ }
+ }
+ 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 = "ts-rsurservice"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "ts-rsurservice"
+ }
+ }
+ }
+ }
+ 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 = "ts-rsurservice"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "ts-rsurservice"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_ts-rtcadapter.-1184749760203224714..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_ts-rtcadapter.-1184749760203224714..management_zone.tf
new file mode 100644
index 0000000..0589eed
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_ts-rtcadapter.-1184749760203224714..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_ts-rtcadapter" {
+ name = "CD_ts-rtcadapter"
+ 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 = "ts-rtcadapter"
+ }
+ }
+ }
+ }
+ 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 = "ts-rtcadapter"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "ts-rtcadapter"
+ }
+ }
+ }
+ }
+ 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 = "ts-rtcadapter"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "ts-rtcadapter"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_ts-rtchandler.-3391554374807265844..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_ts-rtchandler.-3391554374807265844..management_zone.tf
new file mode 100644
index 0000000..67dcf70
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_ts-rtchandler.-3391554374807265844..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_ts-rtchandler" {
+ name = "CD_ts-rtchandler"
+ 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 = "ts-rtchandler"
+ }
+ }
+ }
+ }
+ 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 = "ts-rtchandler"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "ts-rtchandler"
+ }
+ }
+ }
+ }
+ 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 = "ts-rtchandler"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "ts-rtchandler"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_ts-rtcservice.1728583511228313897..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_ts-rtcservice.1728583511228313897..management_zone.tf
new file mode 100644
index 0000000..07ef2b0
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_ts-rtcservice.1728583511228313897..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_ts-rtcservice" {
+ name = "CD_ts-rtcservice"
+ 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 = "ts-rtcservice"
+ }
+ }
+ }
+ }
+ 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 = "ts-rtcservice"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "ts-rtcservice"
+ }
+ }
+ }
+ }
+ 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 = "ts-rtcservice"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "ts-rtcservice"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_ts-scallservice.-464675131828532576..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_ts-scallservice.-464675131828532576..management_zone.tf
new file mode 100644
index 0000000..f609e9a
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_ts-scallservice.-464675131828532576..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_ts-scallservice" {
+ name = "CD_ts-scallservice"
+ 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 = "ts-scallservice"
+ }
+ }
+ }
+ }
+ 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 = "ts-scallservice"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "ts-scallservice"
+ }
+ }
+ }
+ }
+ 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 = "ts-scallservice"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "ts-scallservice"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_ts-tsbgam.1243771507483088038..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_ts-tsbgam.1243771507483088038..management_zone.tf
new file mode 100644
index 0000000..1479ab2
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_ts-tsbgam.1243771507483088038..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_ts-tsbgam" {
+ name = "CD_ts-tsbgam"
+ 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 = "ts-tsbgam"
+ }
+ }
+ }
+ }
+ 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 = "ts-tsbgam"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "ts-tsbgam"
+ }
+ }
+ }
+ }
+ 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 = "ts-tsbgam"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "ts-tsbgam"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_ts-tsbgservice.2106969274547463714..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_ts-tsbgservice.2106969274547463714..management_zone.tf
new file mode 100644
index 0000000..da9256a
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_ts-tsbgservice.2106969274547463714..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_ts-tsbgservice" {
+ name = "CD_ts-tsbgservice"
+ 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 = "ts-tsbgservice"
+ }
+ }
+ }
+ }
+ 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 = "ts-tsbgservice"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "ts-tsbgservice"
+ }
+ }
+ }
+ }
+ 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 = "ts-tsbgservice"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "ts-tsbgservice"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_ts-tsp.6880487254149934188..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_ts-tsp.6880487254149934188..management_zone.tf
new file mode 100644
index 0000000..275bcef
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_ts-tsp.6880487254149934188..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_ts-tsp" {
+ name = "CD_ts-tsp"
+ 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 = "ts-tsp"
+ }
+ }
+ }
+ }
+ 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 = "ts-tsp"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "ts-tsp"
+ }
+ }
+ }
+ }
+ 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 = "ts-tsp"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "ts-tsp"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_ts-wlupdater.2011744672945135226..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_ts-wlupdater.2011744672945135226..management_zone.tf
new file mode 100644
index 0000000..33f3dd8
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_ts-wlupdater.2011744672945135226..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_ts-wlupdater" {
+ name = "CD_ts-wlupdater"
+ 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 = "ts-wlupdater"
+ }
+ }
+ }
+ }
+ 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 = "ts-wlupdater"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "ts-wlupdater"
+ }
+ }
+ }
+ }
+ 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 = "ts-wlupdater"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "ts-wlupdater"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_tscs.-160525691340029159..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_tscs.-160525691340029159..management_zone.tf
new file mode 100644
index 0000000..0e8f37b
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_tscs.-160525691340029159..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_tscs" {
+ name = "CD_tscs"
+ 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 = "tscs"
+ }
+ }
+ }
+ }
+ 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 = "tscs"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "tscs"
+ }
+ }
+ }
+ }
+ 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 = "tscs"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "tscs"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_tsmb.-8131959358977252437..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_tsmb.-8131959358977252437..management_zone.tf
new file mode 100644
index 0000000..00c0683
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_tsmb.-8131959358977252437..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_tsmb" {
+ name = "CD_tsmb"
+ 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 = "tsmb"
+ }
+ }
+ }
+ }
+ 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 = "tsmb"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "tsmb"
+ }
+ }
+ }
+ }
+ 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 = "tsmb"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "tsmb"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_tsr-cmr.-688422281186010970..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_tsr-cmr.-688422281186010970..management_zone.tf
new file mode 100644
index 0000000..ccb83b5
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_tsr-cmr.-688422281186010970..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_tsr-cmr" {
+ name = "CD_tsr-cmr"
+ 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 = "tsr-cmr"
+ }
+ }
+ }
+ }
+ 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 = "tsr-cmr"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "tsr-cmr"
+ }
+ }
+ }
+ }
+ 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 = "tsr-cmr"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "tsr-cmr"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_tsr-dd.-5534381493737197118..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_tsr-dd.-5534381493737197118..management_zone.tf
new file mode 100644
index 0000000..cc7c60f
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_tsr-dd.-5534381493737197118..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_tsr-dd" {
+ name = "CD_tsr-dd"
+ 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 = "tsr-dd"
+ }
+ }
+ }
+ }
+ 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 = "tsr-dd"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "tsr-dd"
+ }
+ }
+ }
+ }
+ 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 = "tsr-dd"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "tsr-dd"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_tsr-vu.-4286479403216664835..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_tsr-vu.-4286479403216664835..management_zone.tf
new file mode 100644
index 0000000..ecefd37
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_tsr-vu.-4286479403216664835..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_tsr-vu" {
+ name = "CD_tsr-vu"
+ 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 = "tsr-vu"
+ }
+ }
+ }
+ }
+ 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 = "tsr-vu"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "tsr-vu"
+ }
+ }
+ }
+ }
+ 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 = "tsr-vu"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "tsr-vu"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_tsrservice.-4712284468125873599..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_tsrservice.-4712284468125873599..management_zone.tf
new file mode 100644
index 0000000..1d1d5fe
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_tsrservice.-4712284468125873599..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_tsrservice" {
+ name = "CD_tsrservice"
+ 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 = "tsrservice"
+ }
+ }
+ }
+ }
+ 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 = "tsrservice"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "tsrservice"
+ }
+ }
+ }
+ }
+ 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 = "tsrservice"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "tsrservice"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_user-activity-service.7524486573325634721..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_user-activity-service.7524486573325634721..management_zone.tf
new file mode 100644
index 0000000..562ee65
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_user-activity-service.7524486573325634721..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_user-activity-service" {
+ name = "CD_user-activity-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 = "user-activity-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 = "user-activity-service"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "user-activity-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 = "user-activity-service"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "user-activity-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_user-attributes-service.5659820862934834132..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_user-attributes-service.5659820862934834132..management_zone.tf
new file mode 100644
index 0000000..44a237b
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_user-attributes-service.5659820862934834132..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_user-attributes-service" {
+ name = "CD_user-attributes-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 = "user-attributes-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 = "user-attributes-service"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "user-attributes-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 = "user-attributes-service"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "user-attributes-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_user-composite-service.-2136681634610104275..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_user-composite-service.-2136681634610104275..management_zone.tf
new file mode 100644
index 0000000..002c59b
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_user-composite-service.-2136681634610104275..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_user-composite-service" {
+ name = "CD_user-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 = "user-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 = "user-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 = "user-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 = "user-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 = "user-composite-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_user-delete-service.2783843045311786472..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_user-delete-service.2783843045311786472..management_zone.tf
new file mode 100644
index 0000000..9ca670d
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_user-delete-service.2783843045311786472..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_user-delete-service" {
+ name = "CD_user-delete-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 = "user-delete-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 = "user-delete-service"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "user-delete-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 = "user-delete-service"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "user-delete-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_user-position-service.-3524077140818801706..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_user-position-service.-3524077140818801706..management_zone.tf
new file mode 100644
index 0000000..2972ba0
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_user-position-service.-3524077140818801706..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_user-position-service" {
+ name = "CD_user-position-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 = "user-position-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 = "user-position-service"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "user-position-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 = "user-position-service"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "user-position-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_user-profile-service.-6280192777790291017..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_user-profile-service.-6280192777790291017..management_zone.tf
new file mode 100644
index 0000000..b8f0334
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_user-profile-service.-6280192777790291017..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_user-profile-service" {
+ name = "CD_user-profile-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 = "user-profile-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 = "user-profile-service"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "user-profile-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 = "user-profile-service"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "user-profile-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_usid-filter-service.-192582546746005275..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_usid-filter-service.-192582546746005275..management_zone.tf
new file mode 100644
index 0000000..1e8f6b2
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_usid-filter-service.-192582546746005275..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_usid-filter-service" {
+ name = "CD_usid-filter-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 = "usid-filter-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 = "usid-filter-service"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "usid-filter-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 = "usid-filter-service"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "usid-filter-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_vehicle-composite-service.3588325415984644908..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_vehicle-composite-service.3588325415984644908..management_zone.tf
new file mode 100644
index 0000000..fa6d0e3
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_vehicle-composite-service.3588325415984644908..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_vehicle-composite-service" {
+ name = "CD_vehicle-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 = "vehicle-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 = "vehicle-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 = "vehicle-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 = "vehicle-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 = "vehicle-composite-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_vehicle-features-service.-4629098788625331031..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_vehicle-features-service.-4629098788625331031..management_zone.tf
new file mode 100644
index 0000000..fb358fa
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_vehicle-features-service.-4629098788625331031..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_vehicle-features-service" {
+ name = "CD_vehicle-features-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 = "vehicle-features-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 = "vehicle-features-service"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "vehicle-features-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 = "vehicle-features-service"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "vehicle-features-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_vehicle-list-proxy-service.-1473058620267078394..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_vehicle-list-proxy-service.-1473058620267078394..management_zone.tf
new file mode 100644
index 0000000..b185f5f
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_vehicle-list-proxy-service.-1473058620267078394..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_vehicle-list-proxy-service" {
+ name = "CD_vehicle-list-proxy-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 = "vehicle-list-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 = "vehicle-list-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 = "vehicle-list-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 = "vehicle-list-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 = "vehicle-list-proxy-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_vehicle-mapping-composite-service.-3770775444771220305..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_vehicle-mapping-composite-service.-3770775444771220305..management_zone.tf
new file mode 100644
index 0000000..e8da521
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_vehicle-mapping-composite-service.-3770775444771220305..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_vehicle-mapping-composite-service" {
+ name = "CD_vehicle-mapping-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 = "vehicle-mapping-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 = "vehicle-mapping-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 = "vehicle-mapping-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 = "vehicle-mapping-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 = "vehicle-mapping-composite-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_vehicle-mapping-service.-5786039945021962186..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_vehicle-mapping-service.-5786039945021962186..management_zone.tf
new file mode 100644
index 0000000..5d00b1d
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_vehicle-mapping-service.-5786039945021962186..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_vehicle-mapping-service" {
+ name = "CD_vehicle-mapping-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 = "vehicle-mapping-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 = "vehicle-mapping-service"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "vehicle-mapping-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 = "vehicle-mapping-service"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "vehicle-mapping-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_vehicle-remote-commands-composite-service.-4462354815142253164..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_vehicle-remote-commands-composite-service.-4462354815142253164..management_zone.tf
new file mode 100644
index 0000000..068b08e
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_vehicle-remote-commands-composite-service.-4462354815142253164..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_vehicle-remote-commands-composite-service" {
+ name = "CD_vehicle-remote-commands-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 = "vehicle-remote-commands-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 = "vehicle-remote-commands-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 = "vehicle-remote-commands-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 = "vehicle-remote-commands-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 = "vehicle-remote-commands-composite-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_vehicle-service-alert.1565629517762195807..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_vehicle-service-alert.1565629517762195807..management_zone.tf
new file mode 100644
index 0000000..5df091f
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_vehicle-service-alert.1565629517762195807..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_vehicle-service-alert" {
+ name = "CD_vehicle-service-alert"
+ 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 = "vehicle-service-alert"
+ }
+ }
+ }
+ }
+ 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 = "vehicle-service-alert"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "vehicle-service-alert"
+ }
+ }
+ }
+ }
+ 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 = "vehicle-service-alert"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "vehicle-service-alert"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_vehicle-service-background.7139512845863327483..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_vehicle-service-background.7139512845863327483..management_zone.tf
new file mode 100644
index 0000000..46b2639
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_vehicle-service-background.7139512845863327483..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_vehicle-service-background" {
+ name = "CD_vehicle-service-background"
+ 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 = "vehicle-service-background"
+ }
+ }
+ }
+ }
+ 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 = "vehicle-service-background"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "vehicle-service-background"
+ }
+ }
+ }
+ }
+ 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 = "vehicle-service-background"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "vehicle-service-background"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_vehicle-service-staging.8439430533353830924..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_vehicle-service-staging.8439430533353830924..management_zone.tf
new file mode 100644
index 0000000..9046aa4
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_vehicle-service-staging.8439430533353830924..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_vehicle-service-staging" {
+ name = "CD_vehicle-service-staging"
+ 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 = "vehicle-service-staging"
+ }
+ }
+ }
+ }
+ 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 = "vehicle-service-staging"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "vehicle-service-staging"
+ }
+ }
+ }
+ }
+ 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 = "vehicle-service-staging"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "vehicle-service-staging"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_vehicle-service.3832313249744862960..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_vehicle-service.3832313249744862960..management_zone.tf
new file mode 100644
index 0000000..81b3bda
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_vehicle-service.3832313249744862960..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_vehicle-service" {
+ name = "CD_vehicle-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 = "vehicle-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 = "vehicle-service"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "vehicle-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 = "vehicle-service"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "vehicle-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_vehicle-shadow-event-processor.-4542920330127251082..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_vehicle-shadow-event-processor.-4542920330127251082..management_zone.tf
new file mode 100644
index 0000000..d291dcb
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_vehicle-shadow-event-processor.-4542920330127251082..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_vehicle-shadow-event-processor" {
+ name = "CD_vehicle-shadow-event-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 = "vehicle-shadow-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 = "vehicle-shadow-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 = "vehicle-shadow-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 = "vehicle-shadow-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 = "vehicle-shadow-event-processor"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_vehicle-status-proxy-service.-5998734171557358773..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_vehicle-status-proxy-service.-5998734171557358773..management_zone.tf
new file mode 100644
index 0000000..5f12309
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_vehicle-status-proxy-service.-5998734171557358773..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_vehicle-status-proxy-service" {
+ name = "CD_vehicle-status-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 = "vehicle-status-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 = "vehicle-status-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 = "vehicle-status-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 = "vehicle-status-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 = "vehicle-status-proxy-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_vehicle-user-relationship-service.4061574965078448311..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_vehicle-user-relationship-service.4061574965078448311..management_zone.tf
new file mode 100644
index 0000000..4232fd5
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_vehicle-user-relationship-service.4061574965078448311..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_vehicle-user-relationship-service" {
+ name = "CD_vehicle-user-relationship-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 = "vehicle-user-relationship-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 = "vehicle-user-relationship-service"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "vehicle-user-relationship-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 = "vehicle-user-relationship-service"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "vehicle-user-relationship-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_vin-list-generator-service.-5394504524020450484..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_vin-list-generator-service.-5394504524020450484..management_zone.tf
new file mode 100644
index 0000000..fa17b96
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_vin-list-generator-service.-5394504524020450484..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_vin-list-generator-service" {
+ name = "CD_vin-list-generator-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 = "vin-list-generator-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 = "vin-list-generator-service"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "vin-list-generator-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 = "vin-list-generator-service"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "vin-list-generator-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_vps-admin.1843223523468635430..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_vps-admin.1843223523468635430..management_zone.tf
new file mode 100644
index 0000000..dd6563c
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_vps-admin.1843223523468635430..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_vps-admin" {
+ name = "CD_vps-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 = "vps-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 = "vps-admin"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "vps-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 = "vps-admin"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "vps-admin"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_vps-archive.-1017790433340187721..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_vps-archive.-1017790433340187721..management_zone.tf
new file mode 100644
index 0000000..2d96cfc
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_vps-archive.-1017790433340187721..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_vps-archive" {
+ name = "CD_vps-archive"
+ 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 = "vps-archive"
+ }
+ }
+ }
+ }
+ 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 = "vps-archive"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "vps-archive"
+ }
+ }
+ }
+ }
+ 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 = "vps-archive"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "vps-archive"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_vps-monitor.-4238479884355788160..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_vps-monitor.-4238479884355788160..management_zone.tf
new file mode 100644
index 0000000..3155186
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_vps-monitor.-4238479884355788160..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_vps-monitor" {
+ name = "CD_vps-monitor"
+ 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 = "vps-monitor"
+ }
+ }
+ }
+ }
+ 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 = "vps-monitor"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "vps-monitor"
+ }
+ }
+ }
+ }
+ 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 = "vps-monitor"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "vps-monitor"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_vps-prov.-3228512635352710157..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_vps-prov.-3228512635352710157..management_zone.tf
new file mode 100644
index 0000000..23bc340
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_vps-prov.-3228512635352710157..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_vps-prov" {
+ name = "CD_vps-prov"
+ 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 = "vps-prov"
+ }
+ }
+ }
+ }
+ 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 = "vps-prov"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "vps-prov"
+ }
+ }
+ }
+ }
+ 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 = "vps-prov"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "vps-prov"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_vps-trigger.-7519199679488905472..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_vps-trigger.-7519199679488905472..management_zone.tf
new file mode 100644
index 0000000..a8c5eec
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_vps-trigger.-7519199679488905472..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_vps-trigger" {
+ name = "CD_vps-trigger"
+ 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 = "vps-trigger"
+ }
+ }
+ }
+ }
+ 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 = "vps-trigger"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "vps-trigger"
+ }
+ }
+ }
+ }
+ 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 = "vps-trigger"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "vps-trigger"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_vs-api.-846196462544696783..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_vs-api.-846196462544696783..management_zone.tf
new file mode 100644
index 0000000..1294376
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_vs-api.-846196462544696783..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_vs-api" {
+ name = "CD_vs-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 = "vs-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 = "vs-api"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "vs-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 = "vs-api"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "vs-api"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_webapi.-5707696217538461633..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_webapi.-5707696217538461633..management_zone.tf
new file mode 100644
index 0000000..b525173
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_webapi.-5707696217538461633..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_webapi" {
+ name = "CD_webapi"
+ 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 = "webapi"
+ }
+ }
+ }
+ }
+ 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 = "webapi"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "webapi"
+ }
+ }
+ }
+ }
+ 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 = "webapi"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "webapi"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_wlmanager.-1066539719125670580..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_wlmanager.-1066539719125670580..management_zone.tf
new file mode 100644
index 0000000..afa563c
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_wlmanager.-1066539719125670580..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_wlmanager" {
+ name = "CD_wlmanager"
+ 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 = "wlmanager"
+ }
+ }
+ }
+ }
+ 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 = "wlmanager"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "wlmanager"
+ }
+ }
+ }
+ }
+ 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 = "wlmanager"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "wlmanager"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_wus.-830480395218330790..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_wus.-830480395218330790..management_zone.tf
new file mode 100644
index 0000000..e50d9ad
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_wus.-830480395218330790..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_wus" {
+ name = "CD_wus"
+ 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 = "wus"
+ }
+ }
+ }
+ }
+ 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 = "wus"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "wus"
+ }
+ }
+ }
+ }
+ 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 = "wus"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "wus"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_xfcd.6201076759498324419..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_xfcd.6201076759498324419..management_zone.tf
new file mode 100644
index 0000000..947115a
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/CD_xfcd.6201076759498324419..management_zone.tf
@@ -0,0 +1,94 @@
+resource "dynatrace_management_zone" "CD_xfcd" {
+ name = "CD_xfcd"
+ 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 = "xfcd"
+ }
+ }
+ }
+ }
+ 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 = "xfcd"
+ }
+ }
+ }
+ }
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Component"
+ value = "xfcd"
+ }
+ }
+ }
+ }
+ 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 = "xfcd"
+ }
+ }
+ }
+ rules {
+ type = "CLOUD_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "CLOUD_APPLICATION_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "xfcd"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/Dynatrace_BusinessInsights.5842654451628371612..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/Dynatrace_BusinessInsights.5842654451628371612..management_zone.tf
new file mode 100644
index 0000000..8a47e9a
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/Dynatrace_BusinessInsights.5842654451628371612..management_zone.tf
@@ -0,0 +1,22 @@
+resource "dynatrace_management_zone" "Dynatrace_BusinessInsights" {
+ name = "Dynatrace_BusinessInsights"
+ description = "MZ for entities that should be part of the Dynatrace Business Insights offering."
+ rules {
+ type = "MOBILE_APPLICATION"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "MOBILE_APPLICATION_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "TAG_KEY_EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Dynatrace_BusinessInsights"
+ }
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/Offboard_Platform_APM_CNAP_Viewer.7984472777235983022..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/Offboard_Platform_APM_CNAP_Viewer.7984472777235983022..management_zone.tf
new file mode 100644
index 0000000..849e85e
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/Offboard_Platform_APM_CNAP_Viewer.7984472777235983022..management_zone.tf
@@ -0,0 +1,45 @@
+resource "dynatrace_management_zone" "Offboard_Platform_APM_CNAP_Viewer" {
+ name = "Offboard_Platform_APM_CNAP_Viewer"
+ rules {
+ type = "HOST"
+ enabled = true
+ conditions {
+ entity {
+ negate = false
+ operator = "EQUALS"
+ value = "HOST_GROUP-826643CE73F48A4A"
+ }
+ key {
+ type = "STATIC"
+ attribute = "HOST_GROUP_ID"
+ }
+ }
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "HOST_NAME"
+ }
+ string {
+ case_sensitive = false
+ negate = false
+ operator = "EXISTS"
+ }
+ }
+ }
+ rules {
+ type = "KUBERNETES_CLUSTER"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "KUBERNETES_CLUSTER_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "BEGINS_WITH"
+ value = "CNAP"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/PD_AccountManagementConnectedCar.7322648462719879167..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/PD_AccountManagementConnectedCar.7322648462719879167..management_zone.tf
new file mode 100644
index 0000000..3804003
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/PD_AccountManagementConnectedCar.7322648462719879167..management_zone.tf
@@ -0,0 +1,11 @@
+resource "dynatrace_management_zone" "PD_AccountManagementConnectedCar" {
+ name = "PD_AccountManagementConnectedCar"
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:AM-CESIM\"),tag(\"compass-id:AM-Device\"),tag(\"compass-id:AM-EGIM\"),tag(\"compass-id:AM-MNO-Manager\"),tag(\"compass-id:CESIM Proxy\"),tag(\"compass-id:MNOMGR-CU-Jasper\"),tag(\"compass-id:MNOMGR-CU-SHA\"),tag(\"compass-id:MNOMGR-GD\"),tag(\"compass-id:MNOMGR-TMSP\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:AM-BPM\"),tag(\"compass-id:AM-CASA\"),tag(\"compass-id:am-cloud\"),tag(\"compass-id:AM-CNR\"),tag(\"compass-id:AM-CNS\"),tag(\"compass-id:AM-ECS\"),tag(\"compass-id:AM-LMCS\"),tag(\"compass-id:AM-Proxy\"),tag(\"compass-id:AM-Store\"),tag(\"compass-id:AM-SVMS\"),tag(\"compass-id:AM-SVMS-EventService\"),tag(\"compass-id:AM-USAGE\"),tag(\"compass-id:AM-VAS\"),tag(\"compass-id:AM-Vehicle\"),tag(\"compass-id:AM-VMS\"),tag(\"compass-id:Countly\"),tag(\"compass-id:TAMSArchive\"),tag(\"compass-id:TestdataTool\")"
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/PD_AutomotiveSecurity.3737706196578343849..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/PD_AutomotiveSecurity.3737706196578343849..management_zone.tf
new file mode 100644
index 0000000..2a35070
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/PD_AutomotiveSecurity.3737706196578343849..management_zone.tf
@@ -0,0 +1,27 @@
+resource "dynatrace_management_zone" "PD_AutomotiveSecurity" {
+ name = "PD_AutomotiveSecurity"
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:ASBC-MFSCS\"),tag(\"compass-id:STM\"),tag(\"compass-id:ts-wlupdater\"),tag(\"compass-id:TVP\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:DFP\"),tag(\"compass-id:DFPH\"),tag(\"compass-id:OCLISc2v\"),tag(\"compass-id:OCLISocsp\"),tag(\"compass-id:P2X\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:ASBC-HAL\"),tag(\"compass-id:ASBC-NGTP\"),tag(\"compass-id:ASBS\"),tag(\"compass-id:HPAuth\"),tag(\"compass-id:STS\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:ASBC-SMACC\"),tag(\"compass-id:CAC\"),tag(\"compass-id:CAC-AGENT\"),tag(\"compass-id:SMC2-BL\"),tag(\"compass-id:SMC2-KEY-TRK\"),tag(\"compass-id:SMC2-RT\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:ASBC-RSU\"),tag(\"compass-id:ASBC-SBB\"),tag(\"compass-id:ASBCSWLSEC2\"),tag(\"compass-id:PSdZ-Checker\"),tag(\"compass-id:SCB\"),tag(\"compass-id:SCC\"),tag(\"compass-id:SWAG\"),tag(\"compass-id:SWLSEC2-Checker\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:ASBC-AFW-POC\"),tag(\"compass-id:ASBC-AFWSFA-POC\"),tag(\"compass-id:ASBC-AFWSTM-POC\")"
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/PD_CallServices.-4112886493107181463..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/PD_CallServices.-4112886493107181463..management_zone.tf
new file mode 100644
index 0000000..32191cb
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/PD_CallServices.-4112886493107181463..management_zone.tf
@@ -0,0 +1,23 @@
+resource "dynatrace_management_zone" "PD_CallServices" {
+ name = "PD_CallServices"
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:ACDS\"),tag(\"compass-id:APPCALL\"),tag(\"compass-id:B2V-NGTP\"),tag(\"compass-id:ECALLGW\"),tag(\"compass-id:ECS\"),tag(\"compass-id:EVNS2\"),tag(\"compass-id:EVNS2T\"),tag(\"compass-id:NGTP-CS\"),tag(\"compass-id:XCS\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:BASE\"),tag(\"compass-id:CCC\"),tag(\"compass-id:RSA\"),tag(\"compass-id:RSA-ASD-Search\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:PiSA-CORE\"),tag(\"compass-id:PISA-EVENT-HANDLER\"),tag(\"compass-id:PISA-RUNTIME\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:HTTS\"),tag(\"compass-id:HVD\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:B2V-Voice\"),tag(\"compass-id:CRS\"),tag(\"compass-id:CRSA\"),tag(\"compass-id:EPL\"),tag(\"compass-id:EPM\"),tag(\"compass-id:VOICEGW\"),tag(\"compass-id:VOICEGW-ADMIN\")"
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/PD_ConnectedDriveStoreBackend.-8141281538555996318..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/PD_ConnectedDriveStoreBackend.-8141281538555996318..management_zone.tf
new file mode 100644
index 0000000..b85cfab
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/PD_ConnectedDriveStoreBackend.-8141281538555996318..management_zone.tf
@@ -0,0 +1,11 @@
+resource "dynatrace_management_zone" "PD_ConnectedDriveStoreBackend" {
+ name = "PD_ConnectedDriveStoreBackend"
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:Buffet-Birt\"),tag(\"compass-id:Buffet-CIC-Backend\"),tag(\"compass-id:Buffet-Core\"),tag(\"compass-id:Buffet-External-CDM\"),tag(\"compass-id:Buffet-External-Offer\"),tag(\"compass-id:Buffet-External-Payment\"),tag(\"compass-id:Buffet-External-Tax\"),tag(\"compass-id:Buffet-GAM\"),tag(\"compass-id:Buffet-IF33\"),tag(\"compass-id:Buffet-IF38\"),tag(\"compass-id:Buffet-IF41\"),tag(\"compass-id:Buffet-IF50\"),tag(\"compass-id:Buffet-IF51\"),tag(\"compass-id:Buffet-IF52\"),tag(\"compass-id:Buffet-IF53\"),tag(\"compass-id:Buffet-IF54\"),tag(\"compass-id:Buffet-IF58\"),tag(\"compass-id:Buffet-IF60\"),tag(\"compass-id:Buffet-IF90\"),tag(\"compass-id:Buffet-Promo-API\"),tag(\"compass-id:IME-CDS\"),tag(\"compass-id:IME-CS\"),tag(\"compass-id:IME-RDC\"),tag(\"compass-id:IME-SS\"),tag(\"compass-id:IME-WS\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:Concat\"),tag(\"compass-id:Connected-Catalog\")"
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/PD_ConnectedUserProfileServices.-5367999236768661485..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/PD_ConnectedUserProfileServices.-5367999236768661485..management_zone.tf
new file mode 100644
index 0000000..c1362ed
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/PD_ConnectedUserProfileServices.-5367999236768661485..management_zone.tf
@@ -0,0 +1,11 @@
+resource "dynatrace_management_zone" "PD_ConnectedUserProfileServices" {
+ name = "PD_ConnectedUserProfileServices"
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:OMC Table Storage Expiration Service\"),tag(\"compass-id:omc-client-analytics-hub-consumer-ms\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:DPM\"),tag(\"compass-id:DPP\"),tag(\"compass-id:PERSEUS\"),tag(\"compass-id:PIABO\"),tag(\"compass-id:PIAEP\"),tag(\"compass-id:PIAOP\"),tag(\"compass-id:PIAPE\")"
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/PD_InfotainmentInteractivityServices.-8663930534173844410..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/PD_InfotainmentInteractivityServices.-8663930534173844410..management_zone.tf
new file mode 100644
index 0000000..a048325
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/PD_InfotainmentInteractivityServices.-8663930534173844410..management_zone.tf
@@ -0,0 +1,23 @@
+resource "dynatrace_management_zone" "PD_InfotainmentInteractivityServices" {
+ name = "PD_InfotainmentInteractivityServices"
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:cm-config\"),tag(\"compass-id:cm-gracenote\"),tag(\"compass-id:cm-spotify\"),tag(\"compass-id:cm-ximalaya\"),tag(\"compass-id:OED\"),tag(\"compass-id:OED-CN\"),tag(\"compass-id:OEG\"),tag(\"compass-id:OEG-CN\"),tag(\"compass-id:OEO\"),tag(\"compass-id:OEO-CN\"),tag(\"compass-id:OEP\"),tag(\"compass-id:OEP-CN\"),tag(\"compass-id:OES\"),tag(\"compass-id:OES-CN\"),tag(\"compass-id:OET\"),tag(\"compass-id:OET-CN\"),tag(\"compass-id:shortvideo\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:CCIS-Download\"),tag(\"compass-id:Geolocator\"),tag(\"compass-id:intelligent-reminder\"),tag(\"compass-id:news-next\"),tag(\"compass-id:restaurant-reservation\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:ambient-music\"),tag(\"compass-id:festive-mode\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:GEN3\"),tag(\"compass-id:ID5\"),tag(\"compass-id:ID5-APP\"),tag(\"compass-id:ID5-EXT\"),tag(\"compass-id:ISE-BEV\"),tag(\"compass-id:ISE-CDR\"),tag(\"compass-id:ISE-EML\"),tag(\"compass-id:ISE-GEN2\"),tag(\"compass-id:ISE-ID7\"),tag(\"compass-id:ISE-INP\"),tag(\"compass-id:ISE-IPA\"),tag(\"compass-id:ISE-LIS\"),tag(\"compass-id:ISE-LOC\"),tag(\"compass-id:ISE-MCL\"),tag(\"compass-id:ISE-NEWS\"),tag(\"compass-id:ISE-PAR\"),tag(\"compass-id:ISE-RSL\"),tag(\"compass-id:ISE-VPS\"),tag(\"compass-id:ISE-VSD\"),tag(\"compass-id:tmpp-admin-ui\"),tag(\"compass-id:tmpp-manifest\"),tag(\"compass-id:tmpp-web-proxy\"),tag(\"compass-id:UPS\"),tag(\"compass-id:WEA\"),tag(\"compass-id:WEA-ID5\"),tag(\"compass-id:WEA-IN-MAP\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:CDIP\")"
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/PD_LocationServices.-5431789095638148262..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/PD_LocationServices.-5431789095638148262..management_zone.tf
new file mode 100644
index 0000000..e27efe0
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/PD_LocationServices.-5431789095638148262..management_zone.tf
@@ -0,0 +1,15 @@
+resource "dynatrace_management_zone" "PD_LocationServices" {
+ name = "PD_LocationServices"
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:C2B-BS\"),tag(\"compass-id:GCS\"),tag(\"compass-id:LOS-CHA\"),tag(\"compass-id:LOS-CHA-CNV\"),tag(\"compass-id:LOS-JOY\"),tag(\"compass-id:LOS-MOD\"),tag(\"compass-id:LOS-MSC\"),tag(\"compass-id:LOS-OPS\"),tag(\"compass-id:LOS-PAR\"),tag(\"compass-id:LOS-PER\"),tag(\"compass-id:LOS-REF\"),tag(\"compass-id:RES-PAR\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:LOS-FTS\"),tag(\"compass-id:potholes-reader\"),tag(\"compass-id:potholes-service\"),tag(\"compass-id:sc-reader\"),tag(\"compass-id:sc-service\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:ercaf\"),tag(\"compass-id:ERCR\"),tag(\"compass-id:ERTP\")"
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/PD_MapServicesAutomatedDriving.-4931602184083142599..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/PD_MapServicesAutomatedDriving.-4931602184083142599..management_zone.tf
new file mode 100644
index 0000000..6a3ede5
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/PD_MapServicesAutomatedDriving.-4931602184083142599..management_zone.tf
@@ -0,0 +1,11 @@
+resource "dynatrace_management_zone" "PD_MapServicesAutomatedDriving" {
+ name = "PD_MapServicesAutomatedDriving"
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:ms-hdmap-lcv\"),tag(\"compass-id:ms-hdmap-map-viewer\"),tag(\"compass-id:ms-hdmap-mci-adapter\"),tag(\"compass-id:ms-hdmap-mci-downloader\"),tag(\"compass-id:ms-hdmap-nds-downloader\"),tag(\"compass-id:ms-hdmap-qc-bl\"),tag(\"compass-id:ms-hdmap-qc-checks\"),tag(\"compass-id:ms-hdmap-tile-delivery\"),tag(\"compass-id:ms-hdmap-tile-generator\"),tag(\"compass-id:ms-hdmap-vehicle-mock\"),tag(\"compass-id:mupi-backend\"),tag(\"compass-id:MUPI-BE\"),tag(\"compass-id:mupi-cloud-discovery-service\"),tag(\"compass-id:mupi-cloud-dumm-adapter-service\"),tag(\"compass-id:mupi-cloud-hd-adapter-service\"),tag(\"compass-id:mupi-cloud-import-service\"),tag(\"compass-id:mupi-cloud-integration-service\"),tag(\"compass-id:mupi-cloud-joynr-adapter-class-service\"),tag(\"compass-id:mupi-cloud-joynr-adapter-service\"),tag(\"compass-id:mupi-cloud-stats-service\"),tag(\"compass-id:mupi-cockpit\"),tag(\"compass-id:mupi-gateway\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:GNSS API Gateway\"),tag(\"compass-id:gnss-reader\"),tag(\"compass-id:gnss-service\"),tag(\"compass-id:ms-3dp-rc\"),tag(\"compass-id:tc-app\"),tag(\"compass-id:tc-service\")"
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/PD_NavigationServices.7272386165732072340..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/PD_NavigationServices.7272386165732072340..management_zone.tf
new file mode 100644
index 0000000..11074d5
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/PD_NavigationServices.7272386165732072340..management_zone.tf
@@ -0,0 +1,15 @@
+resource "dynatrace_management_zone" "PD_NavigationServices" {
+ name = "PD_NavigationServices"
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:OSPI\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:DM\"),tag(\"compass-id:eRoute\"),tag(\"compass-id:NaaS\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:CNGW\"),tag(\"compass-id:RTTI\")"
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/PD_RemoteMessagingServices.2789442917157839429..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/PD_RemoteMessagingServices.2789442917157839429..management_zone.tf
new file mode 100644
index 0000000..93192ac
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/PD_RemoteMessagingServices.2789442917157839429..management_zone.tf
@@ -0,0 +1,11 @@
+resource "dynatrace_management_zone" "PD_RemoteMessagingServices" {
+ name = "PD_RemoteMessagingServices"
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:EADB\"),tag(\"compass-id:ICNB\"),tag(\"compass-id:MSGSVC\"),tag(\"compass-id:OMGW\"),tag(\"compass-id:TCN\"),tag(\"compass-id:XCC-CAMPAIGNS\"),tag(\"compass-id:XCC-CMGR\"),tag(\"compass-id:XCC-SETTINGS\"),tag(\"compass-id:XCC-STATISTICS\"),tag(\"compass-id:XCC-USERS\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:APIGW\"),tag(\"compass-id:FMC\"),tag(\"compass-id:RS\"),tag(\"compass-id:RS360\"),tag(\"compass-id:RSCockpit\")"
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/PD_RemoteVehicleConfigurationManagement.7212377285048625814..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/PD_RemoteVehicleConfigurationManagement.7212377285048625814..management_zone.tf
new file mode 100644
index 0000000..59a9632
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/PD_RemoteVehicleConfigurationManagement.7212377285048625814..management_zone.tf
@@ -0,0 +1,23 @@
+resource "dynatrace_management_zone" "PD_RemoteVehicleConfigurationManagement" {
+ name = "PD_RemoteVehicleConfigurationManagement"
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:APR\"),tag(\"compass-id:APR-NPM\"),tag(\"compass-id:APR-Portal\"),tag(\"compass-id:APR-Registry\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:comfy-agent-registry\"),tag(\"compass-id:comfy-cockpit\"),tag(\"compass-id:comfy-management\"),tag(\"compass-id:comfy-orchestration\"),tag(\"compass-id:NOP-Admin\"),tag(\"compass-id:NOP-Archive\"),tag(\"compass-id:NOP-Provisioning\"),tag(\"compass-id:NOP-Trigger\"),tag(\"compass-id:SCM\"),tag(\"compass-id:SCMA\"),tag(\"compass-id:VPS-Admin\"),tag(\"compass-id:VPS-Archive\"),tag(\"compass-id:VPS-Monitor\"),tag(\"compass-id:VPS-Prov\"),tag(\"compass-id:VPS-Trigger\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:FRE\"),tag(\"compass-id:FRS\"),tag(\"compass-id:MPG\"),tag(\"compass-id:QMC\"),tag(\"compass-id:RCM\"),tag(\"compass-id:RCP\"),tag(\"compass-id:RCS\"),tag(\"compass-id:RDC\"),tag(\"compass-id:RDH\"),tag(\"compass-id:RES\"),tag(\"compass-id:RLM\"),tag(\"compass-id:RMO\"),tag(\"compass-id:RNB App\"),tag(\"compass-id:RNP\"),tag(\"compass-id:RPP\"),tag(\"compass-id:RSA Admin GUI\"),tag(\"compass-id:RSA Testbench GUI\"),tag(\"compass-id:RTE\"),tag(\"compass-id:RTS\"),tag(\"compass-id:RVC\"),tag(\"compass-id:RVE\"),tag(\"compass-id:RVI\"),tag(\"compass-id:RVS\"),tag(\"compass-id:RVT\"),tag(\"compass-id:rwd\"),tag(\"compass-id:tdp\"),tag(\"compass-id:uvm\"),tag(\"compass-id:vjm\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:ZAS\"),tag(\"compass-id:ZDI\"),tag(\"compass-id:ZFUS-MP-GENERATOR\"),tag(\"compass-id:ZIP\"),tag(\"compass-id:zis\"),tag(\"compass-id:ZMP\"),tag(\"compass-id:ZOS\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:SFA-FRE\"),tag(\"compass-id:SFA-OH\"),tag(\"compass-id:SFA-OTA\"),tag(\"compass-id:SFA-S\"),tag(\"compass-id:SFA-TS\")"
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/PD_Teleservices.1072985257684718374..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/PD_Teleservices.1072985257684718374..management_zone.tf
new file mode 100644
index 0000000..8e389f7
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/PD_Teleservices.1072985257684718374..management_zone.tf
@@ -0,0 +1,15 @@
+resource "dynatrace_management_zone" "PD_Teleservices" {
+ name = "PD_Teleservices"
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:RSURService\"),tag(\"compass-id:SCallService\"),tag(\"compass-id:SEAM\"),tag(\"compass-id:ts-asc\"),tag(\"compass-id:TSBGService\"),tag(\"compass-id:TSBM\"),tag(\"compass-id:TS-CCM-DI\"),tag(\"compass-id:TSCS\"),tag(\"compass-id:TSDD\"),tag(\"compass-id:TSMR\"),tag(\"compass-id:TS-PFFS\"),tag(\"compass-id:TSSB-BT\"),tag(\"compass-id:TSSB-BTI\"),tag(\"compass-id:TSSB-TSP\"),tag(\"compass-id:TS-SDI\"),tag(\"compass-id:ts-tyredi\"),tag(\"compass-id:ts-tyrewf\"),tag(\"compass-id:TTBS\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:BCallService\"),tag(\"compass-id:CAS-SPM\"),tag(\"compass-id:CAS-STM\"),tag(\"compass-id:DiagService\"),tag(\"compass-id:ESHAD\"),tag(\"compass-id:patchcampaign\"),tag(\"compass-id:RTCAD\"),tag(\"compass-id:RTCHandler\"),tag(\"compass-id:RTCService\"),tag(\"compass-id:ts-bcallhandler\"),tag(\"compass-id:ts-cts-ui\"),tag(\"compass-id:ts-pat-ui\"),tag(\"compass-id:TSRD\"),tag(\"compass-id:ts-rtc-ui\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:PDMManager\"),tag(\"compass-id:PDMUpdater\"),tag(\"compass-id:ts-ena-ui\"),tag(\"compass-id:WLManager\"),tag(\"compass-id:WLUpdater\")"
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/PD_VehicleDataCollection.-7170770367298385161..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/PD_VehicleDataCollection.-7170770367298385161..management_zone.tf
new file mode 100644
index 0000000..a5ddeea
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/PD_VehicleDataCollection.-7170770367298385161..management_zone.tf
@@ -0,0 +1,23 @@
+resource "dynatrace_management_zone" "PD_VehicleDataCollection" {
+ name = "PD_VehicleDataCollection"
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:CMCS\"),tag(\"compass-id:ERDCDC2FCD\"),tag(\"compass-id:ERDDISP\"),tag(\"compass-id:ERDFCDUDS\"),tag(\"compass-id:ERDMGR\"),tag(\"compass-id:ERDPROC\"),tag(\"compass-id:ERDXFCDFCD\"),tag(\"compass-id:XFCD Cockpit\"),tag(\"compass-id:XFCD Configuration\"),tag(\"compass-id:XFCDAnonymizer\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:TOL\"),tag(\"compass-id:TOL MGU\"),tag(\"compass-id:TOL-TSSB\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:IDS-SVDS\"),tag(\"compass-id:IDS-Sync\"),tag(\"compass-id:IDS-WS\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:SRManager\"),tag(\"compass-id:TSMB\"),tag(\"compass-id:TSR-CH\"),tag(\"compass-id:TSR-CMA\"),tag(\"compass-id:TSR-DD\"),tag(\"compass-id:TSR-ICC\"),tag(\"compass-id:TSR-VU\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:CCG\"),tag(\"compass-id:CSI\"),tag(\"compass-id:CSU\"),tag(\"compass-id:LSCFSU\"),tag(\"compass-id:LSCHR\"),tag(\"compass-id:LSCJHWO\"),tag(\"compass-id:LSCJR\"),tag(\"compass-id:LSCKC\"),tag(\"compass-id:LSCMM\"),tag(\"compass-id:LSCOC\"),tag(\"compass-id:LSCOG\"),tag(\"compass-id:LSCWO\"),tag(\"compass-id:tripCollection\"),tag(\"compass-id:vdc-vcs\"),tag(\"compass-id:VHCJR\"),tag(\"compass-id:VHS\"),tag(\"compass-id:VJDS\"),tag(\"compass-id:VNS\"),tag(\"compass-id:VS-API\"),tag(\"compass-id:VSFO\"),tag(\"compass-id:VSST\")"
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/PD_VehicleDataConnectivity.-2856031711728268510..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/PD_VehicleDataConnectivity.-2856031711728268510..management_zone.tf
new file mode 100644
index 0000000..54bb6f4
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/PD_VehicleDataConnectivity.-2856031711728268510..management_zone.tf
@@ -0,0 +1,15 @@
+resource "dynatrace_management_zone" "PD_VehicleDataConnectivity" {
+ name = "PD_VehicleDataConnectivity"
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:B2V-ADC\"),tag(\"compass-id:B2V-ADC-CLOUD\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:B2V-COM-BE\"),tag(\"compass-id:B2V-COM-ECHO\"),tag(\"compass-id:B2V-COM-FE\"),tag(\"compass-id:B2VCOMGCDMCLIENT\"),tag(\"compass-id:B2V-NOTS\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:JoynrDS\"),tag(\"compass-id:UDS\"),tag(\"compass-id:UDS Storage Service\")"
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/PSdZ-Checker.-5803916654070262245..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/PSdZ-Checker.-5803916654070262245..management_zone.tf
new file mode 100644
index 0000000..b2267d6
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/PSdZ-Checker.-5803916654070262245..management_zone.tf
@@ -0,0 +1,19 @@
+resource "dynatrace_management_zone" "PSdZ-Checker" {
+ name = "PSdZ-Checker"
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(Service),tag(\"compass-id:PSdZ-Checker\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(SERVICE),databaseName.exists(),toRelationship.calls(type(SERVICE),tag(\"compass-id:PSdZ-Checker\"))"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(PROCESS_GROUP_INSTANCE),tag(\"compass-id:PSdZ-Checker\")"
+ }
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(HOST),tag(\"compass-id:PSdZ-Checker\")"
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/TEST-Philipp.2877860233955550596..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/TEST-Philipp.2877860233955550596..management_zone.tf
new file mode 100644
index 0000000..b95ad29
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/TEST-Philipp.2877860233955550596..management_zone.tf
@@ -0,0 +1,12 @@
+resource "dynatrace_management_zone" "TEST-Philipp" {
+ name = "TEST-Philipp"
+ dimensional_rule {
+ enabled = true
+ applies_to = "METRIC"
+ condition {
+ type = "METRIC_KEY"
+ key = "fav_failure_rate"
+ match = "BEGINS_WITH"
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/WK_Login.6607595346813988754..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/WK_Login.6607595346813988754..management_zone.tf
new file mode 100644
index 0000000..151c4c5
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/WK_Login.6607595346813988754..management_zone.tf
@@ -0,0 +1,87 @@
+resource "dynatrace_management_zone" "WK_Login" {
+ name = "WK_Login"
+ rules {
+ type = "SERVICE"
+ enabled = true
+ conditions {
+ process_metadata {
+ attribute = "PROCESS_GROUP_PREDEFINED_METADATA"
+ dynamic_key = "KUBERNETES_NAMESPACE"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "EQUALS"
+ value = "managed-app-user-composite-service"
+ }
+ }
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "SERVICE_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "PROD"
+ }
+ }
+ }
+ rules {
+ type = "SERVICE"
+ enabled = true
+ conditions {
+ process_metadata {
+ attribute = "PROCESS_GROUP_PREDEFINED_METADATA"
+ dynamic_key = "KUBERNETES_NAMESPACE"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "managed-app-connected-oauth-service-apim"
+ }
+ }
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "SERVICE_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "PROD"
+ }
+ }
+ }
+ rules {
+ type = "SERVICE"
+ enabled = true
+ conditions {
+ process_metadata {
+ attribute = "PROCESS_GROUP_PREDEFINED_METADATA"
+ dynamic_key = "KUBERNETES_NAMESPACE"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "EQUALS"
+ value = "managed-app-legal-document-composite-service"
+ }
+ }
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "SERVICE_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "PROD"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/WK_Personal_Favorites.-8881178060219525495..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/WK_Personal_Favorites.-8881178060219525495..management_zone.tf
new file mode 100644
index 0000000..2754c8d
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/WK_Personal_Favorites.-8881178060219525495..management_zone.tf
@@ -0,0 +1,35 @@
+resource "dynatrace_management_zone" "WK_Personal_Favorites" {
+ name = "WK_Personal_Favorites"
+ entity_selector_based_rule {
+ enabled = true
+ selector = "type(SERVICE), entityId(SERVICE-EA5D470986A259F3)"
+ }
+ rules {
+ type = "SERVICE"
+ enabled = true
+ conditions {
+ process_metadata {
+ attribute = "PROCESS_GROUP_PREDEFINED_METADATA"
+ dynamic_key = "KUBERNETES_NAMESPACE"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "EQUALS"
+ value = "managed-app-destination-composite-service"
+ }
+ }
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "SERVICE_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "PROD"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/WK_Philipp.-905305273439641248..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/WK_Philipp.-905305273439641248..management_zone.tf
new file mode 100644
index 0000000..c32c17b
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/WK_Philipp.-905305273439641248..management_zone.tf
@@ -0,0 +1,59 @@
+resource "dynatrace_management_zone" "WK_Philipp" {
+ name = "WK_Philipp"
+ rules {
+ type = "SERVICE"
+ enabled = true
+ conditions {
+ process_metadata {
+ attribute = "PROCESS_GROUP_PREDEFINED_METADATA"
+ dynamic_key = "KUBERNETES_NAMESPACE"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "managed-app-vehicle-remote-commands-composite-service"
+ }
+ }
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "SERVICE_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "PROD"
+ }
+ }
+ }
+ rules {
+ type = "SERVICE"
+ enabled = true
+ conditions {
+ process_metadata {
+ attribute = "PROCESS_GROUP_PREDEFINED_METADATA"
+ dynamic_key = "KUBERNETES_NAMESPACE"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "managed-app-remote-360-composite-service"
+ }
+ }
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "SERVICE_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "PROD"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/WK_Remote_Camera.7111072854346026301..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/WK_Remote_Camera.7111072854346026301..management_zone.tf
new file mode 100644
index 0000000..33c4d05
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/WK_Remote_Camera.7111072854346026301..management_zone.tf
@@ -0,0 +1,31 @@
+resource "dynatrace_management_zone" "WK_Remote_Camera" {
+ name = "WK_Remote_Camera"
+ rules {
+ type = "SERVICE"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "SERVICE_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "PROD"
+ }
+ }
+ conditions {
+ process_metadata {
+ attribute = "PROCESS_GROUP_PREDEFINED_METADATA"
+ dynamic_key = "KUBERNETES_NAMESPACE"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "EQUALS"
+ value = "managed-app-remote-360-composite-service"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/WK_Remote_Services.-8618973496510074025..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/WK_Remote_Services.-8618973496510074025..management_zone.tf
new file mode 100644
index 0000000..b8d70e9
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/WK_Remote_Services.-8618973496510074025..management_zone.tf
@@ -0,0 +1,31 @@
+resource "dynatrace_management_zone" "WK_Remote_Services" {
+ name = "WK_Remote_Services"
+ rules {
+ type = "SERVICE"
+ enabled = true
+ conditions {
+ process_metadata {
+ attribute = "PROCESS_GROUP_PREDEFINED_METADATA"
+ dynamic_key = "KUBERNETES_NAMESPACE"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "EQUALS"
+ value = "managed-app-vehicle-remote-commands-composite-service"
+ }
+ }
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "SERVICE_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "PROD"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/WK_SMACC.5199358269317144485..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/WK_SMACC.5199358269317144485..management_zone.tf
new file mode 100644
index 0000000..9d5b425
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/WK_SMACC.5199358269317144485..management_zone.tf
@@ -0,0 +1,264 @@
+resource "dynatrace_management_zone" "WK_SMACC" {
+ name = "WK_SMACC"
+ 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 = true
+ negate = true
+ operator = "CONTAINS"
+ value = "internal service"
+ }
+ }
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "SERVICE_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = true
+ operator = "CONTAINS"
+ value = "ProtocolDataApi"
+ }
+ }
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "SERVICE_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Environment"
+ value = "PROD"
+ }
+ }
+ }
+ }
+ 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"
+ }
+ }
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "SERVICE_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Environment"
+ value = "PROD"
+ }
+ }
+ }
+ }
+ 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-SMACC"
+ }
+ }
+ }
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "SERVICE_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "Environment"
+ value = "PROD"
+ }
+ }
+ }
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "SERVICE_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = true
+ operator = "EQUALS"
+ value = "HealthResource"
+ }
+ }
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "SERVICE_DETECTED_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = true
+ operator = "CONTAINS"
+ value = "executed"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/WK_Send_to_Car_Legacy.-6611202701233341995..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/WK_Send_to_Car_Legacy.-6611202701233341995..management_zone.tf
new file mode 100644
index 0000000..4f23fc4
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/WK_Send_to_Car_Legacy.-6611202701233341995..management_zone.tf
@@ -0,0 +1,19 @@
+resource "dynatrace_management_zone" "WK_Send_to_Car_Legacy" {
+ name = "WK_Send_to_Car_Legacy"
+ rules {
+ type = "SERVICE"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "SERVICE_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "LegacyPoiApi - msgsvc - prod"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/WK_Send_to_Car_MGU.7762420106813300217..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/WK_Send_to_Car_MGU.7762420106813300217..management_zone.tf
new file mode 100644
index 0000000..a268fc4
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/WK_Send_to_Car_MGU.7762420106813300217..management_zone.tf
@@ -0,0 +1,31 @@
+resource "dynatrace_management_zone" "WK_Send_to_Car_MGU" {
+ name = "WK_Send_to_Car_MGU"
+ rules {
+ type = "SERVICE"
+ enabled = true
+ conditions {
+ process_metadata {
+ attribute = "PROCESS_GROUP_PREDEFINED_METADATA"
+ dynamic_key = "KUBERNETES_NAMESPACE"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "managed-app-trip-service"
+ }
+ }
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "SERVICE_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "PROD"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/WK_Vehicle_Data.-6303890120553130256..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/WK_Vehicle_Data.-6303890120553130256..management_zone.tf
new file mode 100644
index 0000000..466e179
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/WK_Vehicle_Data.-6303890120553130256..management_zone.tf
@@ -0,0 +1,31 @@
+resource "dynatrace_management_zone" "WK_Vehicle_Data" {
+ name = "WK_Vehicle_Data"
+ rules {
+ type = "SERVICE"
+ enabled = true
+ conditions {
+ process_metadata {
+ attribute = "PROCESS_GROUP_PREDEFINED_METADATA"
+ dynamic_key = "KUBERNETES_NAMESPACE"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "EQUALS"
+ value = "managed-app-vehicle-service"
+ }
+ }
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "SERVICE_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "PROD"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/WK_Vehicle_Mapping.-5513243277421013486..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/WK_Vehicle_Mapping.-5513243277421013486..management_zone.tf
new file mode 100644
index 0000000..42fea7d
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/WK_Vehicle_Mapping.-5513243277421013486..management_zone.tf
@@ -0,0 +1,59 @@
+resource "dynatrace_management_zone" "WK_Vehicle_Mapping" {
+ name = "WK_Vehicle_Mapping"
+ rules {
+ type = "SERVICE"
+ enabled = true
+ conditions {
+ process_metadata {
+ attribute = "PROCESS_GROUP_PREDEFINED_METADATA"
+ dynamic_key = "KUBERNETES_NAMESPACE"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "EQUALS"
+ value = "managed-app-vehicle-mapping-composite-service"
+ }
+ }
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "SERVICE_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "PROD"
+ }
+ }
+ }
+ rules {
+ type = "SERVICE"
+ enabled = true
+ conditions {
+ process_metadata {
+ attribute = "PROCESS_GROUP_PREDEFINED_METADATA"
+ dynamic_key = "KUBERNETES_NAMESPACE"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "EQUALS"
+ value = "managed-app-user-composite-service"
+ }
+ }
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "SERVICE_NAME"
+ }
+ string {
+ case_sensitive = true
+ negate = false
+ operator = "CONTAINS"
+ value = "PROD"
+ }
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/module.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/module.tf
new file mode 100644
index 0000000..e4e0436
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/module.tf
@@ -0,0 +1,8 @@
+terraform {
+ required_providers {
+ dynatrace = {
+ version = "1.8.4"
+ source = "dynatrace-oss/dynatrace"
+ }
+ }
+}
diff --git a/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/tf-example-for-management-zone-by-tag.-2517423735210691021..management_zone.tf b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/tf-example-for-management-zone-by-tag.-2517423735210691021..management_zone.tf
new file mode 100644
index 0000000..56dfe27
--- /dev/null
+++ b/configuration/20211130-184103_EUPROD_CONFIGURATION/management_zones/tf-example-for-management-zone-by-tag.-2517423735210691021..management_zone.tf
@@ -0,0 +1,34 @@
+resource "dynatrace_management_zone" "tf-example-for-management-zone-by-tag" {
+ name = "tf-example-for-management-zone-by-tag"
+ description = "CONNECTED APP \u0026 CONVERSATION SERVICES4: CONNECTED APP (MYBMW, MINI)"
+ rules {
+ type = "SERVICE"
+ enabled = true
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "SERVICE_TYPE"
+ }
+ service_type {
+ negate = false
+ operator = "EQUALS"
+ value = "WEB_SERVICE"
+ }
+ }
+ conditions {
+ key {
+ type = "STATIC"
+ attribute = "SERVICE_TAGS"
+ }
+ tag {
+ negate = false
+ operator = "EQUALS"
+ value {
+ context = "CONTEXTLESS"
+ key = "compass-id"
+ value = "UDS"
+ }
+ }
+ }
+ }
+}
diff --git a/dynatrace.tf b/dynatrace.tf
deleted file mode 100644
index f805ee6..0000000
--- a/dynatrace.tf
+++ /dev/null
@@ -1,15 +0,0 @@
-# [2021.11.29] Add plugin provider
-terraform {
- required_providers {
- dynatrace = {
- version = "1.8.4"
- source = "dynatrace-oss/dynatrace"
- }
- }
-}
-
-# [2021.11.29] Configure the dynatrace provider
-provider "dynatrace" {
- dt_env_url = var.DYNATRACE_ENV_URL
- dt_api_token = var.DYNATRACE_API_TOKEN
-}
diff --git a/exportConfig.py b/exportConfig.py
new file mode 100644
index 0000000..af41f68
--- /dev/null
+++ b/exportConfig.py
@@ -0,0 +1,64 @@
+#!/usr/bin/env python
+""" Load Dynatrace Configuration Script.
+This program is free software: you can redistribute it and/or modify it under
+the terms of the GNU General Public License as published by the Free Software
+Foundation, either version 3 of the License, or (at your option) any later
+version.
+This program is distributed in the hope that it will be useful, but WITHOUT
+ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
+You should have received a copy of the GNU General Public License along with
+this program. If not, see .
+"""
+
+__author__ = "Arnautovic Arnel"
+__contact__ = "Arnel.Arnautovic@nttdata.com"
+__copyright__ = "Copyright 2021, NTT DATA"
+__credits__ = ["Ermis Wieger", "René Forstner"]
+__date__ = "2021/11/29"
+__deprecated__ = False
+__license__ = "GPLv3"
+__maintainer__ = "developer"
+__status__ = "Prototype"
+__version__ = "0.0.1"
+
+# [AA 2021.11.29] Import modules
+import os
+import subprocess
+import sys
+import time
+import shutil
+from dotenv import load_dotenv
+
+# [AA 2021.11.29] Load enviroment file
+load_dotenv()
+
+# [AA 2021.11.29] Arguments passed
+if(len(sys.argv) == 1):
+ # , "NAPROD", "EUPREPROD", "NAPREPROD", "CNPROD", "CNPREPROD"]:
+ for i in ["EUPROD"]:
+ os.environ['DYNATRACE_ENV_URL'] = str(os.getenv(i + "_ENV_URL"))
+ os.environ['DYNATRACE_API_TOKEN'] = str(os.getenv(i + "_API_TOKEN"))
+ os.environ['DYNATRACE_TARGET_FOLDER'] = str(
+ "./configuration/" + time.strftime("%Y%m%d-%H%M%S") + "_" + i + "_CONFIGURATION")
+ subprocess.run(
+ [".\\bin\\terraform-provider-dynatrace_v1.8.4.exe", "export", "dynatrace_management_zone"])
+ # Cpy module
+
+ # Cpy conifiguration
+ shutil.copyfile(".\\templates\\configuration.tf",
+ os.environ['DYNATRACE_TARGET_FOLDER'] + "\\configuration.tf")
+
+ # iterate trought each folder in targetfolder
+ for filename in os.listdir(os.environ['DYNATRACE_TARGET_FOLDER']):
+ f = os.path.join(os.environ['DYNATRACE_TARGET_FOLDER'], filename)
+ # checking if it is a file
+ if os.path.isdir(f):
+ print(f)
+ with open(os.environ['DYNATRACE_TARGET_FOLDER'] + "\\configuration.tf", "a") as myfile:
+ myfile.writelines("\n" + "module \"" + filename +
+ "\" { source = \"./" + filename + "\"}")
+ shutil.copyfile(".\\templates\\module.tf", f + "\\module.tf")
+else:
+ print("Usage example: ")
+ print("python .\exportConfig.py")
diff --git a/loadConfig.py b/importConfig.py
similarity index 62%
rename from loadConfig.py
rename to importConfig.py
index 1605035..18737f9 100644
--- a/loadConfig.py
+++ b/importConfig.py
@@ -1,5 +1,5 @@
#!/usr/bin/env python
-""" Load Dynatrace Configuration Script.
+""" Import Dynatrace Configuration Script.
This program is free software: you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free Software
Foundation, either version 3 of the License, or (at your option) any later
@@ -22,24 +22,22 @@ __maintainer__ = "developer"
__status__ = "Prototype"
__version__ = "0.0.1"
-# [AA 2021.11.29] Import modules
+# [AA 2021.11.30] Import modules
import os
import subprocess
import sys
import time
from dotenv import load_dotenv
-# [AA 2021.11.29] Load enviroment file
-load_dotenv()
-
-# [AA 2021.11.29] Arguments passed
if(len(sys.argv) == 1):
- for i in ["EUPROD", "NAPROD", "EUPREPROD", "NAPREPROD", "CNPROD", "CNPREPROD"]:
- os.environ['DYNATRACE_ENV_URL'] = str(os.getenv(i + "_ENV_URL"))
- os.environ['DYNATRACE_API_TOKEN'] = str(os.getenv(i + "_API_TOKEN"))
- os.environ['DYNATRACE_TARGET_FOLDER'] = str(
- "./" + time.strftime("%Y%m%d-%H%M%S") + "_" + i + "_CONFIGURATION")
- subprocess.run(["terraform-provider-dynatrace_v1.8.4.exe", "export"])
+ # Get the folder
+ # folderName = sys.argv[1]
+
+ # create main.tf
+ # replace
+
+ subprocess.run(["terraform", "init"])
+ subprocess.run(["terraform", "apply"])
else:
print("Usage example: ")
- print("python .\loadConfig.py")
+ print("python .\importConfig.py ")
diff --git a/main.tf b/main.tf
new file mode 100644
index 0000000..149bcd7
--- /dev/null
+++ b/main.tf
@@ -0,0 +1,16 @@
+terraform {
+ required_providers {
+ dynatrace = {
+ version = "1.8.4"
+ source = "dynatrace-oss/dynatrace"
+ }
+ }
+}
+
+module "configDir" {
+ source = "./configuration/20211130-184103_EUPROD_CONFIGURATION"
+}
+
+# module "configDir" {
+# source = "git::https://github.com/arnauagithub/DynatraceTerraformConfiguration.git?ref=20211130-151123"
+# }
diff --git a/provider.tf b/provider.tf
new file mode 100644
index 0000000..15ac867
--- /dev/null
+++ b/provider.tf
@@ -0,0 +1,5 @@
+# [2021.11.29] Configure the dynatrace provider
+provider "dynatrace" {
+ dt_env_url = var.dt_env_url
+ dt_api_token = var.dt_api_token
+}
diff --git a/templates/configuration.tf b/templates/configuration.tf
new file mode 100644
index 0000000..42347c2
--- /dev/null
+++ b/templates/configuration.tf
@@ -0,0 +1,8 @@
+terraform {
+ required_providers {
+ dynatrace = {
+ version = "1.8.4"
+ source = "dynatrace-oss/dynatrace"
+ }
+ }
+}
\ No newline at end of file
diff --git a/templates/main.tf b/templates/main.tf
new file mode 100644
index 0000000..8439a5d
--- /dev/null
+++ b/templates/main.tf
@@ -0,0 +1,16 @@
+terraform {
+ required_providers {
+ dynatrace = {
+ version = "1.8.4"
+ source = "dynatrace-oss/dynatrace"
+ }
+ }
+}
+
+module "configDir" {
+ source = "configuration/{$source$}"
+}
+
+# module "configDir" {
+# source = "git::https://github.com/arnauagithub/DynatraceTerraformConfiguration.git?ref=20211130-151123"
+# }
diff --git a/templates/module.tf b/templates/module.tf
new file mode 100644
index 0000000..e4e0436
--- /dev/null
+++ b/templates/module.tf
@@ -0,0 +1,8 @@
+terraform {
+ required_providers {
+ dynatrace = {
+ version = "1.8.4"
+ source = "dynatrace-oss/dynatrace"
+ }
+ }
+}
diff --git a/terraform.tfstate b/terraform.tfstate
new file mode 100644
index 0000000..55d701d
--- /dev/null
+++ b/terraform.tfstate
@@ -0,0 +1,8 @@
+{
+ "version": 4,
+ "terraform_version": "1.0.10",
+ "serial": 709,
+ "lineage": "f0f68084-9dd9-9334-f609-665048b78002",
+ "outputs": {},
+ "resources": []
+}
diff --git a/terraform.tfstate.backup b/terraform.tfstate.backup
new file mode 100644
index 0000000..5db7e59
--- /dev/null
+++ b/terraform.tfstate.backup
@@ -0,0 +1,162260 @@
+{
+ "version": 4,
+ "terraform_version": "1.0.10",
+ "serial": 362,
+ "lineage": "f0f68084-9dd9-9334-f609-665048b78002",
+ "outputs": {},
+ "resources": [
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_ABC",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [
+ {
+ "enabled": true,
+ "selector": "type(Service),tag(\"compass-id:am-cns\",\"compass-id:am-proxy\")",
+ "unknowns": ""
+ },
+ {
+ "enabled": true,
+ "selector": "type(SERVICE),databaseName.exists(),toRelationship.calls(type(SERVICE),tag(\"compass-id:am-cns\"))",
+ "unknowns": ""
+ }
+ ],
+ "id": "5165411464594203903",
+ "metadata": [],
+ "name": "CD_ABC",
+ "rules": [],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_APIGW",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "-720208913330065658",
+ "metadata": [],
+ "name": "CD_APIGW",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "APIGW-WS"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ },
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": true,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "HealthResource"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ },
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": true,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "PingResource"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ },
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": true,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "PrometheusResource"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "APIGW-WS"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "APIGW-APP"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ },
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": true,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "HealthResource"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ },
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": true,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "PingResource"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ },
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": true,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "PrometheusResource"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "APIGW-APP"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "Service Gateway Legacy"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ },
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": true,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "HealthResource"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ },
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": true,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "PingResource"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ },
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": true,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "PrometheusResource"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "Service Gateway Legacy"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_APIM",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "5689737714391139565",
+ "metadata": [],
+ "name": "CD_APIM",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_AKKA_ACTOR_SYSTEM",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "BEGINS_WITH",
+ "unknowns": "",
+ "value": "Empty"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "SERVICE",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_ASBC-FSC-AST",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "-4728159652035814943",
+ "metadata": [],
+ "name": "CD_ASBC-FSC-AST",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "ASBC-FSC-AST"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "ASBC-FSC-AST"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "ASBC-FSC-AST"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "ASBC-FSC-AST"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "ASBC-FSC-AST"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_ASBC-HAL",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "-3829496277040134218",
+ "metadata": [],
+ "name": "CD_ASBC-HAL",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "ASBC-HAL"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ },
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": true,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "HealthResource"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ },
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": true,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "PingResource"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ },
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": true,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "PrometheusResource"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ },
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": true,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "clusterDomain"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "ASBC-HAL"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_ASBC-HAL-CL",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "1556065942714703468",
+ "metadata": [],
+ "name": "CD_ASBC-HAL-CL",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "ASBC-HAL-CL"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "ASBC-HAL-CL"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "ASBC-HAL-CL"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "ASBC-HAL-CL"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "ASBC-HAL-CL"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_ASBC-MFSCS",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "6010811734371575561",
+ "metadata": [],
+ "name": "CD_ASBC-MFSCS",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "ASBC-MFSCS"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "ASBC-MFSCS"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "ASBC-MFSCS"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "ASBC-MFSCS"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "ASBC-MFSCS"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_ASBC-NGTP",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "859412261158694707",
+ "metadata": [],
+ "name": "CD_ASBC-NGTP",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "ASBC-NGTP"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "ASBC-NGTP"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "ASBC-NGTP"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "ASBC-NGTP"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "ASBC-NGTP"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_ASBC-PKI-DFP",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [
+ {
+ "enabled": true,
+ "selector": "type(Service),tag(\"compass-id:DFP\",\"compass-id:DFPH\")",
+ "unknowns": ""
+ },
+ {
+ "enabled": true,
+ "selector": "type(SERVICE),databaseName.exists(),toRelationship.calls(type(SERVICE),tag(\"compass-id:DFP\",\"compass-id:DFPH\"))",
+ "unknowns": ""
+ },
+ {
+ "enabled": true,
+ "selector": "type(PROCESS_GROUP_INSTANCE),tag(\"compass-id:DFP\",\"compass-id:DFPH\")",
+ "unknowns": ""
+ },
+ {
+ "enabled": true,
+ "selector": "type(HOST),tag(\"compass-id:DFP\",\"compass-id:DFPH\")",
+ "unknowns": ""
+ }
+ ],
+ "id": "-3091823534635238656",
+ "metadata": [],
+ "name": "CD_ASBC-PKI-DFP",
+ "rules": [],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_ASBC-PKI-OCLIScert2vin",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [
+ {
+ "enabled": true,
+ "selector": "type(Service),tag(\"compass-id:OCLISc2v\")",
+ "unknowns": ""
+ },
+ {
+ "enabled": true,
+ "selector": "type(SERVICE),databaseName.exists(),toRelationship.calls(type(SERVICE),tag(\"compass-id:OCLISc2v\"))",
+ "unknowns": ""
+ },
+ {
+ "enabled": true,
+ "selector": "type(PROCESS_GROUP_INSTANCE),tag(\"compass-id:OCLISc2v\")",
+ "unknowns": ""
+ },
+ {
+ "enabled": true,
+ "selector": "type(HOST),tag(\"compass-id:OCLISc2v\")",
+ "unknowns": ""
+ }
+ ],
+ "id": "1478563915477589757",
+ "metadata": [],
+ "name": "CD_ASBC-PKI-OCLIScert2vin",
+ "rules": [],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_ASBC-PKI-OCLISocsp",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [
+ {
+ "enabled": true,
+ "selector": "type(Service),tag(\"compass-id:OCLISocsp\")",
+ "unknowns": ""
+ },
+ {
+ "enabled": true,
+ "selector": "type(SERVICE),databaseName.exists(),toRelationship.calls(type(SERVICE),tag(\"compass-id:OCLISocsp\"))",
+ "unknowns": ""
+ },
+ {
+ "enabled": true,
+ "selector": "type(PROCESS_GROUP_INSTANCE),tag(\"compass-id:OCLISocsp\")",
+ "unknowns": ""
+ },
+ {
+ "enabled": true,
+ "selector": "type(HOST),tag(\"compass-id:OCLISocsp\")",
+ "unknowns": ""
+ }
+ ],
+ "id": "-6651709647809820748",
+ "metadata": [],
+ "name": "CD_ASBC-PKI-OCLISocsp",
+ "rules": [],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_ASBC-PKI-P2X",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [
+ {
+ "enabled": true,
+ "selector": "type(Service),tag(\"compass-id:P2X\")",
+ "unknowns": ""
+ },
+ {
+ "enabled": true,
+ "selector": "type(SERVICE),databaseName.exists(),toRelationship.calls(type(SERVICE),tag(\"compass-id:P2X\"))",
+ "unknowns": ""
+ },
+ {
+ "enabled": true,
+ "selector": "type(PROCESS_GROUP_INSTANCE),tag(\"compass-id:P2X\")",
+ "unknowns": ""
+ },
+ {
+ "enabled": true,
+ "selector": "type(HOST),tag(\"compass-id:P2X\")",
+ "unknowns": ""
+ }
+ ],
+ "id": "4011595275267038982",
+ "metadata": [],
+ "name": "CD_ASBC-PKI-P2X",
+ "rules": [],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_ASBC-PKI-VCSM",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [
+ {
+ "enabled": true,
+ "selector": "type(Service),tag(\"compass-id:VCS\")",
+ "unknowns": ""
+ },
+ {
+ "enabled": true,
+ "selector": "type(SERVICE),databaseName.exists(),toRelationship.calls(type(SERVICE),tag(\"compass-id:VCS\"))",
+ "unknowns": ""
+ },
+ {
+ "enabled": true,
+ "selector": "type(PROCESS_GROUP_INSTANCE),tag(\"compass-id:VCS\")",
+ "unknowns": ""
+ },
+ {
+ "enabled": true,
+ "selector": "type(HOST),tag(\"compass-id:VCS\")",
+ "unknowns": ""
+ }
+ ],
+ "id": "4761902293291097877",
+ "metadata": [],
+ "name": "CD_ASBC-PKI-VCSM",
+ "rules": [],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_ASBC-RSU",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [
+ {
+ "enabled": true,
+ "selector": "type(Service),tag(\"compass-id:ASBC-RSU\")",
+ "unknowns": ""
+ },
+ {
+ "enabled": true,
+ "selector": "type(SERVICE),databaseName.exists(),toRelationship.calls(type(SERVICE),tag(\"compass-id:ASBC-RSU\"))",
+ "unknowns": ""
+ },
+ {
+ "enabled": true,
+ "selector": "type(PROCESS_GROUP_INSTANCE),tag(\"compass-id:ASBC-RSU\")",
+ "unknowns": ""
+ },
+ {
+ "enabled": true,
+ "selector": "type(HOST),tag(\"compass-id:ASBC-RSU\")",
+ "unknowns": ""
+ }
+ ],
+ "id": "2727973922486970807",
+ "metadata": [],
+ "name": "CD_ASBC-RSU",
+ "rules": [],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_ASBC-SMACC",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "8232089479676291319",
+ "metadata": [],
+ "name": "CD_ASBC-SMACC",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "ASBC-SMACC"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ },
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": false,
+ "negate": true,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "cluster"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ },
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": true,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "HealthResource"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ },
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": true,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "PingResource"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ },
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": true,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "PrometheusResource"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "ASBC-SMACC"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_ASBC-STM",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [
+ {
+ "enabled": true,
+ "selector": "type(Service),tag(\"compass-id:STM\")",
+ "unknowns": ""
+ },
+ {
+ "enabled": true,
+ "selector": "type(SERVICE),databaseName.exists(),toRelationship.calls(type(SERVICE),tag(\"compass-id:STM\"))",
+ "unknowns": ""
+ },
+ {
+ "enabled": true,
+ "selector": "type(PROCESS_GROUP_INSTANCE),tag(\"compass-id:STM\")",
+ "unknowns": ""
+ },
+ {
+ "enabled": true,
+ "selector": "type(HOST),tag(\"compass-id:STM\")",
+ "unknowns": ""
+ }
+ ],
+ "id": "-2814623640190252914",
+ "metadata": [],
+ "name": "CD_ASBC-STM",
+ "rules": [],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_ASBC-TIS",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [
+ {
+ "enabled": true,
+ "selector": "type(Service),tag(\"compass-id:TIS\")",
+ "unknowns": ""
+ },
+ {
+ "enabled": true,
+ "selector": "type(SERVICE),databaseName.exists(),toRelationship.calls(type(SERVICE),tag(\"compass-id:TIS\"))",
+ "unknowns": ""
+ },
+ {
+ "enabled": true,
+ "selector": "type(PROCESS_GROUP_INSTANCE),tag(\"compass-id:TIS\")",
+ "unknowns": ""
+ },
+ {
+ "enabled": true,
+ "selector": "type(HOST),tag(\"compass-id:TIS\")",
+ "unknowns": ""
+ }
+ ],
+ "id": "2417949189483348602",
+ "metadata": [],
+ "name": "CD_ASBC-TIS",
+ "rules": [],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_ASBC-TVP",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [
+ {
+ "enabled": true,
+ "selector": "type(Service),tag(\"compass-id:TVP\")",
+ "unknowns": ""
+ },
+ {
+ "enabled": true,
+ "selector": "type(SERVICE),databaseName.exists(),toRelationship.calls(type(SERVICE),tag(\"compass-id:TVP\"))",
+ "unknowns": ""
+ },
+ {
+ "enabled": true,
+ "selector": "type(PROCESS_GROUP_INSTANCE),tag(\"compass-id:TVP\")",
+ "unknowns": ""
+ },
+ {
+ "enabled": true,
+ "selector": "type(HOST),tag(\"compass-id:TVP\")",
+ "unknowns": ""
+ }
+ ],
+ "id": "-7841888802987756200",
+ "metadata": [],
+ "name": "CD_ASBC-TVP",
+ "rules": [],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_ASBCSWLSEC2",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [
+ {
+ "enabled": true,
+ "selector": "type(Service),tag(\"compass-id:ASBCSWLSEC2\")",
+ "unknowns": ""
+ },
+ {
+ "enabled": true,
+ "selector": "type(SERVICE),databaseName.exists(),toRelationship.calls(type(SERVICE),tag(\"compass-id:ASBCSWLSEC2\"))",
+ "unknowns": ""
+ },
+ {
+ "enabled": true,
+ "selector": "type(PROCESS_GROUP_INSTANCE),tag(\"compass-id:ASBCSWLSEC2\")",
+ "unknowns": ""
+ },
+ {
+ "enabled": true,
+ "selector": "type(HOST),tag(\"compass-id:ASBCSWLSEC2\")",
+ "unknowns": ""
+ }
+ ],
+ "id": "5888505540872560632",
+ "metadata": [],
+ "name": "CD_ASBCSWLSEC2",
+ "rules": [],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_ASBS",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "4211889510475881307",
+ "metadata": [],
+ "name": "CD_ASBS",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "ASBS"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "ASBS"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "ASBS"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "ASBS"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "ASBS"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_App-Repository",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "8671315677776621070",
+ "metadata": [],
+ "name": "CD_App-Repository",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "App Repository"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "App Repository"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "App Repository"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "App Repository"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "App Repository"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_AudioVideoServices",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "3176576359934828987",
+ "metadata": [],
+ "name": "CD_AudioVideoServices",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "AudioVideoServices"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "AudioVideoServices"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "AudioVideoServices"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "AudioVideoServices"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "AudioVideoServices"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "ms-id",
+ "unknowns": "",
+ "value": "cm-spotify"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "ms-id",
+ "unknowns": "",
+ "value": "ise-connectedradio"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "ms-id",
+ "unknowns": "",
+ "value": "cm-config"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "ms-id",
+ "unknowns": "",
+ "value": "cm-gracenote"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "ms-id",
+ "unknowns": "",
+ "value": "cm-ximalaya"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_BMW-Assistant-for-Service-Events-_BASE_",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "-1351650751975166711",
+ "metadata": [],
+ "name": "CD_BMW-Assistant-for-Service-Events-(BASE)",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "BASE"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ },
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": true,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "executed in"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_BMWPoints",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "3255289411386699315",
+ "metadata": [],
+ "name": "CD_BMWPoints",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "BMWPoints"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "BMWPoints"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "BMWPoints"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "BMWPoints"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "BMWPoints"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_BMW_POINTS_ENGINE",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "2838701368189515127",
+ "metadata": [],
+ "name": "CD_BMW_POINTS_ENGINE",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "BMW_POINTS_ENGINE"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "BMW_POINTS_ENGINE"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "BMW_POINTS_ENGINE"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "BMW_POINTS_ENGINE"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "BMW_POINTS_ENGINE"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_Billing_Buffet",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "5269715464190841460",
+ "metadata": [],
+ "name": "CD_Billing_Buffet",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "Buffet"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "Buffet"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "Buffet"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "Buffet"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "Buffet"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_CCG",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "4744066360430920521",
+ "metadata": [],
+ "name": "CD_CCG",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "CCG"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "CCG"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "CCG"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "CCG"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "CCG"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_CICD",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [
+ {
+ "enabled": true,
+ "selector": "type(Service),tag(\"compass-id:CICD\")",
+ "unknowns": ""
+ },
+ {
+ "enabled": true,
+ "selector": "type(SERVICE),databaseName.exists(),toRelationship.calls(type(SERVICE),tag(\"compass-id:CICD\"))",
+ "unknowns": ""
+ },
+ {
+ "enabled": true,
+ "selector": "type(PROCESS_GROUP_INSTANCE),tag(\"compass-id:CICD\")",
+ "unknowns": ""
+ },
+ {
+ "enabled": true,
+ "selector": "type(HOST),tag(\"compass-id:CICD\")",
+ "unknowns": ""
+ }
+ ],
+ "id": "3819278834963022952",
+ "metadata": [],
+ "name": "CD_CICD",
+ "rules": [],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_CSI",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "-6531830395418606959",
+ "metadata": [],
+ "name": "CD_CSI",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "CSI"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "CSI"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "CSI"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "CSI"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "CSI"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_Call-Handling-Backends",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "7183236856232147083",
+ "metadata": [],
+ "name": "CD_Call-Handling-Backends",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "Call-Handling-Backends"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "Call-Handling-Backends"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "Call-Handling-Backends"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "Call-Handling-Backends"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "Call-Handling-Backends"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_CallCenterClient",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "4001897986870009675",
+ "metadata": [],
+ "name": "CD_CallCenterClient",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "Call Center Client"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "Call Center Client"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "Call Center Client"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "Call Center Client"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "Call Center Client"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_Connected-Backend-Services",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "2126317474409996191",
+ "metadata": [],
+ "name": "CD_Connected-Backend-Services",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "Connected-Backend-Services"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "Connected-Backend-Services"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "Connected-Backend-Services"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "Connected-Backend-Services"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "Connected-Backend-Services"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_Connected-User-Behaviour",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "-1310930134581331429",
+ "metadata": [],
+ "name": "CD_Connected-User-Behaviour",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "Connected-User-Behaviour"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "Connected-User-Behaviour"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "Connected-User-Behaviour"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "Connected-User-Behaviour"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "Connected-User-Behaviour"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_ConnectedDrive-Internet-Portal",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "6441464360929690433",
+ "metadata": [],
+ "name": "CD_ConnectedDrive-Internet-Portal",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "ConnectedDrive-Internet-Portal"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "ConnectedDrive-Internet-Portal"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "ConnectedDrive-Internet-Portal"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "ConnectedDrive-Internet-Portal"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "ConnectedDrive-Internet-Portal"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_DATABASE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "cdipdb_prod"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "SERVICE",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_ContentProvider",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "3888526470349026010",
+ "metadata": [],
+ "name": "CD_ContentProvider",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "ContentProvider"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "ContentProvider"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "ContentProvider"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "ContentProvider"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "ContentProvider"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_Countly",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "-6617079856976482034",
+ "metadata": [],
+ "name": "CD_Countly",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "Countly"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "Countly"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "Countly"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "Countly"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "Countly"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_CustomerCentricInformationServices",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "8866061228933970321",
+ "metadata": [],
+ "name": "CD_CustomerCentricInformationServices",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "CustomerCentricInformationServices"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "CustomerCentricInformationServices"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "CustomerCentricInformationServices"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "CustomerCentricInformationServices"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "CustomerCentricInformationServices"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "ms-id",
+ "unknowns": "",
+ "value": "geolocator"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "ms-id",
+ "unknowns": "",
+ "value": "news-next"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "ms-id",
+ "unknowns": "",
+ "value": "ccis-download"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "ms-id",
+ "unknowns": "",
+ "value": "digital-keyring"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_DPP_DPM",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "-40979414403498931",
+ "metadata": [],
+ "name": "CD_DPP_DPM",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "DPP"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "DPP"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "DPP"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "DPP"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "DPP"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "DPM"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "DPM"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "DPM"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "DPM"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "DPM"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_GCDM",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "-1282040248001884956",
+ "metadata": [],
+ "name": "CD_GCDM",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HTTP_MONITOR_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "BEGINS_WITH",
+ "unknowns": "",
+ "value": "GCDM"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HTTP_MONITOR",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_ImageBlur",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "-2679743777452802014",
+ "metadata": [],
+ "name": "CD_ImageBlur",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "CD_ImageBlur"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "CD_ImageBlur"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "CD_ImageBlur"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "CD_ImageBlur"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "CD_ImageBlur"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_Infotainment-In-Car-Experience-Services",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "2908958227360418555",
+ "metadata": [],
+ "name": "CD_Infotainment-In-Car-Experience-Services",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "Infotainment"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ },
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": true,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "HealthResource"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ },
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": true,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "PingResource"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ },
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": true,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "PrometheusResource"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ },
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": true,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "background"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "Infotainment"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "TAG_KEY_EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "External",
+ "unknowns": "",
+ "value": ""
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ },
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": false,
+ "negate": true,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "asbc"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "SERVICE",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_InfotainmentInCarExperienceServices",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [
+ {
+ "enabled": true,
+ "selector": "type(Service),tag(\"compass-id:ambient-music\",\"compass-id:festive-mode\")",
+ "unknowns": ""
+ },
+ {
+ "enabled": true,
+ "selector": "type(SERVICE),databaseName.exists(),toRelationship.calls(type(SERVICE),tag(\"compass-id:ambient-music\",\"compass-id:festive-mode\"))",
+ "unknowns": ""
+ },
+ {
+ "enabled": true,
+ "selector": "type(PROCESS_GROUP_INSTANCE),tag(\"compass-id:ambient-music\",\"compass-id:festive-mode\")",
+ "unknowns": ""
+ },
+ {
+ "enabled": true,
+ "selector": "type(HOST),tag(\"compass-id:ambient-music\",\"compass-id:festive-mode\")",
+ "unknowns": ""
+ }
+ ],
+ "id": "-8300993624543088051",
+ "metadata": [],
+ "name": "CD_InfotainmentInCarExperienceServices",
+ "rules": [],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_LSC",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "-9003026726126662975",
+ "metadata": [],
+ "name": "CD_LSC",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "LSC"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "LSC"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "LSC"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "LSC"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "LSC"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_LSC-FSU",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "-4120799202213648191",
+ "metadata": [],
+ "name": "CD_LSC-FSU",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "LSC-FSU"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ },
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": true,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "HealthResource"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ },
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": true,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "PingResource"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ },
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": true,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "PrometheusResource"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "LSC-FSU"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_LSCFSU",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [
+ {
+ "enabled": true,
+ "selector": "type(Service),tag(\"compass-id:lscfsu\")",
+ "unknowns": ""
+ },
+ {
+ "enabled": true,
+ "selector": "type(SERVICE),databaseName.exists(),toRelationship.calls(type(SERVICE),tag(\"compass-id:lscfsu\"))",
+ "unknowns": ""
+ },
+ {
+ "enabled": true,
+ "selector": "type(PROCESS_GROUP),tag(\"compass-id:lscfsu\")",
+ "unknowns": ""
+ },
+ {
+ "enabled": true,
+ "selector": "type(PROCESS_GROUP_INSTANCE),tag(\"compass-id:lscfsu\")",
+ "unknowns": ""
+ },
+ {
+ "enabled": true,
+ "selector": "type(HOST),tag(\"compass-id:lscfsu\")",
+ "unknowns": ""
+ }
+ ],
+ "id": "3651025357344019518",
+ "metadata": [],
+ "name": "CD_LSCFSU",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "LSCFSU"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "LSCFSU"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "LSCFSU"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "LSCFSU"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "LSCFSU"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_Location-Services",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "2075998580235082920",
+ "metadata": [],
+ "name": "CD_Location-Services",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "Location-Services"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "Location-Services"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "Location-Services"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "Location-Services"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "Location-Services"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_MSGSVC",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [
+ {
+ "enabled": true,
+ "selector": "type(Service),tag(\"compass-id:msgsvc\")",
+ "unknowns": ""
+ },
+ {
+ "enabled": true,
+ "selector": "type(SERVICE),databaseName.exists(),toRelationship.calls(type(SERVICE),tag(\"compass-id:msgsvc\"))",
+ "unknowns": ""
+ },
+ {
+ "enabled": true,
+ "selector": "type(PROCESS_GROUP_INSTANCE),tag(\"compass-id:msgsvc\")",
+ "unknowns": ""
+ },
+ {
+ "enabled": true,
+ "selector": "type(HOST),tag(\"compass-id:msgsvc\")",
+ "unknowns": ""
+ }
+ ],
+ "id": "8442203785729471574",
+ "metadata": [],
+ "name": "CD_MSGSVC",
+ "rules": [],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_Messaging-Services",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "-326241662948557455",
+ "metadata": [],
+ "name": "CD_Messaging-Services",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "XCC"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "XCC"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "XCC"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "XCC"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "XCC"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "MSGSVC"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "MSGSVC"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "MSGSVC"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "MSGSVC"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "MSGSVC"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_Mobile2_and_BFFs",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "-5390003301685959906",
+ "metadata": [],
+ "name": "CD_Mobile2_and_BFFs",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "MOBILE_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "Store"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "MOBILE_APPLICATION",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [
+ {
+ "attribute": "PROCESS_GROUP_PREDEFINED_METADATA",
+ "dynamic_key": "KUBERNETES_NAMESPACE",
+ "unknowns": ""
+ }
+ ],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "managed-app-destination-composite-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ },
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "PROD"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [
+ {
+ "attribute": "PROCESS_GROUP_PREDEFINED_METADATA",
+ "dynamic_key": "KUBERNETES_NAMESPACE",
+ "unknowns": ""
+ }
+ ],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "managed-app-vehicle-remote-commands-composite-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ },
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "PROD"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [
+ {
+ "attribute": "PROCESS_GROUP_PREDEFINED_METADATA",
+ "dynamic_key": "KUBERNETES_NAMESPACE",
+ "unknowns": ""
+ }
+ ],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "managed-app-remote-360-composite-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ },
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "PROD"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [
+ {
+ "attribute": "PROCESS_GROUP_PREDEFINED_METADATA",
+ "dynamic_key": "KUBERNETES_NAMESPACE",
+ "unknowns": ""
+ }
+ ],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "managed-app-vehicle-mapping-composite-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ },
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "PROD"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [
+ {
+ "attribute": "PROCESS_GROUP_PREDEFINED_METADATA",
+ "dynamic_key": "KUBERNETES_NAMESPACE",
+ "unknowns": ""
+ }
+ ],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "managed-app-user-composite-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ },
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "PROD"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "PROD"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ },
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [
+ {
+ "attribute": "PROCESS_GROUP_PREDEFINED_METADATA",
+ "dynamic_key": "KUBERNETES_NAMESPACE",
+ "unknowns": ""
+ }
+ ],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": "managed-app-digital-key-composite-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TYPE",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": "WEB_REQUEST_SERVICE"
+ }
+ ],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ },
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "PROD"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ },
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [
+ {
+ "attribute": "PROCESS_GROUP_PREDEFINED_METADATA",
+ "dynamic_key": "KUBERNETES_NAMESPACE",
+ "unknowns": ""
+ }
+ ],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "composite"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "PROD"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ },
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [
+ {
+ "attribute": "PROCESS_GROUP_PREDEFINED_METADATA",
+ "dynamic_key": "KUBERNETES_NAMESPACE",
+ "unknowns": ""
+ }
+ ],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "managed-app-connected-oauth-service-apim"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [
+ {
+ "attribute": "PROCESS_GROUP_PREDEFINED_METADATA",
+ "dynamic_key": "KUBERNETES_NAMESPACE",
+ "unknowns": ""
+ }
+ ],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": "managed-app-remote-software-upgrade"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ },
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "PROD"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "SERVICE",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_Mobile_2",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "3893699589418447205",
+ "metadata": [],
+ "name": "CD_Mobile_2",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "MOBILE_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "Mobile"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ },
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "MOBILE_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "Store"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "MOBILE_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_Navigation-Information-Services",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "5416004303145554067",
+ "metadata": [],
+ "name": "CD_Navigation-Information-Services",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "Navigation-Information-Services"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "Navigation-Information-Services"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "Navigation-Information-Services"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "Navigation-Information-Services"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "Navigation-Information-Services"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_Openshift",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "-566274672909524986",
+ "metadata": [],
+ "name": "CD_Openshift",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Platform",
+ "unknowns": "",
+ "value": "OpenShift"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_PAIS",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "1860251086955104513",
+ "metadata": [],
+ "name": "CD_PAIS",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "ms-id",
+ "unknowns": "",
+ "value": "pais"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "ms-id",
+ "unknowns": "",
+ "value": "pais"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "ms-id",
+ "unknowns": "",
+ "value": "pais"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "pais"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "pais"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_PISA",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "-7242349622315044458",
+ "metadata": [],
+ "name": "CD_PISA",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "PISA"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "PISA"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "PISA"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "PISA"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "PISA"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_PSR",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [
+ {
+ "enabled": true,
+ "selector": "type(Service),tag(\"compass-id:PSR\")",
+ "unknowns": ""
+ },
+ {
+ "enabled": true,
+ "selector": "type(SERVICE),databaseName.exists(),toRelationship.calls(type(SERVICE),tag(\"compass-id:PSR\"))",
+ "unknowns": ""
+ },
+ {
+ "enabled": true,
+ "selector": "type(PROCESS_GROUP_INSTANCE),tag(\"compass-id:PSR\")",
+ "unknowns": ""
+ },
+ {
+ "enabled": true,
+ "selector": "type(HOST),tag(\"compass-id:PSR\")",
+ "unknowns": ""
+ }
+ ],
+ "id": "-1602358641147166180",
+ "metadata": [],
+ "name": "CD_PSR",
+ "rules": [],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_Perseus",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [
+ {
+ "enabled": true,
+ "selector": "type(Service),tag(\"compass-id:perseus\",\"compass-id:pais\",\"compass-id:psr\")",
+ "unknowns": ""
+ },
+ {
+ "enabled": true,
+ "selector": "type(SERVICE),databaseName.exists(),toRelationship.calls(type(SERVICE),tag(\"compass-id:perseus\",\"compass-id:pais\",\"compass-id:psr\"))",
+ "unknowns": ""
+ },
+ {
+ "enabled": true,
+ "selector": "type(PROCESS_GROUP_INSTANCE),tag(\"compass-id:perseus\",\"compass-id:pais\",\"compass-id:psr\")",
+ "unknowns": ""
+ },
+ {
+ "enabled": true,
+ "selector": "type(HOST),tag(\"compass-id:perseus\",\"compass-id:pais\",\"compass-id:psr\")",
+ "unknowns": ""
+ }
+ ],
+ "id": "7143919820351754792",
+ "metadata": [],
+ "name": "CD_Perseus",
+ "rules": [],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_RemoteCamera",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "580418082329683493",
+ "metadata": [],
+ "name": "CD_RemoteCamera",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "Remote 360"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "Remote 360"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST",
+ "PROCESS_GROUP_TO_SERVICE"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "Remote 360"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "HOST_TO_PROCESS_GROUP_INSTANCE"
+ ],
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "KUBERNETES_CLUSTER_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "Remote 360"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "Remote 360"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_RemoteServiceCockpit",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "8373612644999649941",
+ "metadata": [],
+ "name": "CD_RemoteServiceCockpit",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "rs-cockpit"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "rs-cockpit"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "rs-cockpit"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "rs-cockpit"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "rs-cockpit"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_RemoteServices",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "2162381656335436605",
+ "metadata": [],
+ "name": "CD_RemoteServices",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "RemoteServices"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "RemoteServices"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "RemoteServices"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "RemoteServices"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "RemoteServices"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_SMACC-BE",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "697518976705606796",
+ "metadata": [],
+ "name": "CD_SMACC-BE",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "SMACC-BE"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ },
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": true,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": "HealthResource"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ },
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": true,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": "MetricsResource"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ },
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": true,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": "PrometheusResource"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ },
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": true,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": "PingResource"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ },
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": false,
+ "negate": true,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "internal service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ },
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": false,
+ "negate": true,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "ProtocolDataApi"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "SMACC-KTS"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ },
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": true,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": "PrometheusResource"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ },
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": true,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": "MetricsResource"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ },
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": true,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": "HealthResource"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ },
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": true,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": "PingResource"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ },
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": true,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "executed"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "SMACC-BE"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "SMACC-KTS"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "TAG_KEY_EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "External",
+ "unknowns": "",
+ "value": ""
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ },
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "BEGINS_WITH",
+ "unknowns": "",
+ "value": "svds"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "TAG_KEY_EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "External",
+ "unknowns": "",
+ "value": ""
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ },
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "smacc"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "SERVICE",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_SMC2_CEKS",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "196617136970325219",
+ "metadata": [],
+ "name": "CD_SMC2_CEKS",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "smc2-ceks"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "smc2-ceks"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "smc2-ceks"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "smc2-ceks"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "smc2-ceks"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_SMS-Gateway",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "2251429087422798196",
+ "metadata": [],
+ "name": "CD_SMS-Gateway",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "SMS-Gateway"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HTTP_MONITOR_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "BEGINS_WITH",
+ "unknowns": "",
+ "value": "SMS GW"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HTTP_MONITOR",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_SVDS",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "-4495565830910317264",
+ "metadata": [],
+ "name": "CD_SVDS",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "SVDS"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "SVDS"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "SVDS"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "SVDS"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "SVDS"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_SWLSEC2-BA2BT",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [
+ {
+ "enabled": true,
+ "selector": "type(Service),tag(\"compass-id:SWLSEC2-BA2BT\")",
+ "unknowns": ""
+ },
+ {
+ "enabled": true,
+ "selector": "type(SERVICE),databaseName.exists(),toRelationship.calls(type(SERVICE),tag(\"compass-id:SWLSEC2-BA2BT\"))",
+ "unknowns": ""
+ },
+ {
+ "enabled": true,
+ "selector": "type(PROCESS_GROUP_INSTANCE),tag(\"compass-id:SWLSEC2-BA2BT\")",
+ "unknowns": ""
+ },
+ {
+ "enabled": true,
+ "selector": "type(HOST),tag(\"compass-id:SWLSEC2-BA2BT\")",
+ "unknowns": ""
+ }
+ ],
+ "id": "1037797961871962691",
+ "metadata": [],
+ "name": "CD_SWLSEC2-BA2BT",
+ "rules": [],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_SWLSEC2-Checker",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "1587286591393305752",
+ "metadata": [],
+ "name": "CD_SWLSEC2-Checker",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "SWLSEC2-Checker"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "SWLSEC2-Checker"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "SWLSEC2-Checker"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "SWLSEC2-Checker"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "SWLSEC2-Checker"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_Service-Bus",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "2129212042227185124",
+ "metadata": [],
+ "name": "CD_Service-Bus",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "Service-Bus"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "Service-Bus"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "Service-Bus"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_Service-Gateway",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "1505820690683113513",
+ "metadata": [],
+ "name": "CD_Service-Gateway",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "Service-Gateway"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "Service-Gateway"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "Service-Gateway"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "Service-Gateway"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "Service-Gateway"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_Speech",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "214589796977884339",
+ "metadata": [],
+ "name": "CD_Speech",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "Speech"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "Speech"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "Speech"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "Speech"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "Speech"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_TEST_EW",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "6622976761061756981",
+ "metadata": [],
+ "name": "CD_TEST_EW",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "TEST_EW"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "TEST_EW"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "TEST_EW"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "TEST_EW"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "TEST_EW"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_TEST_EW2",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [
+ {
+ "enabled": true,
+ "selector": "type(Service),tag(\"compass-id:hallo\",\"compass-id:gerne\",\"compass-id:test\")",
+ "unknowns": ""
+ },
+ {
+ "enabled": true,
+ "selector": "type(SERVICE),databaseName.exists(),toRelationship.calls(type(SERVICE),tag(\"compass-id:hallo\",\"compass-id:gerne\",\"compass-id:test\"))",
+ "unknowns": ""
+ }
+ ],
+ "id": "-1324907722643123517",
+ "metadata": [],
+ "name": "CD_TEST_EW2",
+ "rules": [],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_TripCollection",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [
+ {
+ "enabled": true,
+ "selector": "type(Service),tag(\"compass-id:tripCollectionApi\")",
+ "unknowns": ""
+ },
+ {
+ "enabled": true,
+ "selector": "type(SERVICE),databaseName.exists(),toRelationship.calls(type(SERVICE),tag(\"compass-id:tripCollectionApi\"))",
+ "unknowns": ""
+ },
+ {
+ "enabled": true,
+ "selector": "type(PROCESS_GROUP),tag(\"compass-id:tripCollectionApi\")",
+ "unknowns": ""
+ },
+ {
+ "enabled": true,
+ "selector": "type(PROCESS_GROUP_INSTANCE),tag(\"compass-id:tripCollectionApi\")",
+ "unknowns": ""
+ },
+ {
+ "enabled": true,
+ "selector": "type(HOST),tag(\"compass-id:tripCollectionApi\")",
+ "unknowns": ""
+ }
+ ],
+ "id": "-7425189045921704479",
+ "metadata": [],
+ "name": "CD_TripCollection",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "TripCollection"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "TripCollection"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "TripCollection"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "TripCollection"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "TripCollection"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_UDS",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [
+ {
+ "enabled": true,
+ "selector": "type(Service),tag(\"compass-id:UDS\")",
+ "unknowns": ""
+ },
+ {
+ "enabled": true,
+ "selector": "type(SERVICE),databaseName.exists(),toRelationship.calls(type(SERVICE),tag(\"compass-id:UDS\"))",
+ "unknowns": ""
+ },
+ {
+ "enabled": true,
+ "selector": "type(PROCESS_GROUP),tag(\"compass-id:UDS\")",
+ "unknowns": ""
+ },
+ {
+ "enabled": true,
+ "selector": "type(PROCESS_GROUP_INSTANCE),tag(\"compass-id:UDS\")",
+ "unknowns": ""
+ }
+ ],
+ "id": "-7964644311082833185",
+ "metadata": [],
+ "name": "CD_UDS",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "UDS"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": false,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "UDS"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": false,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "UDS"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": false,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "UDS"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": false,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "UDS"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": false,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_VehicleCentricInformationServices",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "3610194961607483169",
+ "metadata": [],
+ "name": "CD_VehicleCentricInformationServices",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "VehicleCentricInformationServices"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "VehicleCentricInformationServices"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "VehicleCentricInformationServices"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "VehicleCentricInformationServices"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "VehicleCentricInformationServices"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "ms-id",
+ "unknowns": "",
+ "value": "tmpp-wechat-proxy"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "ms-id",
+ "unknowns": "",
+ "value": "tmpp-admin-ui"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "ms-id",
+ "unknowns": "",
+ "value": "tmpp-manifest"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "ms-id",
+ "unknowns": "",
+ "value": "tmpp-web-proxy"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_Voice-Services",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "6820444133926214271",
+ "metadata": [],
+ "name": "CD_Voice-Services",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "Voice Services"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ },
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": true,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "HealthResource"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ },
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": true,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "PingResource"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ },
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": true,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "PrometheusResource"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "Voice Services"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "Voice Services"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_XCC",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "6786736742263740714",
+ "metadata": [],
+ "name": "CD_XCC",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "XCC"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "XCC"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "XCC"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "XCC"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "XCC"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "app-id",
+ "unknowns": "",
+ "value": "APP-18886"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_agent-service",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "-707963622635250797",
+ "metadata": [],
+ "name": "CD_agent-service",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "agent-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "agent-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "agent-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "agent-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "agent-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_aluis",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "3249669736561531925",
+ "metadata": [],
+ "name": "CD_aluis",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "aluis"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "aluis"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "aluis"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "aluis"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "aluis"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_am-bpm",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "546209693413134677",
+ "metadata": [],
+ "name": "CD_am-bpm",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "am-bpm"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "am-bpm"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "am-bpm"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "am-bpm"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "am-bpm"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_am-casa",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "-3666290352842279780",
+ "metadata": [],
+ "name": "CD_am-casa",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "am-casa"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "am-casa"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "am-casa"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "am-casa"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "am-casa"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_am-cesim",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "7919721265470624001",
+ "metadata": [],
+ "name": "CD_am-cesim",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "am-cesim"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "am-cesim"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "am-cesim"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "am-cesim"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "am-cesim"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_am-cns",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "-2836213725300477266",
+ "metadata": [],
+ "name": "CD_am-cns",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "am-cns"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "am-cns"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "am-cns"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "am-cns"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "am-cns"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_am-device",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "-6750227847233798554",
+ "metadata": [],
+ "name": "CD_am-device",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "am-device"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "am-device"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "am-device"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "am-device"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "am-device"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_am-ecs",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "5923366537289206150",
+ "metadata": [],
+ "name": "CD_am-ecs",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "am-ecs"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "am-ecs"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "am-ecs"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "am-ecs"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "am-ecs"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_am-egim",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "8075897006067389176",
+ "metadata": [],
+ "name": "CD_am-egim",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "am-egim"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "am-egim"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "am-egim"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "am-egim"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "am-egim"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_am-esim-ui",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "7694381026371616725",
+ "metadata": [],
+ "name": "CD_am-esim-ui",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "am-esim-ui"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "am-esim-ui"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "am-esim-ui"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "am-esim-ui"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "am-esim-ui"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_am-lmcs",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "-3082406216748965247",
+ "metadata": [],
+ "name": "CD_am-lmcs",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "am-lmcs"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "am-lmcs"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "am-lmcs"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "am-lmcs"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "am-lmcs"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_am-mno-manager",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "-180887270833842627",
+ "metadata": [],
+ "name": "CD_am-mno-manager",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "am-mno-manager"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "am-mno-manager"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "am-mno-manager"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "am-mno-manager"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "am-mno-manager"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_am-proxy",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "-7747137011004645423",
+ "metadata": [],
+ "name": "CD_am-proxy",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "am-proxy"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "am-proxy"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "am-proxy"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "am-proxy"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "am-proxy"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_am-store",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "2731044584483379799",
+ "metadata": [],
+ "name": "CD_am-store",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "am-store"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "am-store"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "am-store"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "am-store"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "am-store"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_am-svms",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "5200459472196977214",
+ "metadata": [],
+ "name": "CD_am-svms",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "am-svms"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "am-svms"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "am-svms"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "am-svms"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "am-svms"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_am-ui",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "-3487972530600111218",
+ "metadata": [],
+ "name": "CD_am-ui",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "am-ui"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "am-ui"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "am-ui"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "am-ui"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "am-ui"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_am-usage",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "6388850282815076359",
+ "metadata": [],
+ "name": "CD_am-usage",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "am-usage"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "am-usage"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "am-usage"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "am-usage"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "am-usage"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_am-vehicle",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "-7582467839916241222",
+ "metadata": [],
+ "name": "CD_am-vehicle",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "am-vehicle"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "am-vehicle"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "am-vehicle"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "am-vehicle"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "am-vehicle"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_am-vehicle-activation",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "-2542511164807694068",
+ "metadata": [],
+ "name": "CD_am-vehicle-activation",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "am-vehicle-activation"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "am-vehicle-activation"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "am-vehicle-activation"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "am-vehicle-activation"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "am-vehicle-activation"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_am-vms",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "2371372310575714711",
+ "metadata": [],
+ "name": "CD_am-vms",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "am-vms"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "am-vms"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "am-vms"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "am-vms"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "am-vms"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_analytics-user-data-service",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "4978592689406084227",
+ "metadata": [],
+ "name": "CD_analytics-user-data-service",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "analytics-user-data-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "analytics-user-data-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "analytics-user-data-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "analytics-user-data-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "analytics-user-data-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_asbc-sfa-oh",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "8932311930790790175",
+ "metadata": [],
+ "name": "CD_asbc-sfa-oh",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "asbc-sfa-oh"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "asbc-sfa-oh"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "asbc-sfa-oh"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "asbc-sfa-oh"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "asbc-sfa-oh"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_asbc-sts",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "1460283650694078659",
+ "metadata": [],
+ "name": "CD_asbc-sts",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "asbc-sts"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "asbc-sts"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "asbc-sts"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "asbc-sts"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "asbc-sts"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_avs-client-service",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "2946828740561205539",
+ "metadata": [],
+ "name": "CD_avs-client-service",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "avs-client-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "avs-client-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "avs-client-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "avs-client-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "avs-client-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_avs-proxy-composite-service",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "-6103215470358267621",
+ "metadata": [],
+ "name": "CD_avs-proxy-composite-service",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "avs-proxy-composite-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "avs-proxy-composite-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "avs-proxy-composite-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "avs-proxy-composite-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "avs-proxy-composite-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_b2v-com-be",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "-8133236122256906047",
+ "metadata": [],
+ "name": "CD_b2v-com-be",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "b2v-com-be"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "b2v-com-be"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "b2v-com-be"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "b2v-com-be"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "b2v-com-be"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_b2v-com-echo",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "-6659058016848375004",
+ "metadata": [],
+ "name": "CD_b2v-com-echo",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "b2v-com-echo"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "b2v-com-echo"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "b2v-com-echo"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "b2v-com-echo"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "b2v-com-echo"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_b2v-com-fe",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "-8549323424312992016",
+ "metadata": [],
+ "name": "CD_b2v-com-fe",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "b2v-com-fe"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "b2v-com-fe"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "b2v-com-fe"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "b2v-com-fe"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "b2v-com-fe"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_b2v-com-gcdm-client",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "2897304208165570951",
+ "metadata": [],
+ "name": "CD_b2v-com-gcdm-client",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "b2v-com-gcdm-client"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "b2v-com-gcdm-client"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "b2v-com-gcdm-client"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "b2v-com-gcdm-client"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "b2v-com-gcdm-client"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_b2v-com-hello",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "6777816749676564792",
+ "metadata": [],
+ "name": "CD_b2v-com-hello",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "b2v-com-hello"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "b2v-com-hello"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "b2v-com-hello"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "b2v-com-hello"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "b2v-com-hello"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_b2v-nots",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "435202604633000369",
+ "metadata": [],
+ "name": "CD_b2v-nots",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "b2v-nots"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "b2v-nots"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "b2v-nots"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "b2v-nots"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "b2v-nots"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_b2v-sms-statistics",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "-7277751833090590625",
+ "metadata": [],
+ "name": "CD_b2v-sms-statistics",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "b2v-sms-statistics"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "b2v-sms-statistics"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "b2v-sms-statistics"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "b2v-sms-statistics"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "b2v-sms-statistics"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_bmw-points-push-notifications-service",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "-8161776631260601635",
+ "metadata": [],
+ "name": "CD_bmw-points-push-notifications-service",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "bmw-points-push-notifications-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "bmw-points-push-notifications-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "bmw-points-push-notifications-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "bmw-points-push-notifications-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "bmw-points-push-notifications-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_bsi-service",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "-3114545356693344915",
+ "metadata": [],
+ "name": "CD_bsi-service",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "bsi-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "bsi-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "bsi-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "bsi-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "bsi-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_cac",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "-5252016267141582343",
+ "metadata": [],
+ "name": "CD_cac",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "cac"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "cac"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "cac"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "cac"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "cac"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_camvs",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "-3352006029467897547",
+ "metadata": [],
+ "name": "CD_camvs",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "camvs"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "camvs"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "camvs"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "camvs"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "camvs"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [
+ {
+ "attribute": "PROCESS_GROUP_CUSTOM_METADATA",
+ "dynamic_key": [
+ {
+ "key": "app-name",
+ "source": "ENVIRONMENT",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": ""
+ }
+ ],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "camvs"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST",
+ "PROCESS_GROUP_TO_SERVICE"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_casa-event-processor",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "3701111870401095779",
+ "metadata": [],
+ "name": "CD_casa-event-processor",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "casa-event-processor"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "casa-event-processor"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "casa-event-processor"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "casa-event-processor"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "casa-event-processor"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_ccc",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "-1230823705568777080",
+ "metadata": [],
+ "name": "CD_ccc",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "ccc"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "ccc"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "ccc"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "ccc"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "ccc"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_cdc",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "-8830332464362304235",
+ "metadata": [],
+ "name": "CD_cdc",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "cdc"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "cdc"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "cdc"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "cdc"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "cdc"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_chargenow-enabler-service",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "-8516050522244656661",
+ "metadata": [],
+ "name": "CD_chargenow-enabler-service",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "chargenow-enabler-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "chargenow-enabler-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "chargenow-enabler-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "chargenow-enabler-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "chargenow-enabler-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_charging-data-privacy",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "1833753087762595604",
+ "metadata": [],
+ "name": "CD_charging-data-privacy",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "charging-data-privacy"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "charging-data-privacy"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "charging-data-privacy"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "charging-data-privacy"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "charging-data-privacy"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_charging-data-privacy-composite",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "2636348997210268257",
+ "metadata": [],
+ "name": "CD_charging-data-privacy-composite",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "charging-data-privacy-composite"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "charging-data-privacy-composite"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "charging-data-privacy-composite"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "charging-data-privacy-composite"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "charging-data-privacy-composite"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_charging-events-push-notification-service",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "8350016988258012619",
+ "metadata": [],
+ "name": "CD_charging-events-push-notification-service",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "charging-events-push-notification-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "charging-events-push-notification-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "charging-events-push-notification-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "charging-events-push-notification-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "charging-events-push-notification-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_charging-events-service",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "6950900559701445583",
+ "metadata": [],
+ "name": "CD_charging-events-service",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "charging-events-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "charging-events-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "charging-events-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "charging-events-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "charging-events-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_charging-history-gdpr-proxy-service",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "3142887492634111058",
+ "metadata": [],
+ "name": "CD_charging-history-gdpr-proxy-service",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "charging-history-gdpr-proxy-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "charging-history-gdpr-proxy-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "charging-history-gdpr-proxy-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "charging-history-gdpr-proxy-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "charging-history-gdpr-proxy-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_charging-plan-composite-service",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "-3762543562779279399",
+ "metadata": [],
+ "name": "CD_charging-plan-composite-service",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "charging-plan-composite-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "charging-plan-composite-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "charging-plan-composite-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "charging-plan-composite-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "charging-plan-composite-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_charging-push-notifications-service",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "6978081857748565841",
+ "metadata": [],
+ "name": "CD_charging-push-notifications-service",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "charging-push-notifications-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "charging-push-notifications-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "charging-push-notifications-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "charging-push-notifications-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "charging-push-notifications-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_charging-remote-commands-composite-service",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "-4613154218317153186",
+ "metadata": [],
+ "name": "CD_charging-remote-commands-composite-service",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "charging-remote-commands-composite-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "charging-remote-commands-composite-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "charging-remote-commands-composite-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "charging-remote-commands-composite-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "charging-remote-commands-composite-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_charging-sessions-service",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "-6843461437135758294",
+ "metadata": [],
+ "name": "CD_charging-sessions-service",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "charging-sessions-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "charging-sessions-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "charging-sessions-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "charging-sessions-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "charging-sessions-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_charging-stations-service",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "4359655970111224746",
+ "metadata": [],
+ "name": "CD_charging-stations-service",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "charging-stations-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "charging-stations-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "charging-stations-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "charging-stations-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "charging-stations-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_client-agent-telemetry-processor",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "5098179521427256866",
+ "metadata": [],
+ "name": "CD_client-agent-telemetry-processor",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "client-agent-telemetry-processor"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "client-agent-telemetry-processor"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "client-agent-telemetry-processor"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "client-agent-telemetry-processor"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "client-agent-telemetry-processor"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_client-vehicle-telemetry-processor",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "3313640689768454489",
+ "metadata": [],
+ "name": "CD_client-vehicle-telemetry-processor",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "client-vehicle-telemetry-processor"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "client-vehicle-telemetry-processor"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "client-vehicle-telemetry-processor"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "client-vehicle-telemetry-processor"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "client-vehicle-telemetry-processor"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_cm",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "1946140766541169053",
+ "metadata": [],
+ "name": "CD_cm",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "cm"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "cm"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "cm"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "cm"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "cm"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_comfy",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "-2467688549937377098",
+ "metadata": [],
+ "name": "CD_comfy",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Namespace",
+ "unknowns": "",
+ "value": "comfy"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Namespace",
+ "unknowns": "",
+ "value": "comfy"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Namespace",
+ "unknowns": "",
+ "value": "comfy"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "comfy"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "comfy"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_commute-notification-service",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "5956350144451269141",
+ "metadata": [],
+ "name": "CD_commute-notification-service",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "commute-notification-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "commute-notification-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "commute-notification-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "commute-notification-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "commute-notification-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_commute-service",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "-6983066752085027629",
+ "metadata": [],
+ "name": "CD_commute-service",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "commute-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "commute-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "commute-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "commute-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "commute-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_connected-oauth-service",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "-2855438555393686044",
+ "metadata": [],
+ "name": "CD_connected-oauth-service",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "connected-oauth-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "connected-oauth-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "connected-oauth-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "connected-oauth-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "connected-oauth-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_connected-oauth-service-apim",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "-8696184304611156701",
+ "metadata": [],
+ "name": "CD_connected-oauth-service-apim",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "connected-oauth-service-apim"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "connected-oauth-service-apim"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "connected-oauth-service-apim"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "connected-oauth-service-apim"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "connected-oauth-service-apim"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_connected-onboard-composite-service",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "2935529840467498554",
+ "metadata": [],
+ "name": "CD_connected-onboard-composite-service",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "connected-onboard-composite-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "connected-onboard-composite-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "connected-onboard-composite-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "connected-onboard-composite-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "connected-onboard-composite-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_csu",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "3089482085556185260",
+ "metadata": [],
+ "name": "CD_csu",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "csu"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "csu"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "csu"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "csu"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "csu"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_ctns-event-origin",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "-5105916053884022533",
+ "metadata": [],
+ "name": "CD_ctns-event-origin",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "ctns-event-origin"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "ctns-event-origin"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "ctns-event-origin"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "ctns-event-origin"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "ctns-event-origin"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_ctns-marketing-api",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "2849847136089852389",
+ "metadata": [],
+ "name": "CD_ctns-marketing-api",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "ctns-marketing-api"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "ctns-marketing-api"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "ctns-marketing-api"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "ctns-marketing-api"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "ctns-marketing-api"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_ctns-vehicle-api",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "-713222355338961759",
+ "metadata": [],
+ "name": "CD_ctns-vehicle-api",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "ctns-vehicle-api"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "ctns-vehicle-api"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "ctns-vehicle-api"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "ctns-vehicle-api"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "ctns-vehicle-api"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_current-driver-service",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "-1486245045522559131",
+ "metadata": [],
+ "name": "CD_current-driver-service",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "current-driver-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "current-driver-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "current-driver-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "current-driver-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "current-driver-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_data-deletion-processor",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "-7209131679963890904",
+ "metadata": [],
+ "name": "CD_data-deletion-processor",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "data-deletion-processor"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "data-deletion-processor"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "data-deletion-processor"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "data-deletion-processor"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "data-deletion-processor"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_dealer-comms-provider-service",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "2648644779923855569",
+ "metadata": [],
+ "name": "CD_dealer-comms-provider-service",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "dealer-comms-provider-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "dealer-comms-provider-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "dealer-comms-provider-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "dealer-comms-provider-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "dealer-comms-provider-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_dealer-data-service",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "-8614946982089496781",
+ "metadata": [],
+ "name": "CD_dealer-data-service",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "dealer-data-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "dealer-data-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "dealer-data-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "dealer-data-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "dealer-data-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_dealer-payments-invoice-service",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "-7516784008534986603",
+ "metadata": [],
+ "name": "CD_dealer-payments-invoice-service",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "dealer-payments-invoice-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "dealer-payments-invoice-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "dealer-payments-invoice-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "dealer-payments-invoice-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "dealer-payments-invoice-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_dealer-payments-notification-service",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "-9118259186081276157",
+ "metadata": [],
+ "name": "CD_dealer-payments-notification-service",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "dealer-payments-notification-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "dealer-payments-notification-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "dealer-payments-notification-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "dealer-payments-notification-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "dealer-payments-notification-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_dealer-payments-service",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "7388155399436093877",
+ "metadata": [],
+ "name": "CD_dealer-payments-service",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "dealer-payments-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "dealer-payments-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "dealer-payments-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "dealer-payments-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "dealer-payments-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_dealer-search-service",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "5704859876031835832",
+ "metadata": [],
+ "name": "CD_dealer-search-service",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "dealer-search-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "dealer-search-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "dealer-search-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "dealer-search-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "dealer-search-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_dealer-services-composite-service",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "-5722009658765065858",
+ "metadata": [],
+ "name": "CD_dealer-services-composite-service",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "dealer-services-composite-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "dealer-services-composite-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "dealer-services-composite-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "dealer-services-composite-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "dealer-services-composite-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_dealercockpit",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "6824864288713727147",
+ "metadata": [],
+ "name": "CD_dealercockpit",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "dealercockpit"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "dealercockpit"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "dealercockpit"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "dealercockpit"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "dealercockpit"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_delivery",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "-1611134505034222739",
+ "metadata": [],
+ "name": "CD_delivery",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "delivery"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "delivery"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "delivery"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "delivery"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "delivery"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_destination-composite-service",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "5448476131085537894",
+ "metadata": [],
+ "name": "CD_destination-composite-service",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "destination-composite-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "destination-composite-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "destination-composite-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "destination-composite-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "destination-composite-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_digital-key-composite-service",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "-2882714666508858963",
+ "metadata": [],
+ "name": "CD_digital-key-composite-service",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "digital-key-composite-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "digital-key-composite-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "digital-key-composite-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "digital-key-composite-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "digital-key-composite-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_discover-bmw-composite-service",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "-5126138366051619110",
+ "metadata": [],
+ "name": "CD_discover-bmw-composite-service",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "discover-bmw-composite-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "discover-bmw-composite-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "discover-bmw-composite-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "discover-bmw-composite-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "discover-bmw-composite-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_dpm",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "3910568836353006082",
+ "metadata": [],
+ "name": "CD_dpm",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "dpm"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "dpm"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "dpm"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "dpm"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "dpm"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_dpp",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "3960330658758095334",
+ "metadata": [],
+ "name": "CD_dpp",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "dpp"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "dpp"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "dpp"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "dpp"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "dpp"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_dsd",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "3070334489398512818",
+ "metadata": [],
+ "name": "CD_dsd",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "dsd"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "dsd"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "dsd"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "dsd"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "dsd"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_e4m",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "-2752070917583474555",
+ "metadata": [],
+ "name": "CD_e4m",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "e4m"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "e4m"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "e4m"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "e4m"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "e4m"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_eadb",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "-8464372509153196339",
+ "metadata": [],
+ "name": "CD_eadb",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "eadb"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "eadb"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "eadb"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "eadb"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "eadb"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_emc",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "-7833921913959925708",
+ "metadata": [],
+ "name": "CD_emc",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "emc"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "emc"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "emc"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "emc"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "emc"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_ercaf",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "8462848255386443779",
+ "metadata": [],
+ "name": "CD_ercaf",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "ercaf"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "ercaf"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "ercaf"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "ercaf"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "ercaf"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_ercr",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "5773207771808877788",
+ "metadata": [],
+ "name": "CD_ercr",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "ercr"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "ercr"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "ercr"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "ercr"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "ercr"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_erd",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "7076794629173401376",
+ "metadata": [],
+ "name": "CD_erd",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "erd"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "erd"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "erd"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "erd"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "erd"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_eroute",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "6158796441856356957",
+ "metadata": [],
+ "name": "CD_eroute",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "eroute"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "eroute"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "eroute"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "eroute"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "eroute"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_esa",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "-7345488304970471516",
+ "metadata": [],
+ "name": "CD_esa",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "esa"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "esa"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "esa"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "esa"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "esa"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_esh",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "3463650548745682369",
+ "metadata": [],
+ "name": "CD_esh",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "esh"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "esh"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "esh"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "esh"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "esh"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_esim-composite-service",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "2542110441759318286",
+ "metadata": [],
+ "name": "CD_esim-composite-service",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "esim-composite-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "esim-composite-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "esim-composite-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "esim-composite-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "esim-composite-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_explore-composite-service",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "-7286476365917788486",
+ "metadata": [],
+ "name": "CD_explore-composite-service",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "explore-composite-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "explore-composite-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "explore-composite-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "explore-composite-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "explore-composite-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_feature-toggles-service",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "-2468937162815152114",
+ "metadata": [],
+ "name": "CD_feature-toggles-service",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "feature-toggles-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "feature-toggles-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "feature-toggles-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "feature-toggles-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "feature-toggles-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_fmc",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "3236936612886365414",
+ "metadata": [],
+ "name": "CD_fmc",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "fmc"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "fmc"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "fmc"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "fmc"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "fmc"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_fuel-search-service",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "-8532956944668440251",
+ "metadata": [],
+ "name": "CD_fuel-search-service",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "fuel-search-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "fuel-search-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "fuel-search-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "fuel-search-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "fuel-search-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_gcs",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "8112753063403605164",
+ "metadata": [],
+ "name": "CD_gcs",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "gcs"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "gcs"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "gcs"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "gcs"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "gcs"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_hpauth",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "5233449484505271187",
+ "metadata": [],
+ "name": "CD_hpauth",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "hpauth"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "hpauth"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "hpauth"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "hpauth"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "hpauth"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_hubtab-service",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "-7448114568215157323",
+ "metadata": [],
+ "name": "CD_hubtab-service",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "hubtab-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "hubtab-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "hubtab-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "hubtab-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "hubtab-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_id-lookup-service",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "-8149430002829060809",
+ "metadata": [],
+ "name": "CD_id-lookup-service",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "id-lookup-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "id-lookup-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "id-lookup-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "id-lookup-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "id-lookup-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_ids-admin",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "-5349854686468903098",
+ "metadata": [],
+ "name": "CD_ids-admin",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "ids-admin"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "ids-admin"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "ids-admin"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "ids-admin"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "ids-admin"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_ids-svds",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "-4922317150557035525",
+ "metadata": [],
+ "name": "CD_ids-svds",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "ids-svds"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "ids-svds"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "ids-svds"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "ids-svds"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "ids-svds"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_ids-sync",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "-6102682977228046250",
+ "metadata": [],
+ "name": "CD_ids-sync",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "ids-sync"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "ids-sync"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "ids-sync"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "ids-sync"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "ids-sync"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_ids-ws",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "-2232315756290848092",
+ "metadata": [],
+ "name": "CD_ids-ws",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "ids-ws"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "ids-ws"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "ids-ws"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "ids-ws"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "ids-ws"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_image-composite-service",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "-1448716009571314059",
+ "metadata": [],
+ "name": "CD_image-composite-service",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "image-composite-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "image-composite-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "image-composite-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "image-composite-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "image-composite-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_imiles-service",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "-6222073553383142560",
+ "metadata": [],
+ "name": "CD_imiles-service",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "imiles-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "imiles-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "imiles-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "imiles-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "imiles-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_ipa-gateway",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "6512465012911351235",
+ "metadata": [],
+ "name": "CD_ipa-gateway",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "ipa-gateway"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "ipa-gateway"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "ipa-gateway"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "ipa-gateway"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "ipa-gateway"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_jdssp21",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "5226825945122894195",
+ "metadata": [],
+ "name": "CD_jdssp21",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "jdssp21"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "jdssp21"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "jdssp21"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "jdssp21"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "jdssp21"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_legacy-deletion-service",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "-8672245635101640617",
+ "metadata": [],
+ "name": "CD_legacy-deletion-service",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "legacy-deletion-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "legacy-deletion-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "legacy-deletion-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "legacy-deletion-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "legacy-deletion-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_legacy-sar-service",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "-9179944594290835824",
+ "metadata": [],
+ "name": "CD_legacy-sar-service",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "legacy-sar-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "legacy-sar-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "legacy-sar-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "legacy-sar-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "legacy-sar-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_legal-document-composite-service",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "7808489323414806276",
+ "metadata": [],
+ "name": "CD_legal-document-composite-service",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "legal-document-composite-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "legal-document-composite-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "legal-document-composite-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "legal-document-composite-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "legal-document-composite-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_log-data-deletion-service",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "2907521464311667795",
+ "metadata": [],
+ "name": "CD_log-data-deletion-service",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "log-data-deletion-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "log-data-deletion-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "log-data-deletion-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "log-data-deletion-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "log-data-deletion-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_lsc-hr",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "7853511344054437715",
+ "metadata": [],
+ "name": "CD_lsc-hr",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "newComponentTag"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "newComponentTag"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "newComponentTag"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_lsc-jr",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "7544877888190825310",
+ "metadata": [],
+ "name": "CD_lsc-jr",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "newComponentTag"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "newComponentTag"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "newComponentTag"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_lsc-kc",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "411591462410926779",
+ "metadata": [],
+ "name": "CD_lsc-kc",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "lsc-kc"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "lsc-kc"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "lsc-kc"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "lsc-kc"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "lsc-kc"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_lsc-mm",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "8253515061454901167",
+ "metadata": [],
+ "name": "CD_lsc-mm",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "lsc-mm"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "lsc-mm"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "lsc-mm"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "lsc-mm"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "lsc-mm"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_lsc-oc",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "-4684903552820823978",
+ "metadata": [],
+ "name": "CD_lsc-oc",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "lsc-oc"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "lsc-oc"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "lsc-oc"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "lsc-oc"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "lsc-oc"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_lsc-og",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "3414457730095712511",
+ "metadata": [],
+ "name": "CD_lsc-og",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "lsc-og"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "lsc-og"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "lsc-og"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "lsc-og"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "lsc-og"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_lsc-wo",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "7811225158353186896",
+ "metadata": [],
+ "name": "CD_lsc-wo",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "newComponentTag"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "newComponentTag"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "newComponentTag"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_managementZone",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "755096464596622557",
+ "metadata": [],
+ "name": "CD_managementZone",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "newComponentTag"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "newComponentTag"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "newComponentTag"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "newComponentTag"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "newComponentTag"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "ms-id",
+ "unknowns": "",
+ "value": "geolocator"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "ms-id",
+ "unknowns": "",
+ "value": "news-next"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "ms-id",
+ "unknowns": "",
+ "value": "ccis-download"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "ms-id",
+ "unknowns": "",
+ "value": "digital-keyring"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_mds",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "-2655334697006117964",
+ "metadata": [],
+ "name": "CD_mds",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "mds"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "mds"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "mds"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "mds"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "mds"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_ml-ingestion-service",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "-6579597041777288292",
+ "metadata": [],
+ "name": "CD_ml-ingestion-service",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "ml-ingestion-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "ml-ingestion-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "ml-ingestion-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "ml-ingestion-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "ml-ingestion-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_mlc",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "-7279375441392598613",
+ "metadata": [],
+ "name": "CD_mlc",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "mlc"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "mlc"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "mlc"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "mlc"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "mlc"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_mrp",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "-7331462706491673137",
+ "metadata": [],
+ "name": "CD_mrp",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "mrp"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "mrp"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "mrp"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "mrp"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "mrp"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_mrpspringboot",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "3846970912902461914",
+ "metadata": [],
+ "name": "CD_mrpspringboot",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "mrpspringboot"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "mrpspringboot"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "mrpspringboot"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "mrpspringboot"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "mrpspringboot"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_naas",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "-2405412836485692445",
+ "metadata": [],
+ "name": "CD_naas",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "naas"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "naas"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "naas"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "naas"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "naas"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_nop-admin",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [
+ {
+ "enabled": true,
+ "selector": "type(Service),tag(\"compass-id:NOP-Admin\")",
+ "unknowns": ""
+ },
+ {
+ "enabled": true,
+ "selector": "type(SERVICE),databaseName.exists(),toRelationship.calls(type(SERVICE),tag(\"compass-id:NOP-Admin\"))",
+ "unknowns": ""
+ },
+ {
+ "enabled": true,
+ "selector": "type(PROCESS_GROUP_INSTANCE),tag(\"compass-id:NOP-Admin\")",
+ "unknowns": ""
+ },
+ {
+ "enabled": true,
+ "selector": "type(HOST),tag(\"compass-id:NOP-Admin\")",
+ "unknowns": ""
+ }
+ ],
+ "id": "-887651993405469746",
+ "metadata": [],
+ "name": "CD_nop-admin",
+ "rules": [],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_nop-archive",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [
+ {
+ "enabled": true,
+ "selector": "type(Service),tag(\"compass-id:NOP-Archive\")",
+ "unknowns": ""
+ },
+ {
+ "enabled": true,
+ "selector": "type(SERVICE),databaseName.exists(),toRelationship.calls(type(SERVICE),tag(\"compass-id:NOP-Archive\"))",
+ "unknowns": ""
+ },
+ {
+ "enabled": true,
+ "selector": "type(PROCESS_GROUP_INSTANCE),tag(\"compass-id:NOP-Archive\")",
+ "unknowns": ""
+ },
+ {
+ "enabled": true,
+ "selector": "type(HOST),tag(\"compass-id:NOP-Archive\")",
+ "unknowns": ""
+ }
+ ],
+ "id": "7681780281606010256",
+ "metadata": [],
+ "name": "CD_nop-archive",
+ "rules": [],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_nop-provisioning",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [
+ {
+ "enabled": true,
+ "selector": "type(Service),tag(\"compass-id:NOP-Provisioning\")",
+ "unknowns": ""
+ },
+ {
+ "enabled": true,
+ "selector": "type(SERVICE),databaseName.exists(),toRelationship.calls(type(SERVICE),tag(\"compass-id:NOP-Provisioning\"))",
+ "unknowns": ""
+ },
+ {
+ "enabled": true,
+ "selector": "type(PROCESS_GROUP_INSTANCE),tag(\"compass-id:NOP-Provisioning\")",
+ "unknowns": ""
+ },
+ {
+ "enabled": true,
+ "selector": "type(HOST),tag(\"compass-id:NOP-Provisioning\")",
+ "unknowns": ""
+ }
+ ],
+ "id": "9138694419816284247",
+ "metadata": [],
+ "name": "CD_nop-provisioning",
+ "rules": [],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_nop-trigger",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [
+ {
+ "enabled": true,
+ "selector": "type(Service),tag(\"compass-id:NOP-Trigger\")",
+ "unknowns": ""
+ },
+ {
+ "enabled": true,
+ "selector": "type(SERVICE),databaseName.exists(),toRelationship.calls(type(SERVICE),tag(\"compass-id:NOP-Trigger\"))",
+ "unknowns": ""
+ },
+ {
+ "enabled": true,
+ "selector": "type(PROCESS_GROUP_INSTANCE),tag(\"compass-id:NOP-Trigger\")",
+ "unknowns": ""
+ },
+ {
+ "enabled": true,
+ "selector": "type(HOST),tag(\"compass-id:NOP-Trigger\")",
+ "unknowns": ""
+ }
+ ],
+ "id": "6297929358874547109",
+ "metadata": [],
+ "name": "CD_nop-trigger",
+ "rules": [],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_notification-composite-service",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "4585685882609529674",
+ "metadata": [],
+ "name": "CD_notification-composite-service",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "notification-composite-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "notification-composite-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "notification-composite-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "notification-composite-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "notification-composite-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_notification-service",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "-8445306449171553447",
+ "metadata": [],
+ "name": "CD_notification-service",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "notification-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "notification-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "notification-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "notification-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "notification-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_oas-composite-service",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "-3636837499585868936",
+ "metadata": [],
+ "name": "CD_oas-composite-service",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "oas-composite-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "oas-composite-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "oas-composite-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "oas-composite-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "oas-composite-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_oclisc2v",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "-2231225622508992771",
+ "metadata": [],
+ "name": "CD_oclisc2v",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "oclisc2v"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "oclisc2v"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "oclisc2v"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "oclisc2v"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "oclisc2v"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_oclisocsp",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "-991762087682069556",
+ "metadata": [],
+ "name": "CD_oclisocsp",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "oclisocsp"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "oclisocsp"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "oclisocsp"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "oclisocsp"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "oclisocsp"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_oes",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "5372586506766148361",
+ "metadata": [],
+ "name": "CD_oes",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "oes"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "oes"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "oes"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "oes"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "oes"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_omc-cd-services",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "9052638661277620151",
+ "metadata": [],
+ "name": "CD_omc-cd-services",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "omc-cd-services"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "omc-cd-services"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "omc-cd-services"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "omc-cd-services"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "omc-cd-services"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_omg",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "-2987413823342613172",
+ "metadata": [],
+ "name": "CD_omg",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "omg"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "omg"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "omg"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "omg"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "omg"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_onboard-navigation-sync-service",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "-2139955533832979100",
+ "metadata": [],
+ "name": "CD_onboard-navigation-sync-service",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "onboard-navigation-sync-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "onboard-navigation-sync-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "onboard-navigation-sync-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "onboard-navigation-sync-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "onboard-navigation-sync-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_online-appointment-service",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "6743181182053385794",
+ "metadata": [],
+ "name": "CD_online-appointment-service",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "online-appointment-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "online-appointment-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "online-appointment-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "online-appointment-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "online-appointment-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_online-entertainment",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "-7788988167139337182",
+ "metadata": [],
+ "name": "CD_online-entertainment",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "online-entertainment"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "online-entertainment"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "online-entertainment"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "online-entertainment"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "online-entertainment"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_pdmmanager",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "-1378874766169519965",
+ "metadata": [],
+ "name": "CD_pdmmanager",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "pdmmanager"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "pdmmanager"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "pdmmanager"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "pdmmanager"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "pdmmanager"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_personal-data-service",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "4261846394369813628",
+ "metadata": [],
+ "name": "CD_personal-data-service",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "personal-data-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "personal-data-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "personal-data-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "personal-data-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "personal-data-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_pmuimapper-service",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "4744664827025968213",
+ "metadata": [],
+ "name": "CD_pmuimapper-service",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "pmuimapper-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "pmuimapper-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "pmuimapper-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "pmuimapper-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "pmuimapper-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_private-charging-tariffs-composite-service",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "-9204945499636407357",
+ "metadata": [],
+ "name": "CD_private-charging-tariffs-composite-service",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "private-charging-tariffs-composite-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "private-charging-tariffs-composite-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "private-charging-tariffs-composite-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "private-charging-tariffs-composite-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "private-charging-tariffs-composite-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_private-charging-tariffs-service",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "-1340553642519399249",
+ "metadata": [],
+ "name": "CD_private-charging-tariffs-service",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "private-charging-tariffs-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "private-charging-tariffs-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "private-charging-tariffs-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "private-charging-tariffs-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "private-charging-tariffs-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_push-notification-service",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "6174127544600041074",
+ "metadata": [],
+ "name": "CD_push-notification-service",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "push-notification-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "push-notification-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "push-notification-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "push-notification-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "push-notification-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_push-notification-settings-composite-service",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "-5860742921248956227",
+ "metadata": [],
+ "name": "CD_push-notification-settings-composite-service",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "push-notification-settings-composite-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "push-notification-settings-composite-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "push-notification-settings-composite-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "push-notification-settings-composite-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "push-notification-settings-composite-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_recall-analytics-service",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "5424103345177378111",
+ "metadata": [],
+ "name": "CD_recall-analytics-service",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "recall-analytics-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "recall-analytics-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "recall-analytics-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "recall-analytics-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "recall-analytics-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_recall-client-service",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "40296610175992683",
+ "metadata": [],
+ "name": "CD_recall-client-service",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "recall-client-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "recall-client-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "recall-client-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "recall-client-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "recall-client-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_recall-handler-service",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "-7138455791643818334",
+ "metadata": [],
+ "name": "CD_recall-handler-service",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "recall-handler-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "recall-handler-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "recall-handler-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "recall-handler-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "recall-handler-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_recall-notification-service",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "683947366654832178",
+ "metadata": [],
+ "name": "CD_recall-notification-service",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "recall-notification-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "recall-notification-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "recall-notification-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "recall-notification-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "recall-notification-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_recall-scheduler-service",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "5364656295546765556",
+ "metadata": [],
+ "name": "CD_recall-scheduler-service",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "recall-scheduler-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "recall-scheduler-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "recall-scheduler-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "recall-scheduler-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "recall-scheduler-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_recall-tcn-service",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "5947757594820005652",
+ "metadata": [],
+ "name": "CD_recall-tcn-service",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "recall-tcn-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "recall-tcn-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "recall-tcn-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "recall-tcn-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "recall-tcn-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_remote-360-composite-service",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "1596680492152332297",
+ "metadata": [],
+ "name": "CD_remote-360-composite-service",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "remote-360-composite-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "remote-360-composite-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "remote-360-composite-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "remote-360-composite-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "remote-360-composite-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_remote-service",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "3387578663715922197",
+ "metadata": [],
+ "name": "CD_remote-service",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "remote-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "remote-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "remote-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "remote-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "remote-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_remote-service-event-processor",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "-2049451999040544053",
+ "metadata": [],
+ "name": "CD_remote-service-event-processor",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "remote-service-event-processor"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "remote-service-event-processor"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "remote-service-event-processor"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "remote-service-event-processor"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "remote-service-event-processor"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_remote-software-upgrade",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "6330942989797791471",
+ "metadata": [],
+ "name": "CD_remote-software-upgrade",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "remote-software-upgrade"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "remote-software-upgrade"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "remote-software-upgrade"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "remote-software-upgrade"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "remote-software-upgrade"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_roadside-assistance",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "-6292853731072774286",
+ "metadata": [],
+ "name": "CD_roadside-assistance",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "roadside-assistance"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "roadside-assistance"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "roadside-assistance"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "roadside-assistance"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "roadside-assistance"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_roadside-assistance-composite-service",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "-312868963939103524",
+ "metadata": [],
+ "name": "CD_roadside-assistance-composite-service",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "roadside-assistance-composite-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "roadside-assistance-composite-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "roadside-assistance-composite-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "roadside-assistance-composite-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "roadside-assistance-composite-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_rsu",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "7998471210176073769",
+ "metadata": [],
+ "name": "CD_rsu",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "rsu"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "rsu"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "rsu"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "rsu"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "rsu"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_rsu-adapter",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "-5587716905124451619",
+ "metadata": [],
+ "name": "CD_rsu-adapter",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "rsu-adapter"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "rsu-adapter"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "rsu-adapter"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "rsu-adapter"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "rsu-adapter"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_rtti",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "2264828102943738219",
+ "metadata": [],
+ "name": "CD_rtti",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "rtti"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "rtti"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "rtti"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "rtti"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "rtti"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_sbr",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "-4594776102205938848",
+ "metadata": [],
+ "name": "CD_sbr",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "sbr"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "sbr"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "sbr"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "sbr"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "sbr"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_scb",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "6680935945831776064",
+ "metadata": [],
+ "name": "CD_scb",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "scb"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "scb"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "scb"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "scb"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "scb"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_scc",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "382267055802017593",
+ "metadata": [],
+ "name": "CD_scc",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "scc"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "scc"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "scc"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "scc"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "scc"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_scm-agentreg",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "7599825048603758139",
+ "metadata": [],
+ "name": "CD_scm-agentreg",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "scm-agentreg"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "scm-agentreg"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "scm-agentreg"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "scm-agentreg"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "scm-agentreg"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_scm-scm",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "-2379124554256978585",
+ "metadata": [],
+ "name": "CD_scm-scm",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "scm-scm"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "scm-scm"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "scm-scm"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "scm-scm"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "scm-scm"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_scma-backend",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "-7007781009325387958",
+ "metadata": [],
+ "name": "CD_scma-backend",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "scma-backend"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "scma-backend"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "scma-backend"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "scma-backend"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "scma-backend"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_seam-event-consumer",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "-316109611844849385",
+ "metadata": [],
+ "name": "CD_seam-event-consumer",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "seam-event-consumer"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "seam-event-consumer"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "seam-event-consumer"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "seam-event-consumer"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "seam-event-consumer"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_seam-event-producer",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "24651076744882244",
+ "metadata": [],
+ "name": "CD_seam-event-producer",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "seam-event-producer"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "seam-event-producer"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "seam-event-producer"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "seam-event-producer"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "seam-event-producer"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_search-composite-service",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "-3205766160308627719",
+ "metadata": [],
+ "name": "CD_search-composite-service",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "search-composite-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "search-composite-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "search-composite-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "search-composite-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "search-composite-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_send-to-car-service",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "-8359462435212502253",
+ "metadata": [],
+ "name": "CD_send-to-car-service",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "send-to-car-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "send-to-car-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "send-to-car-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "send-to-car-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "send-to-car-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_service-manager",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "-6784835376642777370",
+ "metadata": [],
+ "name": "CD_service-manager",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "service-manager"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "service-manager"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "service-manager"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "service-manager"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "service-manager"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_service-notification-service",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "-3513530021287240580",
+ "metadata": [],
+ "name": "CD_service-notification-service",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "service-notification-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "service-notification-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "service-notification-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "service-notification-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "service-notification-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_sfa",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "-8806918413439118231",
+ "metadata": [],
+ "name": "CD_sfa",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "sfa"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "sfa"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "sfa"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "sfa"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "sfa"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_sfa-fre",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "6981703789863252829",
+ "metadata": [],
+ "name": "CD_sfa-fre",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "sfa-fre"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "sfa-fre"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "sfa-fre"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "sfa-fre"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "sfa-fre"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_sfa-ota",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "-8132848772538711325",
+ "metadata": [],
+ "name": "CD_sfa-ota",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "sfa-ota"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "sfa-ota"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "sfa-ota"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "sfa-ota"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "sfa-ota"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_sfa-ts",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "5479408434875915004",
+ "metadata": [],
+ "name": "CD_sfa-ts",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "sfa-ts"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "sfa-ts"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "sfa-ts"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "sfa-ts"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "sfa-ts"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_sfa-vs",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "-7371935143248703629",
+ "metadata": [],
+ "name": "CD_sfa-vs",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "sfa-vs"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "sfa-vs"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "sfa-vs"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "sfa-vs"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "sfa-vs"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_smart-access-order-service",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "-9219434527887232345",
+ "metadata": [],
+ "name": "CD_smart-access-order-service",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "smart-access-order-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "smart-access-order-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "smart-access-order-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "smart-access-order-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "smart-access-order-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_smc2-bl",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "-7982552185372823170",
+ "metadata": [],
+ "name": "CD_smc2-bl",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "smc2-bl"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "smc2-bl"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "smc2-bl"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "smc2-bl"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "smc2-bl"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "ms-id",
+ "unknowns": "",
+ "value": "smc2-bl"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_smc2-key-trk",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "-6131014479626119765",
+ "metadata": [],
+ "name": "CD_smc2-key-trk",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "smc2-key-trk"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "smc2-key-trk"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "smc2-key-trk"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "smc2-key-trk"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "smc2-key-trk"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "ms-id",
+ "unknowns": "",
+ "value": "smc2-key-trk"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_smc2-ops",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "-6086333337850354740",
+ "metadata": [],
+ "name": "CD_smc2-ops",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "smc2-ops"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "smc2-ops"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "smc2-ops"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "smc2-ops"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "smc2-ops"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_smc2-rt",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "-8464912562857570725",
+ "metadata": [],
+ "name": "CD_smc2-rt",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "smc2-rt"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "smc2-rt"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "smc2-rt"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "smc2-rt"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "smc2-rt"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_sms-email-adapter-service",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "4012735740029269693",
+ "metadata": [],
+ "name": "CD_sms-email-adapter-service",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "sms-email-adapter-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "sms-email-adapter-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "sms-email-adapter-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "sms-email-adapter-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "sms-email-adapter-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_srmanager",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "1183550782699848195",
+ "metadata": [],
+ "name": "CD_srmanager",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "srmanager"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "srmanager"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "srmanager"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "srmanager"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "srmanager"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_stm",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "-4798840085324186989",
+ "metadata": [],
+ "name": "CD_stm",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "stm"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "stm"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "stm"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "stm"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "stm"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_svcinfo",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "-6059625917709889156",
+ "metadata": [],
+ "name": "CD_svcinfo",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "svcinfo"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "svcinfo"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "svcinfo"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "svcinfo"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "svcinfo"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_timer-service",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "2909366667773501902",
+ "metadata": [],
+ "name": "CD_timer-service",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "timer-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "timer-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "timer-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "timer-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "timer-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_timers-processor",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "-8857386372126220989",
+ "metadata": [],
+ "name": "CD_timers-processor",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "timers-processor"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "timers-processor"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "timers-processor"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "timers-processor"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "timers-processor"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_token-exchanger-service",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "6267311086594633809",
+ "metadata": [],
+ "name": "CD_token-exchanger-service",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "token-exchanger-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "token-exchanger-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "token-exchanger-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "token-exchanger-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "token-exchanger-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_tol",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "-542705239984554117",
+ "metadata": [],
+ "name": "CD_tol",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "tol"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "tol"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "tol"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "tol"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "tol"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_tol-mgu",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "2209617590643452114",
+ "metadata": [],
+ "name": "CD_tol-mgu",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "tol-mgu"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "tol-mgu"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "tol-mgu"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "tol-mgu"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "tol-mgu"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_tol-tssb",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "1604733278422411024",
+ "metadata": [],
+ "name": "CD_tol-tssb",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "tol-tssb"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "tol-tssb"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "tol-tssb"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "tol-tssb"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "tol-tssb"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_trip-change-processor",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "-2819249873757766225",
+ "metadata": [],
+ "name": "CD_trip-change-processor",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "trip-change-processor"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "trip-change-processor"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "trip-change-processor"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "trip-change-processor"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "trip-change-processor"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_trip-cleanup-app-service",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "-4530721862644567808",
+ "metadata": [],
+ "name": "CD_trip-cleanup-app-service",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "trip-cleanup-app-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "trip-cleanup-app-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "trip-cleanup-app-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "trip-cleanup-app-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "trip-cleanup-app-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_trip-monitor-service",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "-819723605241517568",
+ "metadata": [],
+ "name": "CD_trip-monitor-service",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "trip-monitor-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "trip-monitor-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "trip-monitor-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "trip-monitor-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "trip-monitor-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_trip-reminder-processor",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "5812362956748687248",
+ "metadata": [],
+ "name": "CD_trip-reminder-processor",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "trip-reminder-processor"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "trip-reminder-processor"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "trip-reminder-processor"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "trip-reminder-processor"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "trip-reminder-processor"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_trip-route-service",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "2853679981516550187",
+ "metadata": [],
+ "name": "CD_trip-route-service",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "trip-route-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "trip-route-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "trip-route-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "trip-route-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "trip-route-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_trip-service",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "4125903163362820011",
+ "metadata": [],
+ "name": "CD_trip-service",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "trip-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "trip-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "trip-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "trip-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "trip-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_ts-bcallservice",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "1265413127655834126",
+ "metadata": [],
+ "name": "CD_ts-bcallservice",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "ts-bcallservice"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "ts-bcallservice"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "ts-bcallservice"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "ts-bcallservice"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "ts-bcallservice"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_ts-bt",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "-865547875980507859",
+ "metadata": [],
+ "name": "CD_ts-bt",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "ts-bt"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "ts-bt"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "ts-bt"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "ts-bt"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "ts-bt"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_ts-bti",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "7304516662908694587",
+ "metadata": [],
+ "name": "CD_ts-bti",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "ts-bti"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "ts-bti"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "ts-bti"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "ts-bti"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "ts-bti"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_ts-cas-spm",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "7190982676167696782",
+ "metadata": [],
+ "name": "CD_ts-cas-spm",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "ts-cas-spm"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "ts-cas-spm"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "ts-cas-spm"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "ts-cas-spm"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "ts-cas-spm"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_ts-cas-stm",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "-1069934564283148177",
+ "metadata": [],
+ "name": "CD_ts-cas-stm",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "ts-cas-stm"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "ts-cas-stm"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "ts-cas-stm"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "ts-cas-stm"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "ts-cas-stm"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_ts-datadispatcher",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "-160309153927734126",
+ "metadata": [],
+ "name": "CD_ts-datadispatcher",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "ts-datadispatcher"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "ts-datadispatcher"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "ts-datadispatcher"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "ts-datadispatcher"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "ts-datadispatcher"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_ts-diagservice",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "-5516136197834664518",
+ "metadata": [],
+ "name": "CD_ts-diagservice",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "ts-diagservice"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "ts-diagservice"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "ts-diagservice"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "ts-diagservice"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "ts-diagservice"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_ts-eshad",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "-2656911488164638575",
+ "metadata": [],
+ "name": "CD_ts-eshad",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "ts-eshad"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "ts-eshad"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "ts-eshad"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "ts-eshad"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "ts-eshad"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_ts-message-receiver",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "-2877384758427257082",
+ "metadata": [],
+ "name": "CD_ts-message-receiver",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "ts-message-receiver"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "ts-message-receiver"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "ts-message-receiver"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "ts-message-receiver"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "ts-message-receiver"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_ts-pdmupdater",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "-8750906512425350064",
+ "metadata": [],
+ "name": "CD_ts-pdmupdater",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "ts-pdmupdater"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "ts-pdmupdater"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "ts-pdmupdater"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "ts-pdmupdater"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "ts-pdmupdater"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_ts-pservice",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "8936083091851613605",
+ "metadata": [],
+ "name": "CD_ts-pservice",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "ts-pservice"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "ts-pservice"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "ts-pservice"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "ts-pservice"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "ts-pservice"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_ts-remotediagnosis",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "-655843724301113073",
+ "metadata": [],
+ "name": "CD_ts-remotediagnosis",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "ts-remotediagnosis"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "ts-remotediagnosis"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "ts-remotediagnosis"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "ts-remotediagnosis"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "ts-remotediagnosis"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_ts-rsurservice",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "1172640693193130031",
+ "metadata": [],
+ "name": "CD_ts-rsurservice",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "ts-rsurservice"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "ts-rsurservice"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "ts-rsurservice"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "ts-rsurservice"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "ts-rsurservice"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_ts-rtcadapter",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "-4844164638938199891",
+ "metadata": [],
+ "name": "CD_ts-rtcadapter",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "ts-rtcadapter"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "ts-rtcadapter"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "ts-rtcadapter"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "ts-rtcadapter"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "ts-rtcadapter"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_ts-rtchandler",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "882445372202583387",
+ "metadata": [],
+ "name": "CD_ts-rtchandler",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "ts-rtchandler"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "ts-rtchandler"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "ts-rtchandler"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "ts-rtchandler"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "ts-rtchandler"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_ts-rtcservice",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "3419894976510463446",
+ "metadata": [],
+ "name": "CD_ts-rtcservice",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "ts-rtcservice"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "ts-rtcservice"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "ts-rtcservice"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "ts-rtcservice"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "ts-rtcservice"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_ts-scallservice",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "-8391834151008708770",
+ "metadata": [],
+ "name": "CD_ts-scallservice",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "ts-scallservice"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "ts-scallservice"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "ts-scallservice"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "ts-scallservice"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "ts-scallservice"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_ts-tsbgam",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "6470621675833180841",
+ "metadata": [],
+ "name": "CD_ts-tsbgam",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "ts-tsbgam"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "ts-tsbgam"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "ts-tsbgam"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "ts-tsbgam"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "ts-tsbgam"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_ts-tsbgservice",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "-82984405160792272",
+ "metadata": [],
+ "name": "CD_ts-tsbgservice",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "ts-tsbgservice"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "ts-tsbgservice"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "ts-tsbgservice"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "ts-tsbgservice"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "ts-tsbgservice"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_ts-tsp",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "3089728000860022771",
+ "metadata": [],
+ "name": "CD_ts-tsp",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "ts-tsp"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "ts-tsp"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "ts-tsp"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "ts-tsp"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "ts-tsp"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_ts-wlupdater",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "-8828887186947074697",
+ "metadata": [],
+ "name": "CD_ts-wlupdater",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "ts-wlupdater"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "ts-wlupdater"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "ts-wlupdater"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "ts-wlupdater"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "ts-wlupdater"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_tscs",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "6687484782906655928",
+ "metadata": [],
+ "name": "CD_tscs",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "tscs"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "tscs"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "tscs"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "tscs"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "tscs"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_tsmb",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "1574304280073442560",
+ "metadata": [],
+ "name": "CD_tsmb",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "tsmb"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "tsmb"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "tsmb"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "tsmb"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "tsmb"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_tsr-cmr",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "-1936983479776043000",
+ "metadata": [],
+ "name": "CD_tsr-cmr",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "tsr-cmr"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "tsr-cmr"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "tsr-cmr"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "tsr-cmr"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "tsr-cmr"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_tsr-dd",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "4000382308124342059",
+ "metadata": [],
+ "name": "CD_tsr-dd",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "tsr-dd"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "tsr-dd"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "tsr-dd"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "tsr-dd"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "tsr-dd"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_tsr-vu",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "6161863475058484687",
+ "metadata": [],
+ "name": "CD_tsr-vu",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "tsr-vu"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "tsr-vu"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "tsr-vu"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "tsr-vu"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "tsr-vu"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_tsrservice",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "-2983211566757692478",
+ "metadata": [],
+ "name": "CD_tsrservice",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "tsrservice"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "tsrservice"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "tsrservice"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "tsrservice"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "tsrservice"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_user-activity-service",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "-5889776722664678370",
+ "metadata": [],
+ "name": "CD_user-activity-service",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "user-activity-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "user-activity-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "user-activity-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "user-activity-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "user-activity-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_user-attributes-service",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "-1523319265532571144",
+ "metadata": [],
+ "name": "CD_user-attributes-service",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "user-attributes-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "user-attributes-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "user-attributes-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "user-attributes-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "user-attributes-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_user-composite-service",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "-5665513017423792666",
+ "metadata": [],
+ "name": "CD_user-composite-service",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "user-composite-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "user-composite-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "user-composite-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "user-composite-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "user-composite-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_user-delete-service",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "3869209407797169173",
+ "metadata": [],
+ "name": "CD_user-delete-service",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "user-delete-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "user-delete-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "user-delete-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "user-delete-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "user-delete-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_user-position-service",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "8936346289884953440",
+ "metadata": [],
+ "name": "CD_user-position-service",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "user-position-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "user-position-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "user-position-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "user-position-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "user-position-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_user-profile-service",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "2151981058768115746",
+ "metadata": [],
+ "name": "CD_user-profile-service",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "user-profile-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "user-profile-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "user-profile-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "user-profile-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "user-profile-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_usid-filter-service",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "-2056609647607232652",
+ "metadata": [],
+ "name": "CD_usid-filter-service",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "usid-filter-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "usid-filter-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "usid-filter-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "usid-filter-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "usid-filter-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_vehicle-composite-service",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "1271588152292574318",
+ "metadata": [],
+ "name": "CD_vehicle-composite-service",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "vehicle-composite-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "vehicle-composite-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "vehicle-composite-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "vehicle-composite-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "vehicle-composite-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_vehicle-features-service",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "3452116887348175930",
+ "metadata": [],
+ "name": "CD_vehicle-features-service",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "vehicle-features-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "vehicle-features-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "vehicle-features-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "vehicle-features-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "vehicle-features-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_vehicle-list-proxy-service",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "-9121763530623836139",
+ "metadata": [],
+ "name": "CD_vehicle-list-proxy-service",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "vehicle-list-proxy-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "vehicle-list-proxy-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "vehicle-list-proxy-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "vehicle-list-proxy-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "vehicle-list-proxy-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_vehicle-mapping-composite-service",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "2019132218119823101",
+ "metadata": [],
+ "name": "CD_vehicle-mapping-composite-service",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "vehicle-mapping-composite-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "vehicle-mapping-composite-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "vehicle-mapping-composite-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "vehicle-mapping-composite-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "vehicle-mapping-composite-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_vehicle-mapping-service",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "3928163898530540597",
+ "metadata": [],
+ "name": "CD_vehicle-mapping-service",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "vehicle-mapping-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "vehicle-mapping-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "vehicle-mapping-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "vehicle-mapping-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "vehicle-mapping-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_vehicle-remote-commands-composite-service",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "6761789500918409432",
+ "metadata": [],
+ "name": "CD_vehicle-remote-commands-composite-service",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "vehicle-remote-commands-composite-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "vehicle-remote-commands-composite-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "vehicle-remote-commands-composite-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "vehicle-remote-commands-composite-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "vehicle-remote-commands-composite-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_vehicle-service",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "9076528227382828478",
+ "metadata": [],
+ "name": "CD_vehicle-service",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "vehicle-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "vehicle-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "vehicle-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "vehicle-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "vehicle-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_vehicle-service-alert",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "2810086911861192760",
+ "metadata": [],
+ "name": "CD_vehicle-service-alert",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "vehicle-service-alert"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "vehicle-service-alert"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "vehicle-service-alert"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "vehicle-service-alert"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "vehicle-service-alert"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_vehicle-service-background",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "743477648706004487",
+ "metadata": [],
+ "name": "CD_vehicle-service-background",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "vehicle-service-background"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "vehicle-service-background"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "vehicle-service-background"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "vehicle-service-background"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "vehicle-service-background"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_vehicle-service-staging",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "-5400905423349094457",
+ "metadata": [],
+ "name": "CD_vehicle-service-staging",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "vehicle-service-staging"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "vehicle-service-staging"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "vehicle-service-staging"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "vehicle-service-staging"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "vehicle-service-staging"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_vehicle-shadow-event-processor",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "-251116387629589045",
+ "metadata": [],
+ "name": "CD_vehicle-shadow-event-processor",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "vehicle-shadow-event-processor"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "vehicle-shadow-event-processor"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "vehicle-shadow-event-processor"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "vehicle-shadow-event-processor"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "vehicle-shadow-event-processor"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_vehicle-status-proxy-service",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "-4297864016266326845",
+ "metadata": [],
+ "name": "CD_vehicle-status-proxy-service",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "vehicle-status-proxy-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "vehicle-status-proxy-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "vehicle-status-proxy-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "vehicle-status-proxy-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "vehicle-status-proxy-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_vehicle-user-relationship-service",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "-2267206534755172164",
+ "metadata": [],
+ "name": "CD_vehicle-user-relationship-service",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "vehicle-user-relationship-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "vehicle-user-relationship-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "vehicle-user-relationship-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "vehicle-user-relationship-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "vehicle-user-relationship-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_vin-list-generator-service",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "7836805615372050886",
+ "metadata": [],
+ "name": "CD_vin-list-generator-service",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "vin-list-generator-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "vin-list-generator-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "vin-list-generator-service"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "vin-list-generator-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "vin-list-generator-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_vps-admin",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "5685817967393171969",
+ "metadata": [],
+ "name": "CD_vps-admin",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "vps-admin"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "vps-admin"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "vps-admin"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "vps-admin"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "vps-admin"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_vps-archive",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "9143897917910960282",
+ "metadata": [],
+ "name": "CD_vps-archive",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "vps-archive"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "vps-archive"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "vps-archive"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "vps-archive"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "vps-archive"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_vps-monitor",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "-3448896405549399770",
+ "metadata": [],
+ "name": "CD_vps-monitor",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "vps-monitor"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "vps-monitor"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "vps-monitor"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "vps-monitor"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "vps-monitor"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_vps-prov",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "-1201985381341398746",
+ "metadata": [],
+ "name": "CD_vps-prov",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "vps-prov"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "vps-prov"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "vps-prov"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "vps-prov"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "vps-prov"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_vps-trigger",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "5247298168368693067",
+ "metadata": [],
+ "name": "CD_vps-trigger",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "vps-trigger"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "vps-trigger"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "vps-trigger"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "vps-trigger"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "vps-trigger"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_vs-api",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "9130088427872052239",
+ "metadata": [],
+ "name": "CD_vs-api",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "vs-api"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "vs-api"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "vs-api"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "vs-api"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "vs-api"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_webapi",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "8120246889020523704",
+ "metadata": [],
+ "name": "CD_webapi",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "webapi"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "webapi"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "webapi"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "webapi"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "webapi"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_wlmanager",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "2926014110277705249",
+ "metadata": [],
+ "name": "CD_wlmanager",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "wlmanager"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "wlmanager"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "wlmanager"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "wlmanager"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "wlmanager"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_wus",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "8769751926315884210",
+ "metadata": [],
+ "name": "CD_wus",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "wus"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "wus"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "wus"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "wus"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "wus"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "CD_xfcd",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "-4237637433345385223",
+ "metadata": [],
+ "name": "CD_xfcd",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "xfcd"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "PROCESS_GROUP_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "xfcd"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "PROCESS_GROUP_TO_HOST"
+ ],
+ "type": "PROCESS_GROUP",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "HOST_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "xfcd"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "HOST",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAMESPACE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "xfcd"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION_NAMESPACE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "CLOUD_APPLICATION_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "xfcd"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "CLOUD_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "Dynatrace_BusinessInsights",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": "MZ for entities that should be part of the Dynatrace Business Insights offering.",
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "4255107715516866784",
+ "metadata": [],
+ "name": "Dynatrace_BusinessInsights",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "MOBILE_APPLICATION_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "TAG_KEY_EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Dynatrace_BusinessInsights",
+ "unknowns": "",
+ "value": ""
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "MOBILE_APPLICATION",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "PSdZ-Checker",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [
+ {
+ "enabled": true,
+ "selector": "type(Service),tag(\"compass-id:PSdZ-Checker\")",
+ "unknowns": ""
+ },
+ {
+ "enabled": true,
+ "selector": "type(SERVICE),databaseName.exists(),toRelationship.calls(type(SERVICE),tag(\"compass-id:PSdZ-Checker\"))",
+ "unknowns": ""
+ },
+ {
+ "enabled": true,
+ "selector": "type(PROCESS_GROUP_INSTANCE),tag(\"compass-id:PSdZ-Checker\")",
+ "unknowns": ""
+ },
+ {
+ "enabled": true,
+ "selector": "type(HOST),tag(\"compass-id:PSdZ-Checker\")",
+ "unknowns": ""
+ }
+ ],
+ "id": "-246485771730420633",
+ "metadata": [],
+ "name": "PSdZ-Checker",
+ "rules": [],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "TEST-Philipp",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [
+ {
+ "applies_to": "METRIC",
+ "condition": [
+ {
+ "key": "fav_failure_rate",
+ "match": "BEGINS_WITH",
+ "type": "METRIC_KEY",
+ "unknowns": "",
+ "value": ""
+ }
+ ],
+ "enabled": true,
+ "unknowns": ""
+ }
+ ],
+ "entity_selector_based_rule": [],
+ "id": "1075470208989529622",
+ "metadata": [],
+ "name": "TEST-Philipp",
+ "rules": [],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "WK_Login",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "7916521540570558779",
+ "metadata": [],
+ "name": "WK_Login",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [
+ {
+ "attribute": "PROCESS_GROUP_PREDEFINED_METADATA",
+ "dynamic_key": "KUBERNETES_NAMESPACE",
+ "unknowns": ""
+ }
+ ],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": "managed-app-user-composite-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ },
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "PROD"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [
+ {
+ "attribute": "PROCESS_GROUP_PREDEFINED_METADATA",
+ "dynamic_key": "KUBERNETES_NAMESPACE",
+ "unknowns": ""
+ }
+ ],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "managed-app-connected-oauth-service-apim"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ },
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "PROD"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [
+ {
+ "attribute": "PROCESS_GROUP_PREDEFINED_METADATA",
+ "dynamic_key": "KUBERNETES_NAMESPACE",
+ "unknowns": ""
+ }
+ ],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": "managed-app-legal-document-composite-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ },
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "PROD"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "SERVICE",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "WK_Personal_Favorites",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [
+ {
+ "enabled": true,
+ "selector": "type(SERVICE), entityId(SERVICE-EA5D470986A259F3)",
+ "unknowns": ""
+ }
+ ],
+ "id": "6776983209508897534",
+ "metadata": [],
+ "name": "WK_Personal_Favorites",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [
+ {
+ "attribute": "PROCESS_GROUP_PREDEFINED_METADATA",
+ "dynamic_key": "KUBERNETES_NAMESPACE",
+ "unknowns": ""
+ }
+ ],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": "managed-app-destination-composite-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ },
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "PROD"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "SERVICE",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "WK_Philipp",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "663836592361032303",
+ "metadata": [],
+ "name": "WK_Philipp",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [
+ {
+ "attribute": "PROCESS_GROUP_PREDEFINED_METADATA",
+ "dynamic_key": "KUBERNETES_NAMESPACE",
+ "unknowns": ""
+ }
+ ],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "managed-app-vehicle-remote-commands-composite-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ },
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "PROD"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [
+ {
+ "attribute": "PROCESS_GROUP_PREDEFINED_METADATA",
+ "dynamic_key": "KUBERNETES_NAMESPACE",
+ "unknowns": ""
+ }
+ ],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "managed-app-remote-360-composite-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ },
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "PROD"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "SERVICE",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "WK_Remote_Camera",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "-2562945316029521611",
+ "metadata": [],
+ "name": "WK_Remote_Camera",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "PROD"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ },
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [
+ {
+ "attribute": "PROCESS_GROUP_PREDEFINED_METADATA",
+ "dynamic_key": "KUBERNETES_NAMESPACE",
+ "unknowns": ""
+ }
+ ],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": "managed-app-remote-360-composite-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "SERVICE",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "WK_Remote_Services",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "-88997113699041852",
+ "metadata": [],
+ "name": "WK_Remote_Services",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [
+ {
+ "attribute": "PROCESS_GROUP_PREDEFINED_METADATA",
+ "dynamic_key": "KUBERNETES_NAMESPACE",
+ "unknowns": ""
+ }
+ ],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": "managed-app-vehicle-remote-commands-composite-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ },
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "PROD"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "SERVICE",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "WK_SMACC",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "-7492198501928801949",
+ "metadata": [],
+ "name": "WK_SMACC",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "SMACC-BE"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ },
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": true,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": "HealthResource"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ },
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": true,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": "MetricsResource"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ },
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": true,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": "PrometheusResource"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ },
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": true,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": "PingResource"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ },
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": true,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "internal service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ },
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": true,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "ProtocolDataApi"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ },
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Environment",
+ "unknowns": "",
+ "value": "PROD"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "SMACC-KTS"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ },
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": true,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": "PrometheusResource"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ },
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": true,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": "MetricsResource"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ },
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": true,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": "HealthResource"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ },
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": true,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": "PingResource"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ },
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": true,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "executed"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ },
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Environment",
+ "unknowns": "",
+ "value": "PROD"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Component",
+ "unknowns": "",
+ "value": "ASBC-SMACC"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ },
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "Environment",
+ "unknowns": "",
+ "value": "PROD"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ },
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": true,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": "HealthResource"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ },
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_DETECTED_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": true,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "executed"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": [
+ "SERVICE_TO_HOST_LIKE",
+ "SERVICE_TO_PROCESS_GROUP_LIKE"
+ ],
+ "type": "SERVICE",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "WK_Send_to_Car_Legacy",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "5491966164925251497",
+ "metadata": [],
+ "name": "WK_Send_to_Car_Legacy",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "LegacyPoiApi - msgsvc - prod"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "SERVICE",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "WK_Send_to_Car_MGU",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "-1674441587782474857",
+ "metadata": [],
+ "name": "WK_Send_to_Car_MGU",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [
+ {
+ "attribute": "PROCESS_GROUP_PREDEFINED_METADATA",
+ "dynamic_key": "KUBERNETES_NAMESPACE",
+ "unknowns": ""
+ }
+ ],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "managed-app-trip-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ },
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "PROD"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "SERVICE",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "WK_Vehicle_Data",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "-6445209291510552400",
+ "metadata": [],
+ "name": "WK_Vehicle_Data",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [
+ {
+ "attribute": "PROCESS_GROUP_PREDEFINED_METADATA",
+ "dynamic_key": "KUBERNETES_NAMESPACE",
+ "unknowns": ""
+ }
+ ],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": "managed-app-vehicle-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ },
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "PROD"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "SERVICE",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "WK_Vehicle_Mapping",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": null,
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "-5956470490041288729",
+ "metadata": [],
+ "name": "WK_Vehicle_Mapping",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [
+ {
+ "attribute": "PROCESS_GROUP_PREDEFINED_METADATA",
+ "dynamic_key": "KUBERNETES_NAMESPACE",
+ "unknowns": ""
+ }
+ ],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": "managed-app-vehicle-mapping-composite-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ },
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "PROD"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "SERVICE",
+ "unknowns": ""
+ },
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [
+ {
+ "attribute": "PROCESS_GROUP_PREDEFINED_METADATA",
+ "dynamic_key": "KUBERNETES_NAMESPACE",
+ "unknowns": ""
+ }
+ ],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": "managed-app-user-composite-service"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ },
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_NAME",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [
+ {
+ "case_sensitive": true,
+ "negate": false,
+ "operator": "CONTAINS",
+ "unknowns": "",
+ "value": "PROD"
+ }
+ ],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "SERVICE",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ },
+ {
+ "module": "module.configDir.module.management_zones",
+ "mode": "managed",
+ "type": "dynatrace_management_zone",
+ "name": "tf-example-for-management-zone-by-tag",
+ "provider": "provider[\"registry.terraform.io/dynatrace-oss/dynatrace\"]",
+ "instances": [
+ {
+ "schema_version": 0,
+ "attributes": {
+ "description": "CONNECTED APP \u0026 CONVERSATION SERVICES4: CONNECTED APP (MYBMW, MINI)",
+ "dimensional_rule": [],
+ "entity_selector_based_rule": [],
+ "id": "-3322750021710554830",
+ "metadata": [],
+ "name": "tf-example-for-management-zone-by-tag",
+ "rules": [
+ {
+ "conditions": [
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TYPE",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": "WEB_SERVICE"
+ }
+ ],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ },
+ {
+ "application_type": [],
+ "application_type_comparison": [],
+ "azure_compute_mode": [],
+ "azure_compute_mode_comparison": [],
+ "azure_sku": [],
+ "azure_sku_comparision": [],
+ "base_comparison_basic": [],
+ "base_condition_key": [],
+ "bitness": [],
+ "bitness_comparision": [],
+ "cloud_type": [],
+ "cloud_type_comparison": [],
+ "comparison": [],
+ "custom_application_type": [],
+ "custom_application_type_comparison": [],
+ "custom_host_metadata": [],
+ "custom_host_metadata_condition_key": [],
+ "custom_process_metadata": [],
+ "custom_process_metadata_condition_key": [],
+ "database_topology": [],
+ "database_topology_comparison": [],
+ "dcrum_decoder": [],
+ "dcrum_decoder_comparison": [],
+ "entity": [],
+ "entity_id_comparison": [],
+ "host_tech": [],
+ "hypervisor": [],
+ "hypervisor_type_comparision": [],
+ "indexed_name": [],
+ "indexed_name_comparison": [],
+ "indexed_string": [],
+ "indexed_string_comparison": [],
+ "indexed_tag": [],
+ "indexed_tag_comparison": [],
+ "integer": [],
+ "integer_comparison": [],
+ "ipaddress": [],
+ "ipaddress_comparison": [],
+ "key": [
+ {
+ "attribute": "SERVICE_TAGS",
+ "type": "STATIC",
+ "unknowns": ""
+ }
+ ],
+ "mobile_platform": [],
+ "mobile_platform_comparison": [],
+ "os_arch": [],
+ "os_type": [],
+ "osarchitecture_comparison": [],
+ "ostype_comparison": [],
+ "paas_type": [],
+ "paas_type_comparison": [],
+ "process_metadata": [],
+ "process_metadata_condition_key": [],
+ "service_topology": [],
+ "service_topology_comparison": [],
+ "service_type": [],
+ "service_type_comparison": [],
+ "simple_host_tech_comparison": [],
+ "simple_tech_comparison": [],
+ "string": [],
+ "string_comparison": [],
+ "string_condition_key": [],
+ "string_key": [],
+ "synthetic_engine": [],
+ "synthetic_engine_type_comparison": [],
+ "tag": [
+ {
+ "negate": false,
+ "operator": "EQUALS",
+ "unknowns": "",
+ "value": [
+ {
+ "context": "CONTEXTLESS",
+ "key": "compass-id",
+ "unknowns": "",
+ "value": "UDS"
+ }
+ ]
+ }
+ ],
+ "tag_comparison": [],
+ "tech": [],
+ "unknowns": ""
+ }
+ ],
+ "enabled": true,
+ "propagation_types": null,
+ "type": "SERVICE",
+ "unknowns": ""
+ }
+ ],
+ "unknowns": null
+ },
+ "sensitive_attributes": [],
+ "private": "bnVsbA=="
+ }
+ ]
+ }
+ ]
+}
diff --git a/var.tf b/var.tf
new file mode 100644
index 0000000..840dd73
--- /dev/null
+++ b/var.tf
@@ -0,0 +1,11 @@
+variable "dt_env_url" {
+ default = "https://rsb41808.live.dynatrace.com"
+}
+
+variable "dt_api_token" {
+ default = "dt0c01.BWK3LFOZP4DKPWINSEAJH5AZ.FUZBV4MLRMFOQYVCUMS44DGWTKXL7A7SH4XZDMR3VIU3YQAUODYWT2LE2RGLWX76"
+}
+
+variable "resourceVersion" {
+ default = "20211130-151123"
+}
\ No newline at end of file