Skip to content

Commit ee5723f

Browse files
authored
Fix datadog provider configuration (#30)
* Fix datadog provider configuration * Update provider-datadog.tf
1 parent de6086a commit ee5723f

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,5 +1,5 @@
11
module "datadog_configuration" {
2-
source = "../datadog-configuration/modules/datadog_keys"
2+
source = "github.com/cloudposse-terraform-components/aws-datadog-credentials?ref=tags/v1.535.2"
33
enabled = true
44
context = module.this.context
55
}

0 commit comments

Comments
 (0)