Skip to content

Commit b3fc93f

Browse files
Merge pull request #58 from scribd/COREINF-8996-expose-dead-letter-monitor-ids
COREINF-8996: Expose dead letter monitor IDs
2 parents 8494c00 + 4304bfb commit b3fc93f

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

outputs.tf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,8 @@ output "autotag_lambda" {
1919
description = "Autotagging lambda Arn"
2020
value = var.enable_auto_tagging == false ? "" : aws_lambda_function.auto_tagging[0].arn
2121
}
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

Comments
 (0)