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.
datadog
1 parent 42c009c commit 1cf99d8Copy full SHA for 1cf99d8
src/README.md
@@ -1,4 +1,4 @@
1
-# Component: `ecs-service`
+# Component: `datadog-private-location-ecs`
2
3
This component is responsible for creating a datadog private location and deploying it to ECS (EC2 / Fargate)
4
src/provider-datadog.tf
@@ -1,7 +1,7 @@
module "datadog_configuration" {
source = "../datadog-configuration/modules/datadog_keys"
- region = var.region
context = module.this.context
+ enabled = true
5
}
6
7
provider "datadog" {
0 commit comments