3d468dcff7dd5b6c7836f22d0f9bca390b0d43e5
Some checks failed
validation / verify (push) Failing after 14s
gcp_solution_architecture_agent
A four-phase Google Cloud solution-architecture workflow packaged as one reviewable repository.
Workflow
- Discover requirements without choosing products (
docs/requirements.md). - Design the Google Cloud architecture and Terraform (
docs/architecture.md,architecture.mmd,terraform/). - Validate artifacts without provisioning (
scripts/validate.sh,tests/). - Package the approved result (
solution-architecture-guide.md).
The repository is derived from the workflow_agent template and is intentionally safe to run without a cloud deployment. The Terraform plan requires credentials and a project only when a user chooses to run it.
Commands
terraform -chdir=terraform fmt -check -recursive
terraform -chdir=terraform init -backend=false
terraform -chdir=terraform validate
python3 -m unittest discover -s tests -v
bash scripts/validate.sh
terraform plan is optional and must be run with an explicitly supplied project and credentials; CI only performs static validation.
Description
Languages
Python
86.5%
Mermaid
10.7%
HCL
1.6%
Dockerfile
0.8%
Shell
0.4%