File tree Expand file tree Collapse file tree 1 file changed +3
-9
lines changed
Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -201,13 +201,13 @@ variable "custom_datadog_tags" {
201201variable "datadog_extension_layer_version" {
202202 description = " Version for the Datadog Extension Layer"
203203 type = number
204- default = 76
204+ default = 78
205205}
206206
207207variable "datadog_java_layer_version" {
208208 description = " Version for the Datadog Java Layer"
209209 type = number
210- default = 19
210+ default = 21
211211}
212212
213213variable "datadog_node_layer_version" {
@@ -216,16 +216,10 @@ variable "datadog_node_layer_version" {
216216 default = 124
217217}
218218
219- variable "datadog_profiling_enabled" {
220- description = " Enable Datadog profiling"
221- type = bool
222- default = false
223- }
224-
225219variable "datadog_python_layer_version" {
226220 description = " Version for the Datadog Python Layer"
227221 type = number
228- default = 106
222+ default = 109
229223}
230224
231225variable "datadog_profiling_enabled" {
You can’t perform that action at this time.
0 commit comments