moved nesting to features

This commit is contained in:
tolerryan
2024-10-08 23:41:51 -05:00
parent c77d2798fe
commit 499edf21ef

View File

@@ -5,7 +5,6 @@ resource "proxmox_lxc" "LXC" {
ostemplate = "local:vztmpl/debian-12-standard_12.7-1_amd64.tar.zst"
password = "terraform"
unprivileged = true
nesting = true
cores = 5
memory = 4096
swap = 1024
@@ -14,6 +13,10 @@ resource "proxmox_lxc" "LXC" {
nameserver = "192.168.0.24"
ssh_public_keys = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINFw70PrMsilcsqCrwW1I6PAt3anQbhmVg+t/HUfomug ryan@mxDesktop"
features {
nesting = true
}
rootfs {
storage = "nvme"
size = "32G"