Skip to content

Commit

Permalink
Merge pull request #9912 from jsbarbergit/patch-1
Browse files Browse the repository at this point in the history
Multiple load_balancer blocks
  • Loading branch information
bflad authored Aug 30, 2019
2 parents be8dbf1 + 68ac0bf commit bc7a949
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions website/docs/r/ecs_service.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,8 @@ 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.

-> **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

`ordered_placement_strategy` supports the following:
Expand Down

0 comments on commit bc7a949

Please sign in to comment.