- extract-patterns.js: mines layered arch, ArgoCD appsets, cloud regions, CIDR allocations, naming conventions, sync waves, tech stack from code - agent-kb.js: token-efficient JSON rendering of same doc tree - eval-confluence-ref-questions.json: 32 reference-only benchmark questions - wiggum-v2.sh: Ralph Wiggum loop targeting confluence baseline (77.8%) - docs/human-ux-spec.md: BMad UX designer spec for human doc structure - Eval results: V2 at 28.7% vs confluence 77.8% baseline - Hub/spoke ownership now correctly extracted (95% on that question) - Naming conventions, regions, CIDRs surfaced in system-architecture.md
1.6 KiB
1.6 KiB
Terraform: network-core/modules/gcp-subnet
Requirements
No requirements.
Providers
| Name | Version |
|---|---|
| n/a |
Modules
No modules.
Resources
| Name | Type |
|---|---|
| google_compute_subnetwork.subnet | resource |
Inputs
| Name | Description | Type | Default | Required |
|---|---|---|---|---|
| network_name | Name of the GCP network | string |
n/a | yes |
| private_ip_google_access | Enable private Google access | bool |
true |
no |
| project_id | GCP project ID | string |
n/a | yes |
| region | GCP region for the subnet | string |
n/a | yes |
| subnet_cidr | CIDR block for the subnet | string |
n/a | yes |
| subnet_name | Name of the subnet | string |
n/a | yes |
Outputs
| Name | Description |
|---|---|
| subnet_id | The ID of the subnet |
| subnet_name | The name of the subnet |
| subnet_self_link | The self link of the subnet |