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
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,15 +35,15 @@ No modules.
35
35
| <aname="input_capacity_provider_strategy"></a> [capacity\_provider\_strategy](#input\_capacity\_provider\_strategy)| proper weights to associate to Fargate & Fargate spot |`map(number)`|`{}`| no |
36
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 |
38
+
| <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`|`true`| 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
40
| <aname="input_load_balancer"></a> [load\_balancer](#input\_load\_balancer)| Load balancer config |`map(any)`|`{}`| no |
41
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 |
42
42
| <aname="input_min_autoscaling_task_count"></a> [min\_autoscaling\_task\_count](#input\_min\_autoscaling\_task\_count)| Minimum task count in autoscaling |`number`|`1`| 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
+
| <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, TASK\_DEFINITION and NONE |`string`|`"TASK_DEFINITION"`|no|
45
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 |
46
+
| <aname="input_service_connect_config"></a> [service\_connect\_config](#input\_service\_connect\_config)| Service connect configuration |`any`|`{}`| no |
0 commit comments