From 499edf21efdbd600f8fb6c75ab11e10acd040281 Mon Sep 17 00:00:00 2001 From: tolerryan <105945216+tolerryan@users.noreply.github.com> Date: Tue, 8 Oct 2024 23:41:51 -0500 Subject: [PATCH] moved nesting to features --- bookstack.tf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bookstack.tf b/bookstack.tf index 31b187a..2bdcec0 100644 --- a/bookstack.tf +++ b/bookstack.tf @@ -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"