From 1fa3ad6aaab9290a33208e6a2647e3b2f243f100 Mon Sep 17 00:00:00 2001 From: "Zhibo Wang (ext.)" Date: Fri, 14 Jul 2023 07:21:19 +0000 Subject: [PATCH] CD_vehicle-speech.tf edited online with Bitbucket --- CN_PROD/management_zone/CD_vehicle-speech.tf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CN_PROD/management_zone/CD_vehicle-speech.tf b/CN_PROD/management_zone/CD_vehicle-speech.tf index 900cd609..ea0638b3 100644 --- a/CN_PROD/management_zone/CD_vehicle-speech.tf +++ b/CN_PROD/management_zone/CD_vehicle-speech.tf @@ -2,22 +2,22 @@ resource "dynatrace_management_zone" "CD_vehicle-speech" { name = "CD_vehicle-speech" entity_selector_based_rule { enabled = true - selector = "type(PROCESS_GROUP_INSTANCE),tag(\"compass-id:hvd-cn\"),tag(\"Environment:PROD\")" + selector = "type(PROCESS_GROUP_INSTANCE),tag(\"compass-id:hvd-cn\",\"compass-id:htts-cn\"),tag(\"Environment:PROD\")" } entity_selector_based_rule { enabled = true - selector = "type(HOST),tag(\"compass-id:hvd-cn\"),tag(\"Environment:PROD\")" + selector = "type(HOST),tag(\"compass-id:hvd-cn\",\"compass-id:htts-cn\"),tag(\"Environment:PROD\")" } entity_selector_based_rule { enabled = true - selector = "type(Service),tag(\"compass-id:hvd-cn\"),tag(\"Environment:PROD\")" + selector = "type(Service),tag(\"compass-id:hvd-cn\",\"compass-id:htts-cn\"),tag(\"Environment:PROD\")" } entity_selector_based_rule { enabled = true - selector = "type(SERVICE),databaseName.exists(),toRelationship.calls(type(SERVICE),tag(\"compass-id:hvd-cn\"),tag(\"Environment:PROD\"))" + selector = "type(SERVICE),databaseName.exists(),toRelationship.calls(type(SERVICE),tag(\"compass-id:hvd-cn\",\"compass-id:htts-cn\"),tag(\"Environment:PROD\"))" } entity_selector_based_rule { enabled = true - selector = "type(Container_GROUP_INSTANCE),tag(\"compass-id:hvd-cn\"),tag(\"Environment:PROD\")" + selector = "type(Container_GROUP_INSTANCE),tag(\"compass-id:hvd-cn\",\"compass-id:htts-cn\"),tag(\"Environment:PROD\")" } }