Skip to content

Commit 9f49ab0

Browse files
feat: add key name to config
1 parent 9a50b89 commit 9f49ab0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

infrastructure/terraform/main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ resource "aws_security_group" "app" {
4747
resource "aws_instance" "app" {
4848
ami = var.ami_id
4949
instance_type = var.instance_type
50+
key_name = "vockey" # Use the existing vockey key pair
5051

5152
vpc_security_group_ids = [aws_security_group.app.id]
5253

0 commit comments

Comments
 (0)