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