Skip to content

Commit

Permalink
Merge pull request Telmate#1022 from maksimsamt/master
Browse files Browse the repository at this point in the history
Documentation fix: correction in Disks.x.Cloudinit Block
  • Loading branch information
Tinyblargon committed May 28, 2024
2 parents be25856 + 7ef8745 commit 0db2720
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions docs/resources/vm_qemu.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@ resource "proxmox_vm_qemu" "pxe-minimal-example" {

The primary options that effect the correct operation of Network PXE boot mode are:

* `boot`: a valid boot order must be specified with Network type included (eg `order=scsi0;net0`)
* a valid NIC attached to a network with a PXE boot server must be added to the VM
* generally speaking, disable the Agent (`agent = 0`) unless the installed OS contains the Agent in OS install configurations
* `boot`: a valid boot order must be specified with Network type included (eg `order=scsi0;net0`)
* a valid NIC attached to a network with a PXE boot server must be added to the VM
* generally speaking, disable the Agent (`agent = 0`) unless the installed OS contains the Agent in OS install configurations

## Argument reference

Expand Down Expand Up @@ -377,8 +377,9 @@ When `iso` and `passthrough` are omitted an empty cdrom drive will be created.

Only **one** `cloudinit` block can be specified globally. This block is used to configure the cloud-init drive.

| Argument | Type | Default Value | Description|
| `cloudinit_cdrom_storage` | `str` | | Set the storage location for the cloud-init drive. Required when using cloud-init.|
| Argument | Type | Default Value | Description |
| :-------- | :---- | :------------ | :------------------------------------------------------------------------------------------------------- |
| `storage` | `str` | | The name of the storage pool on which to store the cloud-init drive. **Required** when using cloud-init. |

### Disks.x.Disk Block

Expand Down Expand Up @@ -521,6 +522,6 @@ In addition to the arguments above, the following attributes can be referenced f

A VM Qemu Resource can be imported using its node, type and VM ID i.e.:

```
$ terraform import [options] [node]/[type]/[vmId]
```bash
terraform import [options] [node]/[type]/[vmId]
```

0 comments on commit 0db2720

Please sign in to comment.