Skip to content

Commit 1cf99d8

Browse files
authored
1 parent 42c009c commit 1cf99d8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Component: `ecs-service`
1+
# Component: `datadog-private-location-ecs`
22

33
This component is responsible for creating a datadog private location and deploying it to ECS (EC2 / Fargate)
44

src/provider-datadog.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module "datadog_configuration" {
22
source = "../datadog-configuration/modules/datadog_keys"
3-
region = var.region
43
context = module.this.context
4+
enabled = true
55
}
66

77
provider "datadog" {

0 commit comments

Comments
 (0)