Skip to content

Commit

Permalink
Terraform EC2 instance with Milvus
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel Elhaiek committed Mar 12, 2024
1 parent c5e3185 commit 127a8d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions terraform/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ variable "ami" {
variable "key_name" {
description = "The name of the EC2 Key Pair"
type = string
default = "ec2-milvus-standalone"
# No default provided; should be specified at runtime or via terraform.tfvars for security reasons
}

Expand Down

0 comments on commit 127a8d2

Please sign in to comment.