Files
server/infra/ssh.tf
T

4 lines
59 B
Terraform

data "hcloud_ssh_key" "main" {
name = var.ssh_key_name
}