Skip to content

Commit

Permalink
renaming document download for prod (#1702)
Browse files Browse the repository at this point in the history
  • Loading branch information
ben851 authored Dec 17, 2024
1 parent 1852c68 commit 1f1c35b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/eks/cloudwatch_queries.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ locals {
celery_name = var.env == "production" ? "celery" : "notify-celery"
admin_name = var.env == "production" ? "admin" : "notify-admin"
api_name = var.env == "production" ? "api" : "notify-api"
document_download_name = var.env == "production" ? "document-download" : "notify-document-download"
document_download_name = var.env == "production" ? "document-download-api" : "notify-document-download"
documentation_name = var.env == "production" ? "documentation" : "notify-documentation"

}
Expand Down

0 comments on commit 1f1c35b

Please sign in to comment.