providers/aws: elb subnet change should not force a new resource

This commit is contained in:
Panagiotis Moustafellos 2015-01-15 10:43:26 +02:00
parent 2203ef82a4
commit c963793f3d
1 changed files with 0 additions and 1 deletions

View File

@ -74,7 +74,6 @@ func resourceAwsElb() *schema.Resource {
Type: schema.TypeSet,
Elem: &schema.Schema{Type: schema.TypeString},
Optional: true,
ForceNew: true,
Computed: true,
Set: func(v interface{}) int {
return hashcode.String(v.(string))