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

5 lines
119 B
Terraform
Raw Permalink Normal View History

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