From 1bea44c48d1dd7437213d913d25b50e3b60fe264 Mon Sep 17 00:00:00 2001 From: Zakaria Date: Wed, 28 Aug 2024 02:37:57 +0000 Subject: [PATCH] secondDemoLXC --- lxc_Demo.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lxc_Demo.tf b/lxc_Demo.tf index aacab0b..c2e2933 100644 --- a/lxc_Demo.tf +++ b/lxc_Demo.tf @@ -1,6 +1,6 @@ resource "proxmox_lxc" "TerraformDemo" { target_node = "ThePearl" - hostname = "lxc-SemaTerra" + hostname = "lxc-secondDemo" ostemplate = "local:vztmpl/ubuntu-24.04-standard_24.04-2_amd64.tar.zst" password = var.root_password unprivileged = true