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 b5201c0 commit 36a8077Copy full SHA for 36a8077
logs_monitoring.tf
@@ -18,7 +18,7 @@ resource aws_cloudformation_stack "datadog-forwarder" {
18
}
19
20
resource aws_secretsmanager_secret "datadog_api_key" {
21
- name = "${local.stack_prefix}datadog-api-key"
+ name_prefix = "${local.stack_prefix}datadog-api-key"
22
description = "Datadog API Key"
23
tags = local.default_tags
24
0 commit comments