1
0
Fork 0
terraform-playground/single-host/ssh.tf

5 lines
119 B
Terraform
Raw Normal View History

2022-05-23 11:37:13 +00:00
resource "hcloud_ssh_key" "default" {
name = "terraform"
public_key = file("../ssh-terraform-hetzner.pub")
}