From 802cd7a9e5cfb613dc0c30728f20a475de389a53 Mon Sep 17 00:00:00 2001 From: Fabian Mettler Date: Mon, 16 Sep 2024 22:47:32 +0200 Subject: [PATCH] docs: Remove limits Signed-off-by: Fabian Mettler --- docs/resources/instance.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/docs/resources/instance.md b/docs/resources/instance.md index fecdbc5..b537386 100644 --- a/docs/resources/instance.md +++ b/docs/resources/instance.md @@ -13,10 +13,7 @@ resource "incus_instance" "instance1" { config = { "boot.autostart" = true - } - - limits = { - cpu = 2 + "limits.cpu" = 2 } } ``` @@ -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/).