File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -153,14 +153,14 @@ By default, this module creates a task definition with a single container defini
153
153
| repositoryCredentials | The private repository authentication credentials to use | ` map(string) ` | ` {} ` | no |
154
154
| requires\_ compatibilities | The launch type required by the task | ` list(string) ` | ` [] ` | no |
155
155
| resourceRequirements | The type and amount of a resource to assign to a container | ` list(string) ` | ` [] ` | no |
156
- | secrets | The secrets to pass to the container | ` list(string) ` | ` [] ` | no |
156
+ | secrets | The secrets to pass to the container | ` list(map( string) ) ` | ` [] ` | no |
157
157
| systemControls | A list of namespaced kernel parameters to set in the container | ` list(string) ` | ` [] ` | no |
158
158
| tags | The metadata that you apply to the task definition to help you categorize and organize them | ` map(string) ` | ` {} ` | no |
159
159
| task\_ role\_ arn | The short name or full Amazon Resource Name (ARN) of the IAM role that containers in this task can assume | ` string ` | ` "" ` | no |
160
160
| ulimits | A list of ulimits to set in the container | ` list(any) ` | ` [] ` | no |
161
161
| user | The user name to use inside the container | ` string ` | ` "" ` | no |
162
162
| volumes | A list of volume definitions in JSON format that containers in your task may use | ` list(any) ` | ` [] ` | no |
163
- | volumesFrom | Data volumes to mount from another container | ` list(string ) ` | ` [] ` | no |
163
+ | volumesFrom | Data volumes to mount from another container | ` list(object ) ` | ` [] ` | no |
164
164
| workingDirectory | The working directory in which to run commands inside the container | ` string ` | ` "" ` | no |
165
165
166
166
## Outputs
You can’t perform that action at this time.
0 commit comments