mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 10:58:02 +00:00
5 lines
225 B
Terraform
5 lines
225 B
Terraform
|
resource "hcloud_ssh_key" "foodogsquared" {
|
||
|
name = "foodogsquared@foodogsquared.one"
|
||
|
public_key = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILPR52KfVODfKsgdvYSoQinV3kyOTZ4mtKa0fah5Wkfr foodogsquared@foodogsquared.one"
|
||
|
}
|