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"
|
||||
type = "virtual-machine"
|
||||
|
||||
limits = {
|
||||
cpu = 6
|
||||
memory = "6GiB"
|
||||
config = {
|
||||
"limits.cpu" = 6
|
||||
"limits.memory" = "6GiB"
|
||||
}
|
||||
|
||||
device {
|
||||
|
|
Loading…
Add table
Reference in a new issue