mirror of
https://github.com/bpg/terraform-provider-proxmox.git
synced 2025-06-30 10:33:46 +00:00
add missing custom CPU model documentation
This commit is contained in:
parent
82016fc8ff
commit
5b9e6eba05
@ -205,6 +205,8 @@ output "ubuntu_vm_public_key" {
|
|||||||
- `phenom` - AMD Phenom (2010).
|
- `phenom` - AMD Phenom (2010).
|
||||||
- `qemu32`/`qemu64` - QEMU Virtual CPU version 2.5+ (32 & 64 bit
|
- `qemu32`/`qemu64` - QEMU Virtual CPU version 2.5+ (32 & 64 bit
|
||||||
variants).
|
variants).
|
||||||
|
- `custom-<model>` - Custom CPU model. All `custom-<model>` values should be
|
||||||
|
defined in `/etc/pve/virtual-guest/cpu-models.conf` file.
|
||||||
- `units` - (Optional) The CPU units (defaults to `1024`).
|
- `units` - (Optional) The CPU units (defaults to `1024`).
|
||||||
- `description` - (Optional) The description.
|
- `description` - (Optional) The description.
|
||||||
- `disk` - (Optional) A disk (multiple blocks supported).
|
- `disk` - (Optional) A disk (multiple blocks supported).
|
||||||
|
Loading…
Reference in New Issue
Block a user