0
0
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:
Pavel Boldyrev 2023-03-12 21:07:51 -04:00
parent 82016fc8ff
commit 5b9e6eba05
No known key found for this signature in database
GPG Key ID: 02A24794ADAC7455

View File

@ -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).