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: modules/cluster/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -174,7 +174,7 @@ No modules.
174
174
| <aname="input_cloudwatch_log_group_name"></a> [cloudwatch\_log\_group\_name](#input\_cloudwatch\_log\_group\_name)| Custom name of CloudWatch Log Group for ECS cluster |`string`|`null`| no |
175
175
| <aname="input_cloudwatch_log_group_retention_in_days"></a> [cloudwatch\_log\_group\_retention\_in\_days](#input\_cloudwatch\_log\_group\_retention\_in\_days)| Number of days to retain log events |`number`|`90`| no |
176
176
| <aname="input_cloudwatch_log_group_tags"></a> [cloudwatch\_log\_group\_tags](#input\_cloudwatch\_log\_group\_tags)| A map of additional tags to add to the log group created |`map(string)`|`{}`| no |
| <aname="input_create"></a> [create](#input\_create)| Determines whether resources will be created (affects all resources) |`bool`|`true`| no |
179
179
| <aname="input_create_cloudwatch_log_group"></a> [create\_cloudwatch\_log\_group](#input\_create\_cloudwatch\_log\_group)| Determines whether a log group is created by this module for the cluster logs. If not, AWS will automatically create one if logging is enabled |`bool`|`true`| no |
180
180
| <aname="input_create_task_exec_iam_role"></a> [create\_task\_exec\_iam\_role](#input\_create\_task\_exec\_iam\_role)| Determines whether the ECS task definition IAM role should be created |`bool`|`false`| no |
Copy file name to clipboardExpand all lines: modules/container-definition/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -182,7 +182,7 @@ No modules.
182
182
| <aname="input_resourceRequirements"></a> [resourceRequirements](#input\_resourceRequirements)| The type and amount of a resource to assign to a container. The only supported resource is a GPU | <pre>list(object({<br/> type = string<br/> value = string<br/> }))</pre> |`null`| no |
| <aname="input_secrets"></a> [secrets](#input\_secrets)| The secrets to pass to the container. For more information, see [Specifying Sensitive Data](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/specifying-sensitive-data.html) in the Amazon Elastic Container Service Developer Guide | <pre>list(object({<br/> name = string<br/> valueFrom = string<br/> }))</pre> |`null`| no |
185
-
| <aname="input_service"></a> [service](#input\_service)| The name of the service that the container definition is associated with|`string`|`""`| no |
185
+
| <aname="input_service"></a> [service](#input\_service)| The name of the service that the container definition is associated with. Used in CloudWatch log group default name (if one is not provided) |`string`|`null`| no |
186
186
| <aname="input_startTimeout"></a> [startTimeout](#input\_startTimeout)| Time duration (in seconds) to wait before giving up on resolving dependencies for a container |`number`|`30`| no |
187
187
| <aname="input_stopTimeout"></a> [stopTimeout](#input\_stopTimeout)| Time duration (in seconds) to wait before the container is forcefully killed if it doesn't exit normally on its own |`number`|`120`| no |
188
188
| <aname="input_systemControls"></a> [systemControls](#input\_systemControls)| A list of namespaced kernel parameters to set in the container | <pre>list(object({<br/> namespace = optional(string)<br/> value = optional(string)<br/> }))</pre> |`null`| no |
description="The name of the service that the container definition is associated with"
364
+
description="The name of the service that the container definition is associated with. Used in CloudWatch log group default name (if one is not provided)"
0 commit comments