docs(deploy): document first-party AWS & GCP Terraform stacks#275
Draft
yassin-berriai wants to merge 3 commits into
Draft
docs(deploy): document first-party AWS & GCP Terraform stacks#275yassin-berriai wants to merge 3 commits into
yassin-berriai wants to merge 3 commits into
Conversation
Add a Terraform infrastructure-stacks section to the deploy guide covering the reusable module + examples/default one-command deploy, the for_each multi-tenant pattern, and a state-migration warning for existing deployments.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
4 tasks
The AWS/GCP stacks have never been published, so there are no existing deployments to migrate; remove the upgrade/migration admonition.
The first-party Terraform stacks now expose the same conceptual surface; add a side-by-side input mapping (tags/labels, TLS posture, proxy_config, extra env/secrets, gateway_num_workers, OTel v2) and a brief opt-in OTel summary so readers don't have to dig through both READMEs to confirm what works the same on each cloud. Also point at the GCP-only DeployStack one-click installer for the Cloud Shell trial path.
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
Adds a Terraform infrastructure-stacks section to
docs/proxy/deploy.md, documenting the first-party AWS (ECS Fargate) and GCP (Cloud Run) Terraform stacks introduced in BerriAI/litellm#28103.Covers:
examples/default/one-command deploy path for both cloudsfor_eachfor multi-tenant deploymentsproxy_config, extra env / secrets,gateway_num_workers, and OpenTelemetry v2; spelling out what works the same on each cloud after the AWS/GCP consistency pass in the code PRThe existing User Management Terraform link is preserved under a
#### User managementsubheading.Related