Skip to content

Commit d7e6ddb

Browse files
authored
Fix datadog provider configuration (#28)
1 parent b185f1f commit d7e6ddb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ locals {
4848
}
4949

5050
module "datadog_configuration" {
51-
source = "../../datadog-configuration/modules/datadog_keys"
51+
source = "github.com/cloudposse-terraform-components/aws-datadog-credentials//src/modules/datadog_keys?ref=tags/v1.535.2"
5252
context = module.this.context
5353
}
5454

0 commit comments

Comments
 (0)