-
-
Notifications
You must be signed in to change notification settings - Fork 11.6k
docs(readme): add Deploy on AWS/GCP with Terraform section #29873
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
yassin-berriai
wants to merge
21
commits into
litellm_internal_staging
from
chore/readme-tf-deploy-snippets
Closed
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
e58a561
Merge pull request #27906 from BerriAI/litellm_internal_staging
shin-berri a72414a
Merge pull request #28100 from BerriAI/litellm_internal_staging
yuneng-berri 79b4578
Merge pull request #28292 from BerriAI/litellm_internal_staging
yuneng-berri 35f6961
Merge pull request #28680 from BerriAI/litellm_internal_staging
yuneng-berri 06f6cfc
Merge pull request #28709 from BerriAI/litellm_internal_staging
yuneng-berri a021a5b
Merge pull request #29243 from BerriAI/litellm_internal_staging
yuneng-berri 5be0797
Merge pull request #29372 from BerriAI/litellm_internal_staging
yuneng-berri fc7538f
Merge pull request #29861 from BerriAI/litellm_internal_staging
yuneng-berri 8f41fdb
Merge pull request #29862 from BerriAI/litellm_internal_staging
yuneng-berri ccd8c41
docs(readme): add Deploy on AWS/GCP with Terraform section
yassin-berriai 260f5f1
docs(readme): add 1-click deploy buttons for AWS + GCP
yassin-berriai a505734
docs(readme): move AWS + GCP deploy buttons next to Render button
yassin-berriai d0ff175
docs(readme): unify deploy button sizes and badge styles
yassin-berriai daba177
docs(readme): bump deploy button height to 48 to match Render/Railway
yassin-berriai 1a18184
docs(readme): bump AWS/GCP badge height to compensate for SVG padding
yassin-berriai 8ba452c
docs(readme): bump AWS/GCP badge height to 72
yassin-berriai 2c56b4d
docs(readme): bump AWS/GCP badge height to 84
yassin-berriai 65890b7
fix(readme): make deploy buttons same height (48px)
claude 97f067b
docs(readme): flag GCP project ID substitution in image_registry
yassin-berriai 99e1a76
docs(readme): equalize deploy button heights and fix Cloud Shell butt…
claude 7cf1b26
docs(readme): collapse Railway deploy anchor to a single line
claude File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
my-gcp-projectplaceholder must be updated in three separate locationsThe GCP snippet requires users to substitute
my-gcp-projectin three distinct places: theproject_idinput, theimage_registrypath, and the--projectflag in the precedinggcloudcommand. It's easy to updateproject_idand miss the others — theimage_registryvalue in particular looks like a module default rather than a user-specific placeholder, so users who copy-paste may end up pointing Cloud Run at a non-existent Artifact Registry path and hit a confusing deploy failure. Adding an inline comment like# Replace my-gcp-project with your GCP project IDon theimage_registryline would help.