Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
glitchcrab committed Oct 15, 2024
1 parent cc8123c commit 46e3059
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ This module is an opinionated take on creating a VM in Proxmox; not all possible
| Name | Version |
|------|---------|
| terraform | >= 0.14.0 |
| proxmox | >= 2.9.14 |
| proxmox | >= 3.0.1-rc4 |

## Providers

| Name | Version |
|------|---------|
| proxmox | 2.9.11 |
| proxmox | 2.9.13 |

## Resources

Expand All @@ -42,15 +42,14 @@ This module is an opinionated take on creating a VM in Proxmox; not all possible
| boot | Boot order for the instance. | `string` | no |
| cicustom | Path(s) to cloud-init config files (ignored when pxe_boot is true). | `string` | no |
| clone | Name of the template to clone (ignored when pxe_boot is true). | `string` | no |
| cloudinit_cdrom_storage | Name of the storage to create the cloud-init image in (e.g. local-lvm). | `string` | no |
| cpu | The type of CPU to emulate in the guest. | `string` | no |
| disks | List of objects representing additional disks. | <pre>list(object({<br> type = string<br> storage = string<br> size = string<br> }))</pre> | no |
| disks | List of objects representing additional disks. | <pre>list(object({<br> slot = string<br> size = string<br> storage = string<br> emulatessd = bool<br> iothread = bool<br> discard = bool<br> }))</pre> | no |
| full_clone | Create a full clone; if false, a linked clone will be created (ignored when pxe_boot is true). | `bool` | no |
| hagroup | The HA group identifier the resource belongs to. | `string` | no |
| hastate | Requested HA state for the resource. | `string` | no |
| onboot | Whether to have the VM startup after the PVE node starts. | `bool` | no |
| oncreate | Whether to have the VM startup after the VM is created. | `bool` | no |
| os_type | Type of OS for preprovisioning. | `string` | no |
| pxe_boot | Set PXE boot mode | `bool` | no |
| qemu_agent | Enable QEMU guest agent (must be installed in the template). Set to `1` to enable or `0` to disable. | `number` | no |
| vm_state | Desired power state of the VM. | `string` | no |
<!-- END_TF_DOCS -->

0 comments on commit 46e3059

Please sign in to comment.