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

31 lines
954 B
HCL
Executable File

output "elasticache_eviction_id" {
description = "id for monitor elasticache_eviction"
value = datadog_monitor.elasticache_eviction.*.id
}
output "elasticache_eviction_growing_id" {
description = "id for monitor elasticache_eviction_growing"
value = datadog_monitor.elasticache_eviction_growing.*.id
}
output "elasticache_free_memory_id" {
description = "id for monitor elasticache_free_memory"
value = datadog_monitor.elasticache_free_memory.*.id
}
output "elasticache_max_connection_id" {
description = "id for monitor elasticache_max_connection"
value = datadog_monitor.elasticache_max_connection.*.id
}
output "elasticache_no_connection_id" {
description = "id for monitor elasticache_no_connection"
value = datadog_monitor.elasticache_no_connection.*.id
}
output "elasticache_swap_id" {
description = "id for monitor elasticache_swap"
value = datadog_monitor.elasticache_swap.*.id
}