Skip to content

Commit 84a022f

Browse files
author
tierfour
committed
Respond to PR 122 comments
1 parent b161b09 commit 84a022f

File tree

4 files changed

+4
-145
lines changed

4 files changed

+4
-145
lines changed

litellm-terraform-stack/modules/cloudfront/main.tf

Lines changed: 0 additions & 83 deletions
This file was deleted.

litellm-terraform-stack/modules/cloudfront/outputs.tf

Lines changed: 0 additions & 19 deletions
This file was deleted.

litellm-terraform-stack/modules/cloudfront/variables.tf

Lines changed: 0 additions & 42 deletions
This file was deleted.

undeploy.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,9 @@ export TF_VAR_disable_swagger_page=$DISABLE_SWAGGER_PAGE
205205
export TF_VAR_disable_admin_ui=$DISABLE_ADMIN_UI
206206
export TF_VAR_langfuse_public_key=$LANGFUSE_PUBLIC_KEY
207207
export 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

209212
if [ -n "${LANGFUSE_HOST}" ]; then
210213
export TF_VAR_langfuse_host=$LANGFUSE_HOST
@@ -274,4 +277,4 @@ delete_repo() {
274277

275278
# # Delete both repositories
276279
delete_repo "$APP_NAME"
277-
delete_repo "$MIDDLEWARE_APP_NAME"
280+
delete_repo "$MIDDLEWARE_APP_NAME"

0 commit comments

Comments
 (0)