mirror of
https://github.com/bpg/terraform-provider-proxmox.git
synced 2025-06-29 18:21:10 +00:00
fix after rebase
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
This commit is contained in:
parent
40af440cce
commit
68b337691b
@ -31,7 +31,7 @@ type DNSValue = types.Object
|
||||
func NewValue(ctx context.Context, config *vms.GetResponseData, vmID int, diags *diag.Diagnostics) Value {
|
||||
ci := Model{}
|
||||
|
||||
devices := config.CustomStorageDevices.Filter(func(device *vms.CustomStorageDevice) bool {
|
||||
devices := config.StorageDevices.Filter(func(device *vms.CustomStorageDevice) bool {
|
||||
return device.IsCloudInitDrive(vmID)
|
||||
})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user