decomposer: generate deliverable files for Discover and structure the solution's functional requirements, non-functional requirements, constraints, assumptions, and open questions without selecting cloud products.; Select Google Cloud products from the confirmed requirements and produce the solution architecture, Mermaid diagram, architecture description, and Terraform infrastructure-as-code.; Validate the Terraform infrastructure and architecture artifacts without deploying resources by running formatting checks, Terraform validation, and a dry-run or plan-oriented deployment check.; Package the approved requirements, architecture, Mermaid diagram, Terraform IaC, and validation results into solution-architecture-guide.md in the gcp_solution_architecture_agent repository.; Verify that the gcp_solution_architecture_agent repository contains the packaged solution-architecture-guide.md with the approved workflow outputs.; Verify that the repository is derived from the workflow_agent template and implements the complete four-phase Google Cloud solution architecture workflow alongside the packaged guide.; Publish the verified gcp_solution_architecture_agent repository with its completed workflow implementation and solution architecture guide.; Verify that the published repository revision contains the completed workflow implementation and solution architecture guide.
Some checks failed
validation / verify (push) Failing after 13s
Some checks failed
validation / verify (push) Failing after 13s
This commit is contained in:
@@ -1,5 +1,12 @@
|
||||
output "api_service_name" { value = google_cloud_run_v2_service.api.name }
|
||||
output "worker_service_name" { value = google_cloud_run_v2_service.worker.name }
|
||||
output "sql_connection_name" { value = google_sql_database_instance.primary.connection_name }
|
||||
output "events_topic" { value = google_pubsub_topic.events.name }
|
||||
output "artifact_repository" { value = google_artifact_registry_repository.images.name }
|
||||
output "service_uri" {
|
||||
value = google_cloud_run_v2_service.app.uri
|
||||
description = "HTTPS endpoint of the Cloud Run service."
|
||||
}
|
||||
|
||||
output "events_topic" {
|
||||
value = google_pubsub_topic.events.id
|
||||
}
|
||||
|
||||
output "objects_bucket" {
|
||||
value = google_storage_bucket.objects.name
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user