5 lines
139 B
HCL
5 lines
139 B
HCL
output "replication_lag_id" {
|
|
description = "id for monitor replication_lag"
|
|
value = "${datadog_monitor.replication_lag.*.id}"
|
|
}
|