This commit is contained in:
2024-08-28 03:02:36 +00:00
parent 719f495dea
commit 59d14f7045
3 changed files with 8 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
resource "proxmox_lxc" "TerraPhore" {
target_node = "ThePearl"
hostname = "lxc-secondDemo"
hostname = "lxc-secondDemo-${var.instance_id}"
ostemplate = "local:vztmpl/ubuntu-24.04-standard_24.04-2_amd64.tar.zst"
password = var.root_password
unprivileged = true