Skip to content

Commit

Permalink
feat: add DdApiKey dummy value for CF stack
Browse files Browse the repository at this point in the history
  • Loading branch information
Artem Kajalainen authored and houqp committed Jun 29, 2020
1 parent 76d638c commit c6c7ddd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion logs_monitoring.tf
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
resource aws_cloudformation_stack "datadog-forwarder" {
name = "${local.stack_prefix}datadog-forwarder"
capabilities = ["CAPABILITY_IAM", "CAPABILITY_NAMED_IAM", "CAPABILITY_AUTO_EXPAND"]
parameters = {
parameters = {
DdApiKeySecret = aws_secretsmanager_secret.datadog_api_key.arn
DdApiKey = "dummy-value"
DdTags = "namespace:${var.namespace},env:${var.env}"
ExcludeAtMatch = var.log_exclude_at_match
FunctionName = "${local.stack_prefix}datadog-forwarder"
Expand Down

0 comments on commit c6c7ddd

Please sign in to comment.