providers/aws: forcenew on SGs for now [GH-299]

pull/396/head
Mitchell Hashimoto 12 years ago
parent e4ec2eb0cf
commit a362a97979

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

Loading…
Cancel
Save