Skip to content

Commit ce5ec37

Browse files
authored
Add env, service, version tags to fluentbit and cws containers (#14)
1 parent 0686057 commit ce5ec37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/ecs_fargate/datadog.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ locals {
338338
memory_limit_mib = var.dd_log_collection.fluentbit_config.memory_limit_mib
339339
user = "0"
340340
mountPoints = []
341-
environment = []
341+
environment = local.ust_env_vars
342342
portMappings = []
343343
systemControls = []
344344
volumesFrom = []
@@ -367,7 +367,7 @@ locals {
367367
entryPoint = []
368368
command = ["/cws-instrumentation", "setup", "--cws-volume-mount", "/cws-instrumentation-volume"]
369369
mountPoints = local.cws_mount
370-
environment = []
370+
environment = local.ust_env_vars
371371
portMappings = []
372372
systemControls = []
373373
volumesFrom = []

0 commit comments

Comments
 (0)