This commit is contained in:
@@ -64,3 +64,19 @@ variable "root_password" {
|
||||
type = string
|
||||
sensitive = true
|
||||
}
|
||||
|
||||
variable "lxc_cores" {
|
||||
default = 2
|
||||
}
|
||||
|
||||
variable "lxc_memory" {
|
||||
default = 1024
|
||||
}
|
||||
|
||||
variable "lxc_swap" {
|
||||
default = 512
|
||||
}
|
||||
|
||||
variable "lxc_rootfs" {
|
||||
default = "SSD:10"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user