data "hcloud_ssh_key" "main" { for_each = toset(var.ssh_key_names) name = each.value }