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 27010fb commit 8a49b5dCopy full SHA for 8a49b5d
src/provider-datadog.tf
@@ -1,5 +1,6 @@
1
module "datadog_configuration" {
2
- source = "github.com/cloudposse-terraform-components/aws-datadog-credentials?ref=tags/v1.535.1"
+ source = "github.com/cloudposse-terraform-components/aws-datadog-credentials//src/modules/datadog_keys?ref=tags/v1.535.1"
3
+
4
enabled = true
5
context = module.this.context
6
global_environment_name = var.datadog_configuration_environment
0 commit comments