as per advice from stack72, simplified

This commit is contained in:
Sunil K Chopra 2015-11-02 09:26:25 -06:00
parent 006cac56a2
commit 0d2007e8bd
1 changed files with 1 additions and 3 deletions

View File

@ -96,10 +96,8 @@ func resourceAwsAutoscalingGroup() *schema.Resource {
},
"placement_group": &schema.Schema{
Type: schema.TypeSet,
Type: schema.TypeString,
Optional: true,
Elem: &schema.Schema{Type: schema.TypeString},
Set: schema.HashString,
},
"load_balancers": &schema.Schema{