Skip to content

Commit

Permalink
Merge pull request #7 from proquickly/develop
Browse files Browse the repository at this point in the history
adding ssh for debug and my pubkey
  • Loading branch information
proquickly authored Dec 5, 2024
2 parents 46ef2af + 515bcce commit 8f7ba8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions terraform/id_rsa.pub
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDhTFS0zP1kjmaYnsBhsOP5GOB2FP2r0eNfV1/Mq01QptCBfh9W7BLTMr0p/KAywCVyrvGgqIP1RA/ZtL1xOuR/aWtOOdYCk8pMevZvOE3ZjGd2jfUG8RVyhT2s34zvJNdRG7sgxbxYEVKj1WD0/3ksERr5snyVYdRUvGVxbSGWiwm/lxzngPhwhjHucVpD7m3guLcU6nNrMEZAre0denCwJTSTVgrLppQxP5uq5xD+ToiL/iGqd6+gmt90CcgVxPLzcJGPpACsJg60C5yZUcQkk/TkGBByunod0EiHaUaRhah1s2qVQjmPnovL4mJpJaonJOefkGQHIPpoNbkdC2OM52cJGUjL4CcMOs7OKenVqeNhR9DvpVuXKeRzs1jFf6mj++0Hg6ndhJ4EifqfPOUad9Lp2CjQYXual4LVpRvZIpXuiIT7rhTTAURb+QzlSBJ0g7w+G4mKsRm1atjg2d7yLbdvysFRff9mZjKOMsX4pR3FG+P0J5ozUcyqS/CcHzs= [email protected]
2 changes: 1 addition & 1 deletion terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ provider "aws" {

resource "aws_key_pair" "deployer" {
key_name = "deployer-key" # Set this to any descriptive name you prefer
public_key = file("/Users/andy/.ssh/id_rsa.pub") # Path to your public key file
public_key = file("id_rsa.pub") # Path to your public key file
}

resource "aws_security_group" "allow_ssh" {
Expand Down

0 comments on commit 8f7ba8b

Please sign in to comment.