We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8494c00 + 4304bfb commit b3fc93fCopy full SHA for b3fc93f
1 file changed
outputs.tf
@@ -19,3 +19,8 @@ output "autotag_lambda" {
19
description = "Autotagging lambda Arn"
20
value = var.enable_auto_tagging == false ? "" : aws_lambda_function.auto_tagging[0].arn
21
}
22
+
23
+output "dead_letters_monitor_ids" {
24
+ description = "IDs of the Datadog dead letter monitors"
25
+ value = [for monitor in datadog_monitor.dead_letters_monitor : monitor.id]
26
+}
0 commit comments