Skip to content

Commit

Permalink
Adding Testing instance
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel Elhaiek committed Mar 14, 2024
1 parent 70e5b91 commit 99e95c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ provider "aws" {
}

resource "aws_security_group" "milvus_sg_testing" {
name = "milvus-sg"
name = "milvus-sg-testing"
description = "Security group for Milvus deployment with Docker"

ingress {
Expand Down

0 comments on commit 99e95c8

Please sign in to comment.