Initial commit: Product OS platform
- Control Plane API with Gemini integration - Executors: Deploy, Analytics, Marketing - MCP Adapter for Continue integration - VSCode/VSCodium extension - Tool registry and run tracking - In-memory storage for local dev - Terraform infrastructure setup
This commit is contained in:
9
platform/infra/terraform/outputs.tf
Normal file
9
platform/infra/terraform/outputs.tf
Normal file
@@ -0,0 +1,9 @@
|
||||
output "control_plane_url" {
|
||||
value = google_cloud_run_v2_service.control_plane.uri
|
||||
description = "URL of the Control Plane API"
|
||||
}
|
||||
|
||||
output "artifact_bucket" {
|
||||
value = google_storage_bucket.artifacts.name
|
||||
description = "GCS bucket for artifacts"
|
||||
}
|
||||
Reference in New Issue
Block a user