Skip to content

Commit

Permalink
feat: changes dd lambda default version from v3.17.0 to v3.27.0
Browse files Browse the repository at this point in the history
change the datadog lambda forwarder version from v3.17.0 to v3.27.0. There are many feature improvements in this version such as the support for SNS topic subscriptions for S3 bucket events
  • Loading branch information
Taylor McClure committed Jan 8, 2021
1 parent 855741a commit 8e455a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vars.tf
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ variable "log_exclude_at_match" {
variable "dd_forwarder_template_version" {
description = "Sets Datadog Forwarder version to use"
type = string
default = "3.17.0"
default = "3.27.0"
}

variable "dd_forwarder_dd_site" {
Expand Down

0 comments on commit 8e455a8

Please sign in to comment.