providers/aws: remove commented code

oopsie!
This commit is contained in:
Paul Hinze 2015-03-19 09:19:10 -05:00
parent 46b63074e0
commit 5fca25ae5e
1 changed files with 0 additions and 3 deletions

View File

@ -448,9 +448,6 @@ func resourceAwsInstanceCreate(d *schema.ResourceData, meta interface{}) error {
VirtualName: aws.String(bd["virtual_name"].(string)),
})
}
// if err := d.Set("ephemeral_block_device", vL); err != nil {
// return err
// }
}
if v, ok := d.GetOk("root_block_device"); ok {