Skip to content

Commit 4304bfb

Browse files
COREINF-8996: Expose dead letter monitor IDs
1 parent 8494c00 commit 4304bfb

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)