Skip to content

Commit

Permalink
Set dd_service value from var app
Browse files Browse the repository at this point in the history
  • Loading branch information
mwidurek committed Sep 10, 2020
1 parent 5f64a4f commit dfb14ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ecs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ locals {
"Name" = "datadog"
"Host" = "http-intake.logs.datadoghq.com"
"TLS" = "on"
"dd_service" = var.container_name
"dd_service" = var.app
"dd_tags" = var.datadog_tags
"provider" = "ecs"
}
Expand Down

0 comments on commit dfb14ed

Please sign in to comment.