From 68ac0bff4ecbd0ee2d47882db9ce7a80b0324b18 Mon Sep 17 00:00:00 2001 From: jsbarbergit Date: Fri, 30 Aug 2019 08:13:14 +0100 Subject: [PATCH] Update website/docs/r/ecs_service.html.markdown Co-Authored-By: Brian Flad --- website/docs/r/ecs_service.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/r/ecs_service.html.markdown b/website/docs/r/ecs_service.html.markdown index 72fde74e66d..8c3c831f34d 100644 --- a/website/docs/r/ecs_service.html.markdown +++ b/website/docs/r/ecs_service.html.markdown @@ -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