Skip to content

Commit fa328c4

Browse files
committed
Bump layer versions
1 parent 33782aa commit fa328c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

variables.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ variable "custom_datadog_tags" {
190190
variable "datadog_extension_layer_version" {
191191
description = "Version for the Datadog Extension Layer"
192192
type = number
193-
default = 74
193+
default = 76
194194
}
195195

196196
variable "datadog_java_layer_version" {
@@ -202,7 +202,7 @@ variable "datadog_java_layer_version" {
202202
variable "datadog_node_layer_version" {
203203
description = "Version for the Datadog Node Layer"
204204
type = number
205-
default = 123
205+
default = 124
206206
}
207207

208208
variable "datadog_python_layer_version" {

0 commit comments

Comments
 (0)