Skip to content

Commit 6c3916b

Browse files
authored
ECS Fargate docs update (DataDog#20845)
1 parent 035e0b0 commit 6c3916b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ecs_fargate/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ partial -->
201201

202202
```hcl
203203
module "ecs_fargate_task" {
204-
source = "https://registry.terraform.io/modules/DataDog/ecs-datadog/aws/latest"
204+
source = "DataDog/ecs-datadog/aws//modules/ecs_fargate"
205205
version = "1.0.0"
206206
207207
# Configure Datadog
@@ -1038,7 +1038,7 @@ To enable logging through the [Datadog ECS Fargate Terraform][71] module, config
10381038

10391039
```hcl
10401040
module "ecs_fargate_task" {
1041-
source = "https://registry.terraform.io/modules/DataDog/ecs-datadog/aws/latest"
1041+
source = "DataDog/ecs-datadog/aws//modules/ecs_fargate"
10421042
version = "1.0.0"
10431043
10441044
# Configure Datadog

0 commit comments

Comments
 (0)