We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b309fac commit 3deaca9Copy full SHA for 3deaca9
src/provider-datadog.tf
@@ -1,6 +1,10 @@
1
module "datadog_configuration" {
2
+<<<<<<< Updated upstream
3
source = "../datadog-configuration/modules/datadog_keys"
4
5
+=======
6
+ source = "github.com/cloudposse-terraform-components/aws-datadog-credentials?ref=v1.535.1"
7
+>>>>>>> Stashed changes
8
enabled = true
9
context = module.this.context
10
global_environment_name = var.datadog_configuration_environment
0 commit comments