diff options
| -rw-r--r-- | container/main.tf | 4 |
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" |
