Skip to content

Commit

Permalink
testing poetry install
Browse files Browse the repository at this point in the history
  • Loading branch information
proquickly committed Dec 8, 2024
1 parent 90a48d4 commit d69691f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ resource "random_id" "suffix" {
byte_length = 4
}


resource "aws_key_pair" "deployer" {
key_name = "deployer-key-${random_id.suffix.hex}"
public_key = file("id_rsa.pub")
Expand Down

0 comments on commit d69691f

Please sign in to comment.