Skip to content

Commit

Permalink
turn Elastic back on (#1120)
Browse files Browse the repository at this point in the history
  • Loading branch information
gecBurton authored Oct 22, 2024
1 parent da604f2 commit c25af3b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion infrastructure/aws/data.tf
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ locals {
}
django_app_secrets = {
"ELASTIC__COLLECTION_ENDPOINT": module.opensearch.collection_enpdoint,
"ELASTIC__API_KEY" : var.elastic_api_key,
"ELASTIC__CLOUD_ID" : var.cloud_id,
"AZURE_OPENAI_API_KEY": var.azure_openai_api_key,
"AZURE_OPENAI_ENDPOINT" : var.azure_openai_endpoint,
Expand Down

0 comments on commit c25af3b

Please sign in to comment.