Skip to content

Commit

Permalink
Adding new key pair pem for EC2 SSH connection
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel Elhaiek committed Mar 28, 2024
1 parent 27ff64b commit f8a0fea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ variable "ami" {
variable "key_name" {
description = "The name of the EC2 Key Pair"
type = string
default = "ec2-milvus-standalone-testing"
default = "ec2-milvus-api"
# No default provided; should be specified at runtime or via terraform.tfvars for security reasons
}

Expand Down

0 comments on commit f8a0fea

Please sign in to comment.