Skip to content

Commit 5f36dfd

Browse files
committed
current default in var description
1 parent 4dc8745 commit 5f36dfd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

variables.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ variable "deployment_minimum_healthy_percent" {
8080
}
8181

8282
variable "enable_ecs_managed_tags" {
83-
description = "(Optional) Specifies whether to enable Amazon ECS managed tags for the tasks within the service.Valid values are true or false. Default true."
83+
description = "(Optional) Specifies whether to enable Amazon ECS managed tags for the tasks within the service.Valid values are true or false. Default false."
8484
type = bool
8585
default = false
8686
}
@@ -130,4 +130,4 @@ variable "lb_health_check_path" {
130130
description = "(Optional) Health check path for the Load Balancer"
131131
type = string
132132
default = "/"
133-
}
133+
}

0 commit comments

Comments
 (0)