Skip to content

Commit 3711377

Browse files
authored
Merge pull request #26 from scribd/taylorsmcclure/update-default-dd-lambda
feat: changes dd lambda default version from v3.17.0 to v3.27.0
2 parents 3f22cbc + 8e455a8 commit 3711377

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)