Summary: 7Mind’s Google Cloud setup — projects, regions, and services in use. Sources: TBD — fill from Terraform configs and GCP console Last updated: 2026-05-15


GCP Projects

TBD — list GCP project IDs and what each one is responsible for (e.g. production, staging, shared services, billing).

Region

TBD — primary region(s). Any multi-region setup?

Services in Use

TBD — which GCP services are active:

  • Compute: Cloud Run? GKE? Compute Engine?
  • Database: Cloud SQL? Cloud Spanner? Firestore?
  • Storage: GCS buckets and their purpose
  • Messaging: Pub/Sub?
  • Other: Secret Manager, Cloud Armor, Load Balancing, etc.

IAM Structure

TBD — service account conventions, who has human access, least-privilege notes.

Cost Controls

TBD — budgets, alerts, any cost-sensitive configurations agents should be aware of (e.g. “do not create unmanaged GKE node pools”).

Terraform

All GCP resources are managed via Terraform. See terraform for module layout and state backend.