1
0
Fork 0
terraform-playground/three-web-hosts/ssh.tf

5 lines
119 B
HCL

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