diff --git a/gitea.tf b/gitea.tf index ce14860..e64b637 100644 --- a/gitea.tf +++ b/gitea.tf @@ -1,6 +1,6 @@ -resource "proxmox_lxc" "gittea" { +resource "proxmox_lxc" "gitea" { target_node = "ryuk2" - hostname = "gittea" + hostname = "gitea" vmid = 216 ostemplate = "cephfs:vztmpl/debian-13-standard_13.1-2_amd64.tar.zst" password = "terraform"