1
0
Fork 0
terraform-playground/k8s-single-node/ssh.tf
2022-05-29 13:37:13 +02:00

4 lines
119 B
HCL

resource "hcloud_ssh_key" "default" {
name = "terraform"
public_key = file("../ssh-terraform-hetzner.pub")
}