Files

8 lines
137 B
Terraform
Raw Permalink Normal View History

data "local_file" "ssh_public_key" {
filename = pathexpand(var.ssh_public_key)
}
data "hcloud_ssh_key" "cluster" {
name = "infra"
}