Patrick de Ruiter 553f03285a
Some checks failed
Monitors / pre_job (push) Successful in 14s
Monitors / check (push) Failing after 1m30s
Initial commit with README and module files
2025-11-01 10:43:48 +01:00

46 lines
1.5 KiB
HCL
Executable File

output "appgateway_backend_connect_time_id" {
description = "id for monitor appgateway_backend_connect_time"
value = datadog_monitor.appgateway_backend_connect_time.*.id
}
output "appgateway_backend_http_4xx_errors_id" {
description = "id for monitor appgateway_backend_http_4xx_errors"
value = datadog_monitor.appgateway_backend_http_4xx_errors.*.id
}
output "appgateway_backend_http_5xx_errors_id" {
description = "id for monitor appgateway_backend_http_5xx_errors"
value = datadog_monitor.appgateway_backend_http_5xx_errors.*.id
}
output "appgateway_failed_requests_id" {
description = "id for monitor appgateway_failed_requests"
value = datadog_monitor.appgateway_failed_requests.*.id
}
output "appgateway_healthy_host_ratio_id" {
description = "id for monitor appgateway_healthy_host_ratio"
value = datadog_monitor.appgateway_healthy_host_ratio.*.id
}
output "appgateway_http_4xx_errors_id" {
description = "id for monitor appgateway_http_4xx_errors"
value = datadog_monitor.appgateway_http_4xx_errors.*.id
}
output "appgateway_http_5xx_errors_id" {
description = "id for monitor appgateway_http_5xx_errors"
value = datadog_monitor.appgateway_http_5xx_errors.*.id
}
output "appgateway_status_id" {
description = "id for monitor appgateway_status"
value = datadog_monitor.appgateway_status.*.id
}
output "total_requests_id" {
description = "id for monitor total_requests"
value = datadog_monitor.total_requests.*.id
}