Skip to content

Commit

Permalink
Merge pull request #38 from mwidurek/DSET-877
Browse files Browse the repository at this point in the history
DSET-877: dd_service gets value from app name
  • Loading branch information
mwidurek authored Sep 11, 2020
2 parents 5f64a4f + dfb14ed commit d9d7918
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 d9d7918

Please sign in to comment.