You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-5Lines changed: 3 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,20 +6,18 @@ Use this Terraform module to install Datadog monitoring for AWS Elastic Containe
6
6
7
7
This Terraform module wraps the [aws_ecs_task_definition](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ecs_task_definition) resource and automatically configures your task definition for Datadog monitoring.
8
8
9
-
**Warning: This root module is not intended for direct use.** This repository is a collection of Terraform submodules for different ECS Datadog task configurations.
10
-
11
-
For more information on the ECS Fargate module, reference the [documentation](https://github.com/DataDog/terraform-ecs-datadog/blob/main/modules/ecs_fargate/README.md).
9
+
For more information on the ECS Fargate module, reference the submodule [documentation](https://github.com/DataDog/terraform-ecs-datadog/blob/main/modules/ecs_fargate/README.md).
| <aname="input_dd_image_version"></a> [dd\_image\_version](#input\_dd\_image\_version)| Datadog Agent image version |`string`|`"latest"`| no |
225
225
| <aname="input_dd_is_datadog_dependency_enabled"></a> [dd\_is\_datadog\_dependency\_enabled](#input\_dd\_is\_datadog\_dependency\_enabled)| Whether the Datadog Agent container is a dependency for other containers |`bool`|`false`| no |
0 commit comments