Skip to content

Commit

Permalink
Adding Output for vectorstore NLB DNS Name to pass over to the API Ga…
Browse files Browse the repository at this point in the history
…teway
  • Loading branch information
Miguel Elhaiek committed Apr 4, 2024
1 parent 2b5b674 commit 4c81e3c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions terraform/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,9 @@ output "ec2_instance_public_ip" {
output "nlb_arn" {
value = aws_lb.vectorstore_nlb.arn
}


output "vectorstore_nlb_dns_name" {
value = aws_lb.vectorstore_nlb.dns_name
description = "The DNS name of the Network Load Balancer for the vectorstore."
}

0 comments on commit 4c81e3c

Please sign in to comment.