Skip to content

Commit 61b719d

Browse files
committed
Adding local.ec2_endpoint to the vm_url try
1 parent 7ad7d18 commit 61b719d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

operations/deployment/terraform/aws/bitovi_main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -876,7 +876,7 @@ output "application_public_dns" {
876876
}
877877

878878
output "vm_url" {
879-
value = try(module.aws_route53[0].vm_url, local.alb_url, local.elb_url)
879+
value = try(module.aws_route53[0].vm_url, local.alb_url, local.elb_url, local.ec2_endpoint)
880880
}
881881

882882
# EFS

0 commit comments

Comments
 (0)