Skip to content

Commit 8e455a8

Browse files
author
Taylor McClure
committed
feat: changes dd lambda default version from v3.17.0 to v3.27.0
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
1 parent 855741a commit 8e455a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vars.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ variable "log_exclude_at_match" {
6666
variable "dd_forwarder_template_version" {
6767
description = "Sets Datadog Forwarder version to use"
6868
type = string
69-
default = "3.17.0"
69+
default = "3.27.0"
7070
}
7171

7272
variable "dd_forwarder_dd_site" {

0 commit comments

Comments
 (0)