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
This module depends on and includes configuration for the [terraform-aws-ecs](https://github.com/terraform-aws-modules/terraform-aws-ecs), which is licensed under the Apache License 2.0. You can find the original license in the `LICENSE` file of the public module.
| <aname="input_cluster_arn"></a> [cluster\_arn](#input\_cluster\_arn)| ARN of the ECS cluster under which the service will be created |`string`|`null`| no |
34
+
| <aname="input_cluster_name"></a> [cluster\_name](#input\_cluster\_name)| Name of the ECS Cluster to create |`string`|`""`| no |
35
+
| <aname="input_cluster_tags"></a> [cluster\_tags](#input\_cluster\_tags)| Resource Tags for ECS Cluster |`map(any)`|`{}`| no |
36
+
| <aname="input_create_cluster"></a> [create\_cluster](#input\_create\_cluster)| Creates an ECS cluster |`bool`|`true`| no |
37
+
| <aname="input_service_cpu"></a> [service\_cpu](#input\_service\_cpu)| CPU allocation for ECS task definitions |`number`| n/a | yes |
| <aname="input_service_name"></a> [service\_name](#input\_service\_name)| Name of the ECS Service |`string`| n/a | yes |
40
+
| <aname="input_service_subnet_ids"></a> [service\_subnet\_ids](#input\_service\_subnet\_ids)| VPC subnet ids where the ECS services will be deployed |`list(string)`| n/a | yes |
41
+
| <aname="input_service_tags"></a> [service\_tags](#input\_service\_tags)| Resource Tags for ECS Service |`map(any)`|`{}`| no |
42
+
43
+
## Outputs
44
+
45
+
| Name | Description |
46
+
|------|-------------|
47
+
| <aname="output_cluster_arn"></a> [cluster\_arn](#output\_cluster\_arn)| ARN of the ECS Cluster |
48
+
| <aname="output_service_id"></a> [service\_id](#output\_service\_id)| Identifier of the ECS Service |
0 commit comments