b83f687488413945b3a3c18247f6f42116c27962
Some checks failed
validation / verify (push) Has been cancelled
gcp_solution_architecture_agent
A four-phase Google Cloud solution-architecture workflow:
- Discover requirements without selecting products.
- Select products and produce architecture artifacts.
- Validate Terraform and architecture artifacts without provisioning.
- Package and verify the guide.
The repository also includes the verification and publication contracts for manifest steps 4–7. See solution-architecture-guide.md.
Commands
python -m pytest
terraform -chdir=terraform fmt -check -recursive
terraform -chdir=terraform init -backend=false
terraform -chdir=terraform validate
python scripts/validate_artifacts.py
The Terraform checks are intentionally plan-oriented and do not apply resources. A real plan requires Google credentials and a project ID.
Description
Languages
Python
86.5%
Mermaid
10.7%
HCL
1.6%
Dockerfile
0.8%
Shell
0.4%