Skip to content

Commit eb8707b

Browse files
authored
1 parent 46e578d commit eb8707b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)