Laminar: Update new config limits style
This commit is contained in:
parent
8e46f4a5be
commit
fa37377184
1 changed files with 3 additions and 3 deletions
|
@ -21,9 +21,9 @@ resource "incus_instance" "laminar" {
|
||||||
image = "images:ubuntu/24.04"
|
image = "images:ubuntu/24.04"
|
||||||
type = "virtual-machine"
|
type = "virtual-machine"
|
||||||
|
|
||||||
limits = {
|
config = {
|
||||||
cpu = 6
|
"limits.cpu" = 6
|
||||||
memory = "6GiB"
|
"limits.memory" = "6GiB"
|
||||||
}
|
}
|
||||||
|
|
||||||
device {
|
device {
|
||||||
|
|
Loading…
Add table
Reference in a new issue