File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
resource aws_cloudformation_stack "datadog-forwarder" {
2
2
name = " ${ local . stack_prefix } datadog-forwarder"
3
3
capabilities = [" CAPABILITY_IAM" , " CAPABILITY_NAMED_IAM" , " CAPABILITY_AUTO_EXPAND" ]
4
- parameters = {
4
+ parameters = {
5
5
DdApiKeySecretArn = aws_secretsmanager_secret.datadog_api_key.arn
6
6
DdApiKey = " dummy-value"
7
7
DdTags = " namespace:${ var . namespace } ,env:${ var . env } "
8
8
ExcludeAtMatch = var.log_exclude_at_match
9
9
FunctionName = " ${ local . stack_prefix } datadog-forwarder"
10
10
}
11
- template_url = " https://datadog-cloudformation-template.s3.amazonaws.com/aws/forwarder/${ var . dd_forwarer_template_version } .yaml"
11
+ template_url = " https://datadog-cloudformation-template.s3.amazonaws.com/aws/forwarder/${ var . dd_forwarder_template_version } .yaml"
12
12
13
13
lifecycle {
14
14
ignore_changes = [
Original file line number Diff line number Diff line change @@ -63,8 +63,8 @@ variable "log_exclude_at_match" {
63
63
default = " $x^" # <- never matches anything
64
64
}
65
65
66
- variable "dd_forwarer_template_version " {
66
+ variable "dd_forwarder_template_version " {
67
67
description = " Sets Datadog Forwarder version to use"
68
- type = string
69
- default = " 3.13.0"
68
+ type = string
69
+ default = " 3.13.0"
70
70
}
You can’t perform that action at this time.
0 commit comments