mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
providers/aws: remove commented code
oopsie!
This commit is contained in:
parent
46b63074e0
commit
5fca25ae5e
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user