From fa37377184095c4a7e9eeeead114db7d29ddd5da Mon Sep 17 00:00:00 2001 From: Benoit Date: Tue, 11 Feb 2025 13:58:25 +0900 Subject: [PATCH] Laminar: Update new config limits style --- laminar.tf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/laminar.tf b/laminar.tf index 22bf794..14460ba 100644 --- a/laminar.tf +++ b/laminar.tf @@ -21,9 +21,9 @@ resource "incus_instance" "laminar" { image = "images:ubuntu/24.04" type = "virtual-machine" - limits = { - cpu = 6 - memory = "6GiB" + config = { + "limits.cpu" = 6 + "limits.memory" = "6GiB" } device {