Skip to content

Commit

Permalink
fix: send temporalui logs to temporal log group
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Kopp authored and BrianKopp committed Jan 31, 2024
1 parent 41a9fb9 commit b5bbec3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/bigeye/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -1382,7 +1382,7 @@ module "temporalui" {
image_registry = local.image_registry
image_repository = format("%s%s", "temporalui", var.image_repository_suffix)
image_tag = local.temporalui_image_tag
cloudwatch_log_group_name = aws_cloudwatch_log_group.bigeye.name
cloudwatch_log_group_name = aws_cloudwatch_log_group.temporal.name

# Datadog
datadog_agent_enabled = var.datadog_agent_enabled
Expand Down

0 comments on commit b5bbec3

Please sign in to comment.