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 11resource 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 DdApiKeySecretArn = aws_secretsmanager_secret.datadog_api_key.arn
66 DdApiKey = " dummy-value"
77 DdTags = " namespace:${ var . namespace } ,env:${ var . env } "
88 ExcludeAtMatch = var.log_exclude_at_match
99 FunctionName = " ${ local . stack_prefix } datadog-forwarder"
1010 }
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"
1212
1313 lifecycle {
1414 ignore_changes = [
Original file line number Diff line number Diff line change @@ -63,8 +63,8 @@ variable "log_exclude_at_match" {
6363 default = " $x^" # <- never matches anything
6464}
6565
66- variable "dd_forwarer_template_version " {
66+ variable "dd_forwarder_template_version " {
6767 description = " Sets Datadog Forwarder version to use"
68- type = string
69- default = " 3.13.0"
68+ type = string
69+ default = " 3.13.0"
7070}
You can’t perform that action at this time.
0 commit comments