We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 488c772 commit f1355b0Copy full SHA for f1355b0
terraform/prod/terraform.tfvars
@@ -11,7 +11,7 @@ ecs_services = {
11
datadog = {
12
task_definition = "datadog"
13
launch_type = "EC2"
14
- scheduling_strategy = "REPLICA"
+ scheduling_strategy = "DAEMON"
15
}
16
17
@@ -49,6 +49,9 @@ ecs_task_definitions_base = {
49
DD_LOGS_CONFIG_CONTAINER_COLLECT_ALL = "true"
50
DD_APM_RECEIVER_PORT = "8126"
51
DD_APM_NON_LOCAL_TRAFFIC = "true"
52
+ DD_EC2_USE_IMDSV2 = "true"
53
+ DD_COLLECT_EC2_TAGS = "true"
54
+ DD_COLLECT_EC2_METADATA = "true"
55
DD_SERVICE = "eatda-api-prod"
56
DD_ENV = "prod"
57
DD_VERSION = "v1"
0 commit comments