Skip to content

Commit

Permalink
Update _outputs.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
caiovfernandes authored Aug 21, 2024
1 parent d52bc28 commit 89b31df
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions _outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ output "cluster_endpoint" {
value = "https://${aws_route53_record.opensearch.fqdn}"
}

output "cluster_vpc_endpoint" {
description = "The VPC endpoint URL of the OpenSearch cluster."
value = try(aws_elasticsearch_domain.opensearch.endpoint, "")
}


output "kibana_endpoint" {
description = "The endpoint URL of Kibana."
value = "https://${aws_route53_record.opensearch.fqdn}/_dashboards/"
Expand Down

0 comments on commit 89b31df

Please sign in to comment.