summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjerome <jerome@xlinfo.fr>2025-01-28 23:36:40 +0100
committerjerome <jerome@xlinfo.fr>2025-01-28 23:36:40 +0100
commit29306214584341764554c0049d0a409fbae578b8 (patch)
treede5a57dc317075be056c08548e59b86717d68fe9
parent0a63176128fa7cca7a3bef64d4fa00905099d015 (diff)
downloadproxmox_lxc-29306214584341764554c0049d0a409fbae578b8.tar.gz
proxmox_lxc-29306214584341764554c0049d0a409fbae578b8.zip
add lxc features
-rw-r--r--container/main.tf4
1 files changed, 4 insertions, 0 deletions
diff --git a/container/main.tf b/container/main.tf
index c185c4e..f20d671 100644
--- a/container/main.tf
+++ b/container/main.tf
@@ -44,6 +44,10 @@ resource "proxmox_lxc" "stagiaire" {
gw = "192.168.2.254"
}
+ features {
+ nesting = true
+ }
+
provisioner "remote-exec" {
connection {
type = "ssh"