1
0
Fork 0
server-configuration/targets/admins/terraform.tf

9 lines
548 B
HCL

module "vpn" {
source = "../../terraform/admins"
ssh_keys = {
asahi = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJWUVBj2uBVfXGjWwXmOTQmqP1oc2ZfDtylhTEox6JBm ssh@sudoer777.dev"
nix-on-droid = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOHumcpMW1hlppKQ+yC/L+mothO4Yr79RIl4iqu8ATpE nix-on-droid@localhost"
root-hpenvy = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPADv+67M3y3Fec9OukCCs7sj4G4iGx7U9FNvBhmDLm2 root@hpenvy"
utd_cs4485-hpenvy = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILGWCgxRRLJ7Yzjaeffx5kly3sf3XaeMI7jPFa6rg8CN utd_cs4485@hpenvy"
}
}