Skip to content

Commit d5fed9e

Browse files
alessandromrjasonwalsh
authored andcommitted
fix: wrong variables type (#50)
1 parent 5583aeb commit d5fed9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,14 +153,14 @@ By default, this module creates a task definition with a single container defini
153153
| repositoryCredentials | The private repository authentication credentials to use | `map(string)` | `{}` | no |
154154
| requires\_compatibilities | The launch type required by the task | `list(string)` | `[]` | no |
155155
| 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 |
157157
| systemControls | A list of namespaced kernel parameters to set in the container | `list(string)` | `[]` | no |
158158
| tags | The metadata that you apply to the task definition to help you categorize and organize them | `map(string)` | `{}` | no |
159159
| 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 |
160160
| ulimits | A list of ulimits to set in the container | `list(any)` | `[]` | no |
161161
| user | The user name to use inside the container | `string` | `""` | no |
162162
| 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 |
164164
| workingDirectory | The working directory in which to run commands inside the container | `string` | `""` | no |
165165

166166
## Outputs

0 commit comments

Comments
 (0)