LibreChatAzureDeployment icon indicating copy to clipboard operation
LibreChatAzureDeployment copied to clipboard

Default/Example terraform variables are not included

Open illgitthat opened this issue 11 months ago • 2 comments

The readme mentions editing a terraform.tfvars file, but that file is excluded by the .gitignore

[Optional] Configure Deployment:

Edit terraform.tfvars to customize your deployment. You can for example set the MONGO_URI which is the connection string to your MongoDB. A fast and simple solution for that is a free cloud instance, like setting up an Atlas Instance. By default a CosmosDB instance is set up automatically.

Suggested fix is to remove *.tfvars from the gitignore and push up your .tfvars file to give an example deployment.

illgitthat avatar Mar 18 '24 19:03 illgitthat