Skip to content

Commit 954526c

Browse files
authored
Improve 1-apps/terraform.tfvars.sample files (#86)
* cloud-run-single sample tfvars * Update * Update * Rename cloud run rag to clarify tooling and adjusting readmes * Fix readme * Add references with A2A * Remove enable from ext lb config
1 parent 5b58047 commit 954526c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+147
-33
lines changed

README.md

Lines changed: 1 addition & 1 deletion

cloud-run-rag-alloydb/0-projects/README.md

Lines changed: 2 additions & 2 deletions

cloud-run-rag-alloydb/1-apps/README.md

Lines changed: 2 additions & 2 deletions
Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,33 @@
1+
# ------------------------------------------------------------------------------
2+
# Load Balancer Configuration
3+
# ------------------------------------------------------------------------------
4+
# Default: Creates an External Application Load Balancer (HTTPS).
5+
# TODO: Replace "your-public-domain.com" with your actual public domain.
6+
# The domain must exist and point to your LB.
7+
# ------------------------------------------------------------------------------
8+
19
lbs_config = {
210
external = {
3-
domain = "your_domain.com"
11+
domain = "your-public-domain.com"
412
}
13+
14+
# ----------------------------------------------------------------------------
15+
# OPTION: Internal Application Load Balancer
16+
# Uncomment the block below to create an internal LB reachable via VPN/VPC.
17+
# ----------------------------------------------------------------------------
18+
# internal = {
19+
# enable = true
20+
# domain = "your-private-domain.com"
21+
# }
522
}
23+
24+
# ------------------------------------------------------------------------------
25+
# Direct Access to Cloud Run for testing (No Load Balancer)
26+
# ------------------------------------------------------------------------------
27+
# To expose Cloud Run directly to the Internet without a Load Balancer:
28+
# 1. Uncomment the cloud_run_configs block below
29+
# 2. Optionally, set lbs_config.external.enable = false
30+
31+
# cloud_run_configs = {
32+
# ingress = "INGRESS_TRAFFIC_ALL"
33+
# }

cloud-run-rag-alloydb/README.md

Lines changed: 1 addition & 1 deletion

cloud-run-rag/0-projects/README.md renamed to cloud-run-rag-cloudsql/0-projects/README.md

Lines changed: 3 additions & 3 deletions
File renamed without changes.
File renamed without changes.

cloud-run-rag/0-projects/templates/providers.tf.tpl renamed to cloud-run-rag-cloudsql/0-projects/templates/providers.tf.tpl

File renamed without changes.

0 commit comments

Comments
 (0)