Skip to content

Commit

Permalink
enable active tracing on SNS
Browse files Browse the repository at this point in the history
  • Loading branch information
pymonger committed Aug 21, 2024
1 parent 1e3cc31 commit adb8061
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion terraform-unity/evaluators/sns-sqs-lambda/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,9 @@ resource "aws_sqs_queue" "evaluator_queue" {
}

resource "aws_sns_topic" "evaluator_topic" {
name = "${local.function_name}_topic"
name = "${local.function_name}_topic"
tags = local.tags
tracing_config = "Active"
}

resource "aws_sns_topic_policy" "evaluator_topic_policy" {
Expand Down

0 comments on commit adb8061

Please sign in to comment.