Skip to content

Commit

Permalink
removed condition from datadog key
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhrubajyoti Sadhu committed Jan 4, 2024
1 parent db77594 commit e97affe
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 @@ -393,5 +393,5 @@ variable "datadog_agent_version" {
variable "include_datadog_agent" {
description = "Whether to include the datadog-agent container alongside waggledance. This is only applicable to ECS deployments."
type = bool
default = true
default = false
}

0 comments on commit e97affe

Please sign in to comment.