Skip to content

Commit

Permalink
Update website/docs/r/ecs_service.html.markdown
Browse files Browse the repository at this point in the history
Co-Authored-By: Brian Flad <[email protected]>
  • Loading branch information
jsbarbergit and bflad authored Aug 30, 2019
1 parent ad3a73d commit 68ac0bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/r/ecs_service.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ The `deployment_controller` configuration block supports the following:
* `container_name` - (Required) The name of the container to associate with the load balancer (as it appears in a container definition).
* `container_port` - (Required) The port on the container to associate with the load balancer.

**Note:** With aws provider >=2.22.0 multiple load_balancer blocks are supported. This allows configuration of ECS service support for multiple target groups (https://aws.amazon.com/about-aws/whats-new/2019/07/amazon-ecs-services-now-support-multiple-load-balancer-target-groups/)
-> **Version note:** Multiple `load_balancer` configuration block support was added in Terraform AWS Provider version 2.22.0. This allows configuration of [ECS service support for multiple target groups](https://aws.amazon.com/about-aws/whats-new/2019/07/amazon-ecs-services-now-support-multiple-load-balancer-target-groups/).

## ordered_placement_strategy

Expand Down

0 comments on commit 68ac0bf

Please sign in to comment.