You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| <aname="input_capacity_provider_strategy"></a> [capacity\_provider\_strategy](#input\_capacity\_provider\_strategy)| proper weights to associate to Fargate & Fargate spot |`map(number)`|`{}`| no |
37
36
| <aname="input_desired_task_count"></a> [desired\_task\_count](#input\_desired\_task\_count)| ECS desired task count to be running |`number`| n/a | yes |
| <aname="input_enable_ecs_managed_tags"></a> [enable\_ecs\_managed\_tags](#input\_enable\_ecs\_managed\_tags)| Specifies whether to enable Amazon ECS managed tags for the tasks within the service. |`bool`|`false`| no |
39
39
| <aname="input_health_check_grace_period_seconds"></a> [health\_check\_grace\_period\_seconds](#input\_health\_check\_grace\_period\_seconds)| Task warm up time before health checks in seconds |`number`|`0`| no |
40
+
| <aname="input_load_balancer"></a> [load\_balancer](#input\_load\_balancer)| Load balancer config |`map(any)`|`{}`| no |
40
41
| <aname="input_max_autoscaling_task_count"></a> [max\_autoscaling\_task\_count](#input\_max\_autoscaling\_task\_count)| Maximum task count in autoscaling |`number`|`5`| no |
| <aname="input_propagate_tags"></a> [propagate\_tags](#input\_propagate\_tags)| Specifies whether to propagate the tags from the task definition or the service to the tasks. The valid values are SERVICE and TASK\_DEFINITION |`string`| n/a | yes |
44
45
| <aname="input_security_group_ids"></a> [security\_group\_ids](#input\_security\_group\_ids)| ECS security group id |`list(any)`| n/a | yes |
46
+
| <aname="input_service_connect_config"></a> [service\_connect\_config](#input\_service\_connect\_config)| Service connect configuration |`map(any)`|`{}`| no |
# If propagate tags are set to NONE, the ECS task will not have any tags. With propagate tags, we can specify whether the task will inherit tags from the service or the task definition.
69
+
propagate_tags=var.propagate_tags
70
+
#If ECS managed tags are enabled, the ECS task will automatically be tagged with the ECS service and cluster names.
description="Specifies whether to propagate the tags from the task definition or the service to the tasks. The valid values are SERVICE, TASK_DEFINITION and NONE"
97
+
type=string
98
+
default="TASK_DEFINITION"
99
+
}
100
+
101
+
variable"enable_ecs_managed_tags" {
102
+
description="Specifies whether to enable Amazon ECS managed tags for the tasks within the service."
0 commit comments