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
| capacity\_providers | List of short names of one or more capacity providers to associate with the cluster. Valid values also include FARGATE and FARGATE\_SPOT. |`list(string)`|`[]`| no |
90
-
| container\_insights | Controls if ECS Cluster has container insights enabled |`bool`|`false`| no |
91
-
| create\_ecs | Controls if ECS should be created |`bool`|`true`| no |
92
-
| default\_capacity\_provider\_strategy | The capacity provider strategy to use by default for the cluster. Can be one or more. |`list(map(any))`|`[]`| no |
93
-
| name | Name to be used on all the resources as identifier, also the name of the ECS cluster |`string`|`null`| no |
94
-
| tags | A map of tags to add to ECS Cluster |`map(string)`|`{}`| no |
89
+
|<aname="input_capacity_providers"></a> [capacity\_providers](#input\_capacity\_providers)| List of short names of one or more capacity providers to associate with the cluster. Valid values also include FARGATE and FARGATE\_SPOT. |`list(string)`|`[]`| no |
90
+
|<aname="input_container_insights"></a> [container\_insights](#input\_container\_insights)| Controls if ECS Cluster has container insights enabled |`bool`|`false`| no |
91
+
|<aname="input_create_ecs"></a> [create\_ecs](#input\_create\_ecs)| Controls if ECS should be created |`bool`|`true`| no |
92
+
|<aname="input_default_capacity_provider_strategy"></a> [default\_capacity\_provider\_strategy](#input\_default\_capacity\_provider\_strategy)| The capacity provider strategy to use by default for the cluster. Can be one or more. |`list(map(any))`|`[]`| no |
93
+
|<aname="input_name"></a> [name](#input\_name)| Name to be used on all the resources as identifier, also the name of the ECS cluster |`string`|`null`| no |
94
+
|<aname="input_tags"></a> [tags](#input\_tags)| A map of tags to add to ECS Cluster |`map(string)`|`{}`| no |
95
95
96
96
## Outputs
97
97
98
98
| Name | Description |
99
99
|------|-------------|
100
-
| this\_ecs\_cluster\_arn | ARN of the ECS Cluster |
101
-
| this\_ecs\_cluster\_id | ID of the ECS Cluster |
102
-
| this\_ecs\_cluster\_name | The name of the ECS cluster |
100
+
|<aname="output_this_ecs_cluster_arn"></a> [this\_ecs\_cluster\_arn](#output\_this\_ecs\_cluster\_arn)| ARN of the ECS Cluster |
101
+
|<aname="output_this_ecs_cluster_id"></a> [this\_ecs\_cluster\_id](#output\_this\_ecs\_cluster\_id)| ID of the ECS Cluster |
102
+
|<aname="output_this_ecs_cluster_name"></a> [this\_ecs\_cluster\_name](#output\_this\_ecs\_cluster\_name)| The name of the ECS cluster |
0 commit comments