docs(readme): flag GCP project ID substitution in image_registry

This commit is contained in:
Yassin Kortam 2026-06-06 18:37:28 -07:00
parent 65890b732e
commit 97f067bc70

View file

@ -508,6 +508,7 @@ module "litellm" {
tenant = "acme"
env = "prod"
# Replace my-gcp-project with your GCP project ID (same value as project_id above).
image_registry = "us-central1-docker.pkg.dev/my-gcp-project/litellm/berriai"
# Production: provide DNS already pointing at the LB IP for Google-managed certs.