Files
server/infra/ssh.tf
T

5 lines
95 B
Terraform

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