Skip to content

Commit

Permalink
fix(fix-bugs): fix monitoring bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
Julia Aghamyan committed Nov 7, 2023
1 parent 85c5965 commit 9a6d6b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/dashboard/modules/blocks/service/output.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ output "result" {
description = "description"
value = [
[
{ type : "text/title", text : "Superset" }
{ type : "text/title", text : var.service_name }
],
[
{ type : "container/request-count", container : var.service_name, target_group_arn : var.target_group_arn, cluster : var.cluster },
Expand Down

0 comments on commit 9a6d6b9

Please sign in to comment.