File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ This module helps you create Datadog ECS daemon service and the related task rol
10
10
You can literally copy and paste the following example, change the following attributes, and you're ready to go:
11
11
12
12
* `datadog-api-key`: set it to Datadog API Key
13
- * `datadog-extra-config` set to a shell script to run when starting the Datadog container
14
- * `env` set to the name of environment name (e.g., `test`)
15
- * `identifier` set to the identifier (e.g., `datadog`)
16
- * `ecs-cluster-id` set to the arn of an ECS cluster
13
+ * `datadog-extra-config` set it to a shell script to run when starting the Datadog container
14
+ * `env` set it to the name of environment name (e.g., `test`)
15
+ * `identifier` set it to the identifier (e.g., `datadog`)
16
+ * `ecs-cluster-id` set it to the arn of an ECS cluster
17
17
18
18
[source,hcl]
19
19
----
You can’t perform that action at this time.
0 commit comments