Skip to content

Commit d1ffaee

Browse files
committed
fix: update credential module location
1 parent 1ce96ca commit d1ffaee

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/provider-datadog.tf

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
module "datadog_configuration" {
2-
source = "../datadog-configuration/modules/datadog_keys"
2+
source = "github.com/cloudposse-terraform-components/aws-datadog-credentials/modules/datadog_keys"
3+
version = "v1.535.0"
4+
35
enabled = true
46
context = module.this.context
57
global_environment_name = var.datadog_configuration_environment

0 commit comments

Comments
 (0)