Skip to content

Commit

Permalink
trying condition
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhrubajyoti Sadhu committed Jan 4, 2024
1 parent 8246a84 commit 0588ea3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ variable "tcp_keepalive_probes" {
variable "datadog_key_secret_name" {
description = "Name of the secret containing the DataDog API key. This needs to be created manually in AWS secrets manager. This is only applicable to ECS deployments."
type = string
default = ""
default = null
}

variable "datadog_agent_version" {
Expand Down

0 comments on commit 0588ea3

Please sign in to comment.