Skip to content

Commit

Permalink
Key pair added
Browse files Browse the repository at this point in the history
  • Loading branch information
ionmariana531 committed Dec 18, 2024
1 parent 115a23d commit f46d83c
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
24 changes: 24 additions & 0 deletions terraform/ssh_key/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions terraform/ssh_key/ssh_key.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
resource "aws_key_pair" "deployer" {
key_name = "deployer-key"
public_key = file("~/.ssh/id_rsa.pub")
}

0 comments on commit f46d83c

Please sign in to comment.