Pull request #465: OPMAAS-3638 add management-zone as global filter for svms dashboards

Merge in OPAPM/coco_apm_terraform_onboarding from CD_am-svms to master

* commit '45e4b524cca725efa4320f8929105d2dc1fcee58':
  OPMAAS-3638 add management-zone as global filter for svms dashboards
feature/CUBP-16041-aws-prod-go-live
Thomas Neumann (ext.) 2023-04-03 09:13:26 +00:00 committed by Doris Ruppert (ext.)
commit 9d1589ab36
4 changed files with 16 additions and 0 deletions

View File

@ -12,6 +12,10 @@ resource "dynatrace_dashboard" "CD_am-svms_E2E" {
})
filter {
timeframe = "-24h to now"
management_zone {
name = "CD_am-svms"
id = data.dynatrace_management_zone.CD_am-svms_PROD.id
}
}
}
tile {

View File

@ -12,6 +12,10 @@ resource "dynatrace_dashboard" "CD_am-svms_PROD" {
})
filter {
timeframe = "-24h to now"
management_zone {
name = "CD_am-svms"
id = data.dynatrace_management_zone.CD_am-svms_PROD.id
}
}
}
tile {

View File

@ -12,6 +12,10 @@ resource "dynatrace_dashboard" "CD_am-svms_E2E" {
})
filter {
timeframe = "-24h to now"
management_zone {
name = "CD_am-svms"
id = data.dynatrace_management_zone.CD_am-svms_PROD.id
}
}
}
tile {

View File

@ -12,6 +12,10 @@ resource "dynatrace_dashboard" "CD_am-svms_PROD" {
})
filter {
timeframe = "-24h to now"
management_zone {
name = "CD_am-svms"
id = data.dynatrace_management_zone.CD_am-svms_PROD.id
}
}
}
tile {