Skip to content

Commit

Permalink
adding ssh for debug
Browse files Browse the repository at this point in the history
  • Loading branch information
proquickly committed Dec 5, 2024
1 parent 8ab4f30 commit 8494f93
Showing 1 changed file with 1 addition and 1 deletion.
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("~/.ssh/id_rsa.pub") # Path to your public key file
public_key = file("/Users/andy/.ssh/id_rsa.pub") # Path to your public key file
}

resource "aws_security_group" "allow_ssh" {
Expand Down

0 comments on commit 8494f93

Please sign in to comment.