20 lines
578 B
HCL
20 lines
578 B
HCL
output "redis_evictedkeys_id" {
|
|
description = "id for monitor redis_evictedkeys"
|
|
value = "${datadog_monitor.redis_evictedkeys.id}"
|
|
}
|
|
|
|
output "redis_expirations_id" {
|
|
description = "id for monitor redis_expirations"
|
|
value = "${datadog_monitor.redis_expirations.id}"
|
|
}
|
|
|
|
output "redis_blocked_clients_id" {
|
|
description = "id for monitor redis_blocked_clients"
|
|
value = "${datadog_monitor.redis_blocked_clients.id}"
|
|
}
|
|
|
|
output "redis_keyspace_id" {
|
|
description = "id for monitor redis_keyspace"
|
|
value = "${datadog_monitor.redis_keyspace.id}"
|
|
}
|