Skip to content

Commit 147b347

Browse files
authored
Merge pull request #44064 from tabito-hara/d-aws_ecs_service-add_note_on_client_alias
[Docs] aws_ecs_service: Update `service_connect_configuration.service.client_alias` argument description to require exactly one alias
2 parents ce6455d + 7f9945c commit 147b347

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/r/ecs_service.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ For more information, see [Task Networking](https://docs.aws.amazon.com/AmazonEC
342342

343343
`service` supports the following:
344344

345-
* `client_alias` - (Optional) List of client aliases for this Service Connect service. You use these to assign names that can be used by client applications. The maximum number of client aliases that you can have in this list is 1. [See below](#client_alias).
345+
* `client_alias` - (Optional) List of client aliases for this Service Connect service. You use these to assign names that can be used by client applications. For each service block where enabled is true, exactly one `client_alias` with one `port` should be specified. [See below](#client_alias).
346346
* `discovery_name` - (Optional) Name of the new AWS Cloud Map service that Amazon ECS creates for this Amazon ECS service.
347347
* `ingress_port_override` - (Optional) Port number for the Service Connect proxy to listen on.
348348
* `port_name` - (Required) Name of one of the `portMappings` from all the containers in the task definition of this Amazon ECS service.

0 commit comments

Comments
 (0)