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
+2 -1
View File
@@ -1,3 +1,4 @@
data "hcloud_ssh_key" "main" {
name = var.ssh_key_name
for_each = toset(var.ssh_key_names)
name = each.value
}