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: README.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -197,6 +197,7 @@ No resources.
197
197
| <aname="input_create_task_exec_policy"></a> [create\_task\_exec\_policy](#input\_create\_task\_exec\_policy)| Determines whether the ECS task definition IAM policy should be created. This includes permissions included in AmazonECSTaskExecutionRolePolicy as well as access to secrets and SSM parameters |`bool`|`true`| no |
198
198
| <aname="input_default_capacity_provider_use_fargate"></a> [default\_capacity\_provider\_use\_fargate](#input\_default\_capacity\_provider\_use\_fargate)| Determines whether to use Fargate or autoscaling for default capacity provider strategy |`bool`|`true`| no |
199
199
| <aname="input_fargate_capacity_providers"></a> [fargate\_capacity\_providers](#input\_fargate\_capacity\_providers)| Map of Fargate capacity provider definitions to use for the cluster |`any`|`{}`| no |
200
+
| <aname="input_managed_storage_configuration"></a> [managed\_storage\_configuration](#input\_managed\_storage\_configuration)| Configuration for the managed storage |`any`|`{}`| no |
200
201
| <aname="input_services"></a> [services](#input\_services)| Map of service definitions to create |`any`|`{}`| no |
201
202
| <aname="input_tags"></a> [tags](#input\_tags)| A map of tags to add to all resources |`map(string)`|`{}`| no |
202
203
| <aname="input_task_exec_iam_role_description"></a> [task\_exec\_iam\_role\_description](#input\_task\_exec\_iam\_role\_description)| Description of the role |`string`|`null`| no |
Copy file name to clipboardExpand all lines: modules/cluster/README.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -181,6 +181,7 @@ No modules.
181
181
| <aname="input_create_task_exec_policy"></a> [create\_task\_exec\_policy](#input\_create\_task\_exec\_policy)| Determines whether the ECS task definition IAM policy should be created. This includes permissions included in AmazonECSTaskExecutionRolePolicy as well as access to secrets and SSM parameters |`bool`|`true`| no |
182
182
| <aname="input_default_capacity_provider_use_fargate"></a> [default\_capacity\_provider\_use\_fargate](#input\_default\_capacity\_provider\_use\_fargate)| Determines whether to use Fargate or autoscaling for default capacity provider strategy |`bool`|`true`| no |
183
183
| <aname="input_fargate_capacity_providers"></a> [fargate\_capacity\_providers](#input\_fargate\_capacity\_providers)| Map of Fargate capacity provider definitions to use for the cluster |`any`|`{}`| no |
184
+
| <aname="input_managed_storage_configuration"></a> [managed\_storage\_configuration](#input\_managed\_storage\_configuration)| Configuration for the managed storage |`any`|`{}`| no |
184
185
| <aname="input_tags"></a> [tags](#input\_tags)| A map of tags to add to all resources |`map(string)`|`{}`| no |
185
186
| <aname="input_task_exec_iam_role_description"></a> [task\_exec\_iam\_role\_description](#input\_task\_exec\_iam\_role\_description)| Description of the role |`string`|`null`| no |
186
187
| <aname="input_task_exec_iam_role_name"></a> [task\_exec\_iam\_role\_name](#input\_task\_exec\_iam\_role\_name)| Name to use on IAM role created |`string`|`null`| no |
0 commit comments