feat: Added multiple SSH Key uploads

This commit is contained in:
2026-07-10 22:01:48 +01:00
parent 547fee06fa
commit e39e1637da
11 changed files with 38 additions and 33 deletions
+1 -1
View File
@@ -81,7 +81,7 @@ resource "hcloud_server" "this" {
server_type = var.server_type
image = var.image
location = var.location
ssh_keys = [var.ssh_key_id]
ssh_keys = var.ssh_key_ids
firewall_ids = [hcloud_firewall.this.id]
network {