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