Skip to content

Commit c6c7ddd

Browse files
Artem Kajalainenhouqp
authored andcommitted
feat: add DdApiKey dummy value for CF stack
1 parent 76d638c commit c6c7ddd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

logs_monitoring.tf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
resource aws_cloudformation_stack "datadog-forwarder" {
22
name = "${local.stack_prefix}datadog-forwarder"
33
capabilities = ["CAPABILITY_IAM", "CAPABILITY_NAMED_IAM", "CAPABILITY_AUTO_EXPAND"]
4-
parameters = {
4+
parameters = {
55
DdApiKeySecret = aws_secretsmanager_secret.datadog_api_key.arn
6+
DdApiKey = "dummy-value"
67
DdTags = "namespace:${var.namespace},env:${var.env}"
78
ExcludeAtMatch = var.log_exclude_at_match
89
FunctionName = "${local.stack_prefix}datadog-forwarder"

0 commit comments

Comments
 (0)