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

16 lines
504 B
HCL
Executable File

output "postgresql_availability_id" {
description = "id for monitor postgresql_availability"
value = datadog_monitor.postgresql_availability.*.id
}
output "postgresql_connection_too_high_id" {
description = "id for monitor postgresql_connection_too_high"
value = datadog_monitor.postgresql_connection_too_high.*.id
}
output "postgresql_too_many_locks_id" {
description = "id for monitor postgresql_too_many_locks"
value = datadog_monitor.postgresql_too_many_locks.*.id
}