Skip to content

Commit 3deaca9

Browse files
committed
Use repo component reference
1 parent b309fac commit 3deaca9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/provider-datadog.tf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
module "datadog_configuration" {
2+
<<<<<<< Updated upstream
23
source = "../datadog-configuration/modules/datadog_keys"
34

5+
=======
6+
source = "github.com/cloudposse-terraform-components/aws-datadog-credentials?ref=v1.535.1"
7+
>>>>>>> Stashed changes
48
enabled = true
59
context = module.this.context
610
global_environment_name = var.datadog_configuration_environment

0 commit comments

Comments
 (0)