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

11 lines
288 B
HCL
Executable File

output "memcached_cpu_high_id" {
description = "id for monitor memcached_cpu_high"
value = datadog_monitor.memcached_cpu_high.*.id
}
output "memcached_get_hits_id" {
description = "id for monitor memcached_get_hits"
value = datadog_monitor.memcached_get_hits.*.id
}