Skip to content

Commit e83d138

Browse files
authored
Merge pull request #8 from mxfactorial/fix/var-descrip
current default in var description
2 parents 7fcda29 + 2c39836 commit e83d138

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variables.tf

Lines changed: 1 addition & 1 deletion
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
}

0 commit comments

Comments
 (0)