Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ variable "datadog_extension_layer_version" {
variable "datadog_dotnet_layer_version" {
description = "Version for the Datadog .NET Layer"
type = number
default = 20
default = 21
}

variable "datadog_java_layer_version" {
Expand All @@ -29,7 +29,7 @@ variable "datadog_node_layer_version" {
variable "datadog_python_layer_version" {
description = "Version for the Datadog Python Layer"
type = number
default = 113
default = 114
}

variable "fips" {
Expand Down