coco_terraform_config/eupreprod/CD_ABC/alerting-profile.tf

16 lines
484 B
HCL

module ap1 {
source = "../../_dynatrace-base-modules/dynatrace-alerting-profile"
mzId = module.mz1.id
#mzId = "12323"
alertingProfileName = "Test123"
delay_AVAILABILITY = 0
delay_CUSTOM_ALERT = 10
delay_ERROR = 30
delay_MONITORING_UNAVAILABLE = 20
delay_PERFORMANCE = 10
delay_RESOURCE_CONTENTION = 0
}