Skip to content

Commit

Permalink
Update personal ssh key
Browse files Browse the repository at this point in the history
  • Loading branch information
FozzeY authored Jan 23, 2024
1 parent 131b9d4 commit bc5f8a8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ resource "vultr_ssh_key" "ansible" {

resource "vultr_ssh_key" "personal" {
name = "Personal"
ssh_key = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIK0c3l5L+HP1YKTfR7q0SG1lPLTon6PfFZHrjpplTbll [email protected]"
ssh_key = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJP1YicVpdk9zzalUa+3MbQWAhFRAMLTEHAgbBiN8/Xu [email protected]
"
}

data "vultr_os" "openbsd-74" {
Expand Down

0 comments on commit bc5f8a8

Please sign in to comment.