coco_terraform_config/EMEA_PREPROD/_Demo/alerting-profile.tf

31 lines
991 B
HCL

module alerting-profile1 {
source = "../../../_dynatrace-base-modules/dynatrace-alerting-profile"
env = "INT"
mzId = module.mz1.id
mzName = "Demo"
delay_AVAILABILITY = 0
delay_CUSTOM_ALERT = 10
delay_ERROR = 30
delay_MONITORING_UNAVAILABLE = 20
delay_PERFORMANCE = 10
delay_RESOURCE_CONTENTION = 0
}
module alerting-profile2 {
source = "../../../_dynatrace-base-modules/dynatrace-alerting-profile"
env = "TEST"
mzId = module.mz1.id
mzName = "Demo"
delay_AVAILABILITY = 0
delay_CUSTOM_ALERT = 10
delay_ERROR = 30
delay_MONITORING_UNAVAILABLE = 20
delay_PERFORMANCE = 10
delay_RESOURCE_CONTENTION = 0
}