5 lines
110 B
HCL
5 lines
110 B
HCL
resource "hcloud_ssh_key" "default" {
|
|
name = "hetzner_key"
|
|
public_key = file("~/.ssh/id_rsa.pub")
|
|
}
|