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
+1
Original file line number
Diff line number
Diff line change
@@ -231,6 +231,7 @@ No modules.
231
231
| <aname="input_cluster_name"></a> [cluster\_name](#input\_cluster\_name)| Name of the cluster (up to 255 letters, numbers, hyphens, and underscores) |`string`|`""`| no |
232
232
| <aname="input_cluster_settings"></a> [cluster\_settings](#input\_cluster\_settings)| Configuration block(s) with cluster settings. For example, this can be used to enable CloudWatch Container Insights for a cluster |`map(string)`| <pre>{<br> "name": "containerInsights",<br> "value": "enabled"<br>}</pre> | no |
233
233
| <aname="input_create"></a> [create](#input\_create)| Determines whether resources will be created (affects all resources) |`bool`|`true`| no |
234
+
| <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 |
234
235
| <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 |
235
236
| <aname="input_tags"></a> [tags](#input\_tags)| A map of tags to add to all resources |`map(string)`|`{}`| no |
0 commit comments