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_cluster_arn"></a> [cluster\_arn](#input\_cluster\_arn)| ARN of the ECS cluster under which the service will be created |`string`|`null`| no |
36
34
| <aname="input_cluster_name"></a> [cluster\_name](#input\_cluster\_name)| Name of the ECS Cluster to create |`string`|`""`| no |
37
35
| <aname="input_cluster_tags"></a> [cluster\_tags](#input\_cluster\_tags)| Resource Tags for ECS Cluster |`map(any)`|`{}`| no |
38
-
| <aname="input_create_cluster"></a> [create\_cluster](#input\_create\_cluster)| Creates an ECS cluster |`bool`|`true`| no |
39
-
| <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 |
42
-
| <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 |
43
-
| <aname="input_service_tags"></a> [service\_tags](#input\_service\_tags)| Resource Tags for ECS Service |`map(any)`|`{}`| no |
44
36
45
37
## Outputs
46
38
47
39
| Name | Description |
48
40
|------|-------------|
49
41
| <aname="output_cluster_arn"></a> [cluster\_arn](#output\_cluster\_arn)| ARN of the ECS Cluster |
50
-
| <aname="output_service_id"></a> [service\_id](#output\_service\_id)| Identifier of the ECS Service |
Copy file name to clipboardExpand all lines: examples/complete/README.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,6 @@ No inputs.
49
49
| Name | Description |
50
50
|------|-------------|
51
51
| <aname="output_ecs_cluster_arn"></a> [ecs\_cluster\_arn](#output\_ecs\_cluster\_arn)| ARN of the ECS Cluster |
52
-
| <aname="output_ecs_service_id"></a> [ecs\_service\_id](#output\_ecs\_service\_id)| Identifier of the ECS Service |
53
52
| <aname="output_private_subnets"></a> [private\_subnets](#output\_private\_subnets)| Identifiers of the Private Subnets |
54
53
| <aname="output_private_subnets_arns"></a> [private\_subnets\_arns](#output\_private\_subnets\_arns)| ARNs of the Private Subnets |
55
54
| <aname="output_private_subnets_cidr_blocks"></a> [private\_subnets\_cidr\_blocks](#output\_private\_subnets\_cidr\_blocks)| CIDR Blocks of the Private Subnets |
0 commit comments