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 1e56671 commit 59694a4
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 @@ -13,7 +13,7 @@ variable "instance_type" {
variable "ami" {
description = "Amazon Machine Image ID for the EC2 instance"
type = string
default = "ami-03406a495242b0027" # Ensure this is the correct AMI for your region and requirements
default = "ami-079db87dc4c10ac91" # Ensure this is the correct AMI for your region and requirements
}

variable "key_name" {
Expand Down

0 comments on commit 59694a4

Please sign in to comment.