LibreChatAzureDeployment
LibreChatAzureDeployment copied to clipboard
Default/Example terraform variables are not included
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.