We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33782aa commit fa328c4Copy full SHA for fa328c4
variables.tf
@@ -190,7 +190,7 @@ variable "custom_datadog_tags" {
190
variable "datadog_extension_layer_version" {
191
description = "Version for the Datadog Extension Layer"
192
type = number
193
- default = 74
+ default = 76
194
}
195
196
variable "datadog_java_layer_version" {
@@ -202,7 +202,7 @@ variable "datadog_java_layer_version" {
202
variable "datadog_node_layer_version" {
203
description = "Version for the Datadog Node Layer"
204
205
- default = 123
+ default = 124
206
207
208
variable "datadog_python_layer_version" {
0 commit comments