homelab/infra/ssh.tf
2022-06-19 16:04:32 +02:00

5 lines
110 B
HCL

resource "hcloud_ssh_key" "default" {
name = "hetzner_key"
public_key = file("~/.ssh/id_rsa.pub")
}