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_name"></a> [name](#input\_name)| Name of the ECS Cluster to create |`string`| n/a | yes |
31
+
| <aname="input_setting"></a> [setting](#input\_setting)| Details of the setting configuration | <pre>list(object({<br> name = string<br> value = string<br> }))</pre> |`[]`| no |
32
+
| <aname="input_tags"></a> [tags](#input\_tags)| Resource Tags for ECS Cluster |`map(any)`|`{}`| no |
33
+
34
+
## Outputs
35
+
36
+
| Name | Description |
37
+
|------|-------------|
38
+
| <aname="output_arn"></a> [arn](#output\_arn)| ARN of the ECS Cluster |
39
+
| <aname="output_id"></a> [id](#output\_id)| Identifier of the ECS Cluster |
40
+
| <aname="output_name"></a> [name](#output\_name)| Name of the ECS Cluster |
0 commit comments