Skip to content

Commit

Permalink
Limpio keys
Browse files Browse the repository at this point in the history
  • Loading branch information
imcosta committed Mar 2, 2020
1 parent 7b119d6 commit 2a39799
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions terraform/3/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.terraform
terraform.tfstate
terraform.tfstate.backup
id_rsa.pub
1 change: 1 addition & 0 deletions terraform/3/01_ssh_key.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#
# Exportamos nuestra key SSH
# Acordate de reemplazar el archivo id_rsa.pub con tu key de ssh publica

resource "digitalocean_ssh_key" "key" {
name = "key"
Expand Down
2 changes: 1 addition & 1 deletion terraform/3/id_rsa.pub
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQCiw0M5WaAMzd3F/GWgMYSazupY6gpGm/CAWhgCjVIeJdV+u2YWbR1hgqgOJmEu+X2K27g1tKmq5vgTwHr6oywOSjuKx+LQ0+GlkBU7i36BCdX2/CYT2bWBUdltZ5lIX//4Dtx91PZBjbe+WshUHFGNAuL1+FG12EZli/tKffyW/PjTm9zshMwlP39FoXkV/uAHjln0HQ++bbMoiWgkfp5zxtWBJH0E0HwwmPmllF8a4VIY9WXNhdGNLoT+IXfnrA5flkLfy9Td0hXwHWFqOKanyIsTdarUHhEtPRRKep1fqyzCR2U8fj+ok9cViq0nvSC9qxp8YmCn45Pw5jW6txpXX+rSo25yWXpa7A8mcJeHZAyjq5l/NTjfpYG96zRy4B+UAaPdbE7F0pLEzwfo6M+S8tZo7KWP5SFWLzvRF9Yhanfgoc7Z6bNRTfOgM/yQo7mWRVy+tsFBYBspFyAqIp3WH7kEKQQM71SQ7dDV5P/svKivNov5mC8jUqeawrbTuoQfnf1cUf5bSt1aATwI3t6Mcswy8cb+2l5rpzVXiiCaoyNwdwH5yO2xuv+I0QPQ/Nb05r+VOMBH08JO67fT94C2obLkVhf0EP9ZmX+SCk144hRNUf4zlyN8G8nJBBmssAnwGRDM/uDMBiLLMMCo/QcYKSZSFP9jZJ6wqD+kgfNG6w== [email protected]
# Reemplaza este archivo por tu key

0 comments on commit 2a39799

Please sign in to comment.