as per advice from stack72, simplified
This commit is contained in:
parent
006cac56a2
commit
0d2007e8bd
|
@ -96,10 +96,8 @@ func resourceAwsAutoscalingGroup() *schema.Resource {
|
||||||
},
|
},
|
||||||
|
|
||||||
"placement_group": &schema.Schema{
|
"placement_group": &schema.Schema{
|
||||||
Type: schema.TypeSet,
|
Type: schema.TypeString,
|
||||||
Optional: true,
|
Optional: true,
|
||||||
Elem: &schema.Schema{Type: schema.TypeString},
|
|
||||||
Set: schema.HashString,
|
|
||||||
},
|
},
|
||||||
|
|
||||||
"load_balancers": &schema.Schema{
|
"load_balancers": &schema.Schema{
|
||||||
|
|
Loading…
Reference in New Issue