15 lines
395 B
HCL
15 lines
395 B
HCL
output "pod_phase_status_id" {
|
|
description = "id for monitor pod_phase_status"
|
|
value = "${datadog_monitor.pod_phase_status.*.id}"
|
|
}
|
|
|
|
output "error_id" {
|
|
description = "id for monitor error"
|
|
value = "${datadog_monitor.error.*.id}"
|
|
}
|
|
|
|
output "crashloopbackoff_id" {
|
|
description = "id for monitor crashloopbackoff"
|
|
value = "${datadog_monitor.crashloopbackoff.*.id}"
|
|
}
|