From 29306214584341764554c0049d0a409fbae578b8 Mon Sep 17 00:00:00 2001 From: jerome Date: Tue, 28 Jan 2025 23:36:40 +0100 Subject: add lxc features --- container/main.tf | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'container') 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" -- cgit v1.2.3