10 lines
294 B
HCL
10 lines
294 B
HCL
output "php_fpm_connect_id" {
|
|
description = "id for monitor php_fpm_connect"
|
|
value = "${datadog_monitor.php_fpm_connect.*.id}"
|
|
}
|
|
|
|
output "php_fpm_connect_idle_id" {
|
|
description = "id for monitor php_fpm_connect_idle"
|
|
value = "${datadog_monitor.php_fpm_connect_idle.*.id}"
|
|
}
|