Skip to content

Commit 9f60108

Browse files
Update Versions (#67)
Co-authored-by: campaigner-staging[bot] <111737018+campaigner-staging[bot]@users.noreply.github.com>
1 parent 66c88ca commit 9f60108

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

variables.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
variable "datadog_extension_layer_version" {
66
description = "Version for the Datadog Extension Layer"
77
type = number
8-
default = 89
8+
default = 90
99
}
1010

1111
variable "datadog_dotnet_layer_version" {
1212
description = "Version for the Datadog .NET Layer"
1313
type = number
14-
default = 21
14+
default = 22
1515
}
1616

1717
variable "datadog_java_layer_version" {
@@ -29,7 +29,7 @@ variable "datadog_node_layer_version" {
2929
variable "datadog_python_layer_version" {
3030
description = "Version for the Datadog Python Layer"
3131
type = number
32-
default = 118
32+
default = 119
3333
}
3434

3535
variable "fips" {

0 commit comments

Comments
 (0)