nixos-config/terraform/ssh-keys.tf
Gabriel Arazas 50526a608b
terraform: init
Welp, we're now making it fully declarative for the entire cluster
instead of individual submodules.
2024-10-09 12:52:04 +08:00

5 lines
225 B
HCL

resource "hcloud_ssh_key" "foodogsquared" {
name = "foodogsquared@foodogsquared.one"
public_key = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILPR52KfVODfKsgdvYSoQinV3kyOTZ4mtKa0fah5Wkfr foodogsquared@foodogsquared.one"
}