grail unprivileged = true
This commit is contained in:
2
grail.tf
2
grail.tf
@@ -4,7 +4,7 @@ resource "proxmox_lxc" "grail" {
|
|||||||
vmid = 218
|
vmid = 218
|
||||||
ostemplate = "cephfs:vztmpl/debian-12-standard_12.7-1_amd64.tar.zst"
|
ostemplate = "cephfs:vztmpl/debian-12-standard_12.7-1_amd64.tar.zst"
|
||||||
password = "terraform"
|
password = "terraform"
|
||||||
unprivileged = false
|
unprivileged = true
|
||||||
cores = 6
|
cores = 6
|
||||||
memory = 4096
|
memory = 4096
|
||||||
swap = 1024
|
swap = 1024
|
||||||
|
|||||||
Reference in New Issue
Block a user