From 3dfd5f056c500508b4788fd342a51146a7868764 Mon Sep 17 00:00:00 2001 From: Zakaria Date: Tue, 27 Aug 2024 22:19:33 +0000 Subject: [PATCH] correctSSH --- lxc_Demo.tf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lxc_Demo.tf b/lxc_Demo.tf index aacab0b..15a1bd1 100644 --- a/lxc_Demo.tf +++ b/lxc_Demo.tf @@ -9,6 +9,10 @@ resource "proxmox_lxc" "TerraformDemo" { cores = 2 cpulimit = 2 + ssh_keys = [ + var.ssh_public_key + ] + // Terraform will crash without rootfs defined rootfs { storage = "TheTower"