Skip to content

Commit

Permalink
move deprecated arguments to its own paragraph
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikbosch committed Mar 11, 2020
1 parent 6a21970 commit 7931a14
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions docs/resource_vm_qemu.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,13 +106,6 @@ The following arguments are supported in the resource block:
* `vga` - (Optional)
* `network` - (Optional)
* `disk` - (Optional)
* `disk_gb` - (Optional; deprecated, use disk.size instead)
* `storage` - (Optional; deprecated, use disk.storage instead)
* `storage_type` - (Optional; deprecated, use disk.type instead)
* `nic` - (Optional; deprecated, use network instead)
* `bridge` - (Optional; deprecated, use network.bridge instead)
* `vlan` - (Optional; deprecated, use network.tag instead)
* `mac` - (Optional; deprecated, use network.macaddr instead)
* `serial` - (Optional)
* `pool` - (Optional)
* `force_create` - (Optional; defaults to true)
Expand Down Expand Up @@ -142,3 +135,12 @@ The following arguments are specifically for Cloud-init for preprovisioning.
* `ipconfig1` - (Optional) Cloud-init specific, see ipconfig0
* `ipconfig2` - (Optional) Cloud-init specific, see ipconfig0

Deprecated arguments.

* `disk_gb` - (Optional; use disk.size instead)
* `storage` - (Optional; use disk.storage instead)
* `storage_type` - (Optional; use disk.type instead)
* `nic` - (Optional; use network instead)
* `bridge` - (Optional; use network.bridge instead)
* `vlan` - (Optional; use network.tag instead)
* `mac` - (Optional; use network.macaddr instead)

0 comments on commit 7931a14

Please sign in to comment.