Skip to content

Commit

Permalink
docs: Improve profile docs
Browse files Browse the repository at this point in the history
Signed-off-by: Fabian Mettler <[email protected]>
  • Loading branch information
maveonair committed Nov 1, 2024
1 parent 748d247 commit 4ac1af0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/data-sources/profile.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,22 +22,22 @@ resource "incus_instance" "d1" {

* `project` - *Optional* - Name of the project where the profile will be stored.

* `remote` - *Optional* - The remote in which the resource will be created. If
* `remote` - *Optional* - The remote in which the resource was created. If
not provided, the provider's default remote will be used.

## Attribute Reference

* `device` - *Optional* - Device definition. See reference below.
* `device` - Device definition. See reference below.

* `config` - *Optional* - Map of key/value pairs of
* `config` - Map of key/value pairs of
[instance config settings](https://linuxcontainers.org/incus/docs/main/reference/instance_options/).

The `device` block supports:

* `name` - **Required** - Name of the device.
* `name` - Name of the device.

* `type` - **Required** - Type of the device Must be one of none, disk, nic,
* `type` - Type of the device Must be one of none, disk, nic,
unix-char, unix-block, usb, gpu, infiniband, proxy, unix-hotplug, tpm, pci.

* `properties`- **Required** - Map of key/value pairs of
* `properties` - Map of key/value pairs of
[device properties](https://linuxcontainers.org/incus/docs/main/reference/devices/).

0 comments on commit 4ac1af0

Please sign in to comment.