File tree Expand file tree Collapse file tree 4 files changed +4
-145
lines changed
litellm-terraform-stack/modules/cloudfront Expand file tree Collapse file tree 4 files changed +4
-145
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -205,6 +205,9 @@ export TF_VAR_disable_swagger_page=$DISABLE_SWAGGER_PAGE
205205export TF_VAR_disable_admin_ui=$DISABLE_ADMIN_UI
206206export TF_VAR_langfuse_public_key=$LANGFUSE_PUBLIC_KEY
207207export TF_VAR_langfuse_secret_key=$LANGFUSE_SECRET_KEY
208+ export TF_VAR_use_route53=$USE_ROUTE53
209+ export TF_VAR_use_cloudfront=$USE_CLOUDFRONT
210+ export TF_VAR_cloudfront_price_class=$CLOUDFRONT_PRICE_CLASS
208211
209212if [ -n " ${LANGFUSE_HOST} " ]; then
210213 export TF_VAR_langfuse_host=$LANGFUSE_HOST
@@ -274,4 +277,4 @@ delete_repo() {
274277
275278# # Delete both repositories
276279delete_repo " $APP_NAME "
277- delete_repo " $MIDDLEWARE_APP_NAME "
280+ delete_repo " $MIDDLEWARE_APP_NAME "
You can’t perform that action at this time.
0 commit comments