mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-20 11:48:24 -06:00
Merge pull request #6718 from buzztroll/vet/keyed_fields
provider/openstack: Fixes an vet error.
This commit is contained in:
commit
d3b0a301c7
@ -391,8 +391,8 @@ func resourceComputeInstanceV2Create(d *schema.ResourceData, meta interface{}) e
|
||||
if vL, ok := d.GetOk("block_device"); ok {
|
||||
blockDevices := resourceInstanceBlockDevicesV2(d, vL.([]interface{}))
|
||||
createOpts = &bootfromvolume.CreateOptsExt{
|
||||
createOpts,
|
||||
blockDevices,
|
||||
CreateOptsBuilder: createOpts,
|
||||
BlockDevice: blockDevices,
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user