We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8494c00 commit 4304bfbCopy full SHA for 4304bfb
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