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
| <aname="input_compute_environments"></a> [compute\_environments](#input\_compute\_environments)| Map of compute environment definitions to create |`any`|`{}`| no |
| <aname="input_create"></a> [create](#input\_create)| Controls if resources should be created (affects nearly all resources) |`bool`|`true`| no |
205
205
| <aname="input_create_instance_iam_role"></a> [create\_instance\_iam\_role](#input\_create\_instance\_iam\_role)| Determines whether a an IAM role is created or to use an existing IAM role |`bool`|`true`| no |
206
206
| <aname="input_create_job_definitions"></a> [create\_job\_definitions](#input\_create\_job\_definitions)| Determines whether to create the job definitions defined |`bool`|`true`| no |
@@ -215,7 +215,7 @@ No modules.
215
215
| <aname="input_instance_iam_role_tags"></a> [instance\_iam\_role\_tags](#input\_instance\_iam\_role\_tags)| A map of additional tags to add to the IAM role created |`map(string)`|`{}`| no |
216
216
| <aname="input_instance_iam_role_use_name_prefix"></a> [instance\_iam\_role\_use\_name\_prefix](#input\_instance\_iam\_role\_use\_name\_prefix)| Determines whether the IAM role name (`instance_iam_role_name`) is used as a prefix |`string`|`true`| no |
217
217
| <aname="input_job_definitions"></a> [job\_definitions](#input\_job\_definitions)| Map of job definitions to create |`any`|`{}`| no |
218
-
| <aname="input_job_queues"></a> [job\_queues](#input\_job\_queues)| Map of job queue and scheduling policy defintions to create |`any`|`{}`| no |
218
+
| <a name="input_job_queues"></a> [job\_queues](#input\_job\_queues) | Map of job queue and scheduling policy defintions to create | <pre>map(object({<br/> compute_environment_order = optional(map(object({<br/> compute_environment_key = string<br/> order = number<br/> })))<br/> job_state_time_limit_action = optional(map(object({<br/> action = optional(string, "CANCEL")<br/> max_time_seconds = number<br/> reason = optional(string)<br/> state = optional(string, "RUNNABLE")<br/> })))<br/> name = optional(string) # Will fall back to use map key as queue name<br/> priority = number<br/> scheduling_policy_arn = optional(string)<br/> state = optional(string, "ENABLED")<br/> tags = optional(map(string), {})<br/> timeouts = optional(object({<br/> create = optional(string, "10m")<br/> update = optional(string, "10m")<br/> delete = optional(string, "10m")<br/> }))<br/> }))</pre> | `null` | no |
219
219
| <aname="input_service_iam_role_additional_policies"></a> [service\_iam\_role\_additional\_policies](#input\_service\_iam\_role\_additional\_policies)| Additional policies to be added to the IAM role |`map(string)`|`{}`| no |
220
220
| <aname="input_service_iam_role_description"></a> [service\_iam\_role\_description](#input\_service\_iam\_role\_description)| Batch service IAM role description |`string`|`null`| no |
221
221
| <aname="input_service_iam_role_name"></a> [service\_iam\_role\_name](#input\_service\_iam\_role\_name)| Batch service IAM role name |`string`|`null`| no |
0 commit comments