6 lines
135 B
HCL
6 lines
135 B
HCL
output "replication_lag_id" {
|
|
description = "id for monitor replication_lag"
|
|
value = datadog_monitor.replication_lag.*.id
|
|
}
|
|
|