Laminar: Update new config limits style

This commit is contained in:
Benoit 2025-02-11 13:58:25 +09:00
parent 8e46f4a5be
commit fa37377184
Signed by: Benoit
SSH key fingerprint: SHA256:kFsX94Kq6z/6CY0dX+7/FpAeJC0QlMhJVY+B7NYrOmA

View file

@ -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 {