Skip to content

Commit

Permalink
Write secret for redis
Browse files Browse the repository at this point in the history
  • Loading branch information
mbklein committed Dec 10, 2024
1 parent d3f83c6 commit df70286
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions data_services/secrets.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ locals {
password = random_string.db_master_password.result
}

cache = {
address = aws_route53_record.redis.name
port = 6379
}

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

0 comments on commit df70286

Please sign in to comment.