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/container-definition/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -152,6 +152,7 @@ No modules.
152
152
| <aname="input_docker_labels"></a> [docker\_labels](#input\_docker\_labels)| A key/value map of labels to add to the container |`map(string)`|`{}`| no |
153
153
| <aname="input_docker_security_options"></a> [docker\_security\_options](#input\_docker\_security\_options)| A list of strings to provide custom labels for SELinux and AppArmor multi-level security systems. This field isn't valid for containers in tasks using the Fargate launch type |`list(string)`|`[]`| no |
154
154
| <aname="input_enable_cloudwatch_logging"></a> [enable\_cloudwatch\_logging](#input\_enable\_cloudwatch\_logging)| Determines whether CloudWatch logging is configured for this container definition. Set to `false` to use other logging drivers |`bool`|`true`| no |
155
+
| <aname="input_enable_execute_command"></a> [enable\_execute\_command](#input\_enable\_execute\_command)| Specifies whether to enable Amazon ECS Exec for the tasks within the service |`bool`|`false`| no |
155
156
| <aname="input_entrypoint"></a> [entrypoint](#input\_entrypoint)| The entry point that is passed to the container |`list(string)`|`[]`| no |
156
157
| <aname="input_environment"></a> [environment](#input\_environment)| The environment variables to pass to the container | <pre>list(object({<br> name = string<br> value = string<br> }))</pre> |`[]`| no |
157
158
| <aname="input_environment_files"></a> [environment\_files](#input\_environment\_files)| A list of files containing the environment variables to pass to a container | <pre>list(object({<br> value = string<br> type = string<br> }))</pre> |`[]`| no |
0 commit comments