providers/aws: instances can be computed on an ELB

This commit is contained in:
Mitchell Hashimoto 2014-10-16 18:24:58 -07:00
parent 152d5b0c69
commit 05bfe85f9f
1 changed files with 1 additions and 0 deletions

View File

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