Validate number of load_balancers

see #5336
pull/5605/head
Raphael Randschau 10 years ago
parent e1223b4491
commit fc0c2c0ea7

@ -71,6 +71,7 @@ func resourceAwsEcsService() *schema.Resource {
Type: schema.TypeSet,
Optional: true,
ForceNew: true,
MaxItems: 1,
Elem: &schema.Resource{
Schema: map[string]*schema.Schema{
"elb_name": &schema.Schema{

Loading…
Cancel
Save