Skip to content

Commit

Permalink
Add keypair
Browse files Browse the repository at this point in the history
  • Loading branch information
jaezeu committed Jun 27, 2024
1 parent 7e0a92d commit d8a408c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ resource "aws_instance" "public" {
instance_type = "t2.micro"
subnet_id = "subnet-0cc94b815da8f0c95" #ID of 1 of the public subnets
associate_public_ip_address = true
key_name = "jazeel-key-pair"
key_name = "jazeel-new-keypair"
vpc_security_group_ids = [aws_security_group.allow_ssh.id]

tags = {
Expand Down

0 comments on commit d8a408c

Please sign in to comment.