Skip to content

Commit 8a49b5d

Browse files
authored
Fix datadog provider configuration
1 parent 27010fb commit 8a49b5d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/provider-datadog.tf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
module "datadog_configuration" {
2-
source = "github.com/cloudposse-terraform-components/aws-datadog-credentials?ref=tags/v1.535.1"
2+
source = "github.com/cloudposse-terraform-components/aws-datadog-credentials//src/modules/datadog_keys?ref=tags/v1.535.1"
3+
34
enabled = true
45
context = module.this.context
56
global_environment_name = var.datadog_configuration_environment

0 commit comments

Comments
 (0)