Skip to content

Commit

Permalink
fix: refrenced wrong disk type
Browse files Browse the repository at this point in the history
  • Loading branch information
Tinyblargon committed Dec 28, 2024
1 parent 7e66709 commit 4e59b51
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ func terraform_Disks_QemuSataStorage(config *pveAPI.QemuSataStorage, ciDisk *boo
schemaFile: config.Passthrough.File,
schemaReplicate: config.Passthrough.Replicate,
schemaSerial: string(config.Passthrough.Serial),
schemaSize: convert_KibibytesToString(int64(config.Disk.SizeInKibibytes)),
schemaSize: convert_KibibytesToString(int64(config.Passthrough.SizeInKibibytes)),
}
terraformQemuDiskBandwidth(mapParams, config.Passthrough.Bandwidth)
return []interface{}{map[string]interface{}{
Expand Down

0 comments on commit 4e59b51

Please sign in to comment.