mirror of
https://github.com/bpg/terraform-provider-proxmox.git
synced 2025-08-22 19:38:35 +00:00
chore: add missing docs (#283)
* added documentation for #282 * add contributor's note to the PR template
This commit is contained in:
parent
f0f31eee47
commit
db7afe2e4a
7
.github/PULL_REQUEST_TEMPLATE.md
vendored
7
.github/PULL_REQUEST_TEMPLATE.md
vendored
@ -1,3 +1,10 @@
|
||||
### Contributor's Note
|
||||
Please mark the following items with an [x] if they apply to your PR.
|
||||
Leave the [ ] if they are not applicable, or if you have not completed the item.
|
||||
- [ ] I have added / updated documentation in `/docs` for any user-facing features or additions.
|
||||
- [ ] I have added / updated templates in `/examples` for any new or updated resources / data sources.
|
||||
- [ ] I have ran `make examples` to verify that the change works as expected.
|
||||
|
||||
<!--- Please keep this note for the community --->
|
||||
### Community Note
|
||||
|
||||
|
@ -361,6 +361,13 @@ output "ubuntu_vm_public_key" {
|
||||
- `device` - (Optional) The device (defaults to `socket`).
|
||||
- `/dev/*` - A host serial device.
|
||||
- `socket` - A unix socket.
|
||||
- `scsi_hardware` - (Optional) The SCSI hardware type (defaults to `virtio-scsi-pci`).
|
||||
- `lsi` - LSI Logic SAS1068E.
|
||||
- `lsi53c810` - LSI Logic 53C810.
|
||||
- `virtio-scsi-pci` - VirtIO SCSI.
|
||||
- `virtio-scsi-single` - VirtIO SCSI (single queue).
|
||||
- `megasas` - LSI Logic MegaRAID SAS.
|
||||
- `pvscsi` - VMware Paravirtual SCSI.
|
||||
- `started` - (Optional) Whether to start the virtual machine (defaults
|
||||
to `true`).
|
||||
- `tablet_device` - (Optional) Whether to enable the USB tablet device (defaults
|
||||
|
Loading…
Reference in New Issue
Block a user