Change example value to lower case in ECS service (#12661)

According to the validator, the only acceptable values are 'cpu' and
'memory' (both lower case).
73f4acf041/builtin/providers/aws/validators.go (L722):L725
Updating the docs so that this example works out of the box.
This commit is contained in:
Alexander Savchuk 2017-03-15 01:58:09 +13:00 committed by Paul Stack
parent f5a8638a32
commit df32c274b2
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ resource "aws_ecs_service" "mongo" {
placement_strategy {
type = "binpack"
field = "CPU"
field = "cpu"
}
load_balancer {