Skip to content

Commit

Permalink
Add scheme to OpenSearch endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
mbklein committed Nov 11, 2024
1 parent c9584dd commit 5a7abde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data_services/secrets.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ locals {
}

index = {
endpoint = aws_opensearch_domain.elasticsearch.endpoint
endpoint = "https://${aws_opensearch_domain.elasticsearch.endpoint}"
embedding_model = lookup(local.deploy_model_body, "model_id", "DEPLOY ERROR")
embedding_dimensions = var.embedding_dimensions
}
Expand Down

0 comments on commit 5a7abde

Please sign in to comment.