Files
gcp_solution_architecture_a…/README.md

23 lines
829 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# gcp_solution_architecture_agent
A four-phase Google Cloud solution-architecture workflow:
1. Discover requirements without selecting products.
2. Select products and produce architecture artifacts.
3. Validate Terraform and architecture artifacts without provisioning.
4. Package and verify the guide.
The repository also includes the verification and publication contracts for manifest steps 47. See [`solution-architecture-guide.md`](solution-architecture-guide.md).
## Commands
```bash
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.