Skip to content

Commit

Permalink
docs: Remove limits
Browse files Browse the repository at this point in the history
Signed-off-by: Fabian Mettler <[email protected]>
  • Loading branch information
maveonair committed Sep 16, 2024
1 parent aa7645f commit 802cd7a
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions docs/resources/instance.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,7 @@ resource "incus_instance" "instance1" {
config = {
"boot.autostart" = true
}
limits = {
cpu = 2
"limits.cpu" = 2
}
}
```
Expand Down Expand Up @@ -120,9 +117,6 @@ resource "incus_instance" "instance2" {

* `file` - *Optional* - File to upload to the instance. See reference below.

* `limits` - *Optional* - Map of key/value pairs that define the
[instance resources limits](https://linuxcontainers.org/incus/docs/main/reference/instance_options/#resource-limits).

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

Expand Down

0 comments on commit 802cd7a

Please sign in to comment.