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 76d638c commit c6c7dddCopy full SHA for c6c7ddd
logs_monitoring.tf
@@ -1,8 +1,9 @@
1
resource aws_cloudformation_stack "datadog-forwarder" {
2
name = "${local.stack_prefix}datadog-forwarder"
3
capabilities = ["CAPABILITY_IAM", "CAPABILITY_NAMED_IAM", "CAPABILITY_AUTO_EXPAND"]
4
- parameters = {
+ parameters = {
5
DdApiKeySecret = aws_secretsmanager_secret.datadog_api_key.arn
6
+ DdApiKey = "dummy-value"
7
DdTags = "namespace:${var.namespace},env:${var.env}"
8
ExcludeAtMatch = var.log_exclude_at_match
9
FunctionName = "${local.stack_prefix}datadog-forwarder"
0 commit comments