From f9bb2568af59cd7b5daf9cfc0340f57654a9dae0 Mon Sep 17 00:00:00 2001 From: Zakaria Date: Wed, 28 Aug 2024 02:09:30 +0000 Subject: [PATCH] revert --- lxc_Demo.tf | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/lxc_Demo.tf b/lxc_Demo.tf index 97cbcf9..15a1bd1 100644 --- a/lxc_Demo.tf +++ b/lxc_Demo.tf @@ -4,12 +4,12 @@ resource "proxmox_lxc" "TerraformDemo" { ostemplate = "local:vztmpl/ubuntu-24.04-standard_24.04-2_amd64.tar.zst" password = var.root_password unprivileged = true - memory = 2048 - swap = 512 - cores = 2 - cpulimit = 2 + memory = 2048 + swap = 512 + cores = 2 + cpulimit = 2 - ssh_public_keys = [ + ssh_keys = [ var.ssh_public_key ] @@ -24,4 +24,4 @@ resource "proxmox_lxc" "TerraformDemo" { bridge = "vmbr0" ip = "dhcp" } -} +} \ No newline at end of file