feat: add memory
This commit is contained in:
2
testdata/resource-replace.pkl
vendored
2
testdata/resource-replace.pkl
vendored
@@ -31,5 +31,7 @@ forma {
|
||||
hostname = "test-lxc"
|
||||
description = "some other description"
|
||||
ostemplate = "local:vztmpl/alpine-3.22-default_20250617_amd64.tar.xz"
|
||||
cores = 1
|
||||
memory = 512
|
||||
}
|
||||
}
|
||||
|
||||
2
testdata/resource-update.pkl
vendored
2
testdata/resource-update.pkl
vendored
@@ -31,5 +31,7 @@ forma {
|
||||
hostname = "test-lxc"
|
||||
description = "some other description"
|
||||
ostemplate = "local:vztmpl/alpine-3.22-default_20250617_amd64.tar.xz"
|
||||
cores = 2
|
||||
memory = 1024
|
||||
}
|
||||
}
|
||||
|
||||
2
testdata/resource.pkl
vendored
2
testdata/resource.pkl
vendored
@@ -33,5 +33,7 @@ forma {
|
||||
hostname = "test-lxc"
|
||||
description = "no description provided"
|
||||
ostemplate = "local:vztmpl/alpine-3.22-default_20250617_amd64.tar.xz"
|
||||
cores = 1
|
||||
memory = 512
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user