15 lines
464 B
HCL
15 lines
464 B
HCL
output "cosmos_db_status_id" {
|
|
description = "id for monitor cosmos_db_status"
|
|
value = "${datadog_monitor.cosmos_db_status.*.id}"
|
|
}
|
|
|
|
output "cosmos_db_4xx_requests_id" {
|
|
description = "id for monitor cosmos_db_4xx_requests"
|
|
value = "${datadog_monitor.cosmos_db_4xx_requests.*.id}"
|
|
}
|
|
|
|
output "cosmos_db_5xx_requests_id" {
|
|
description = "id for monitor cosmos_db_5xx_requests"
|
|
value = "${datadog_monitor.cosmos_db_5xx_requests.*.id}"
|
|
}
|