terraform/builtin
lwilliams-oats 67eeeb368a Fix for #11844. (#12998)
AWS API requires ECS placement strategies "field" attribute to be
"memory" or "cpu" (lowercase) when type=bin, but these read back as
"MEMORY" and "CPU" (uppercase) respectively.

PR #11565 (which fixed separately reported #11644) deals with this by
always lowering the case of the resource received from the API, but this
breaks for other "field" values (e.g. "instanceId" -> "instanceid").

This PR only lowers the case of the returned resource when field
"MEMORY" or "CPU". Haven't checked if any other fields need this
treatment.
2017-03-23 16:10:50 +02:00
..
bins New Provider: Spotinst (#5001) 2017-02-22 22:57:16 +02:00
providers Fix for #11844. (#12998) 2017-03-23 16:10:50 +02:00
provisioners remove log.Fatal from test 2017-02-24 18:48:48 -05:00