Skip to content

Commit 0476c43

Browse files
committed
Fixing error in variable definition
1 parent ee9e490 commit 0476c43

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
@@ -77,7 +77,7 @@ variable "deployment_minimum_healthy_percent" {
7777
variable "enable_ecs_managed_tags" {
7878
description = "(Optional) Specifies whether to enable Amazon ECS managed tags for the tasks within the service.Valid values are true or false. Default true."
7979
type = bool
80-
default = true
80+
default = false
8181
}
8282

8383
variable "propagate_tags" {

0 commit comments

Comments
 (0)