Skip to content

Commit e3fafbc

Browse files
committed
fix: adjust component creds module path
1 parent c733c62 commit e3fafbc

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 = "git::https://github.com/cloudposse-terraform-components/aws-datadog-credentials.git//modules/datadog_keys?ref=v1.535.0"
2+
source = "git::https://github.com/cloudposse-terraform-components/aws-datadog-credentials.git//src/modules/datadog_keys?ref=v1.535.0"
33

44
enabled = true
55
context = module.this.context

0 commit comments

Comments
 (0)