diff --git a/infra/server.tf b/infra/server.tf index b49f937..345f933 100644 --- a/infra/server.tf +++ b/infra/server.tf @@ -1,6 +1,6 @@ resource "hcloud_server" "HomeLab" { count = var.instances - name = "random" + name = "merlin" image = var.os_type server_type = var.server_type location = var.location