- 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
34 lines
1.9 KiB
Markdown
34 lines
1.9 KiB
Markdown
# foxtrot-aws-vpc
|
|
|
|
  
|
|
|
|
A Helm chart to bootstrap a template foxtrot vpc
|
|
|
|
## Values
|
|
|
|
| Key | Type | Default | Description |
|
|
|-----|------|---------|-------------|
|
|
| accountID | string | `"change-me-account-id"` | |
|
|
| vpc.cidrBlock | string | `"10.3.0.0/16"` | |
|
|
| vpc.coreNetwork.arn | string | `"arn:aws:networkmanager::968814677163:core-network/core-network-0d1cc9236bc3bc9ff"` | |
|
|
| vpc.coreNetwork.attached | bool | `false` | |
|
|
| vpc.coreNetwork.routes[0] | string | `"0.0.0.0/0"` | |
|
|
| vpc.coreNetwork.tags.domain | string | `"development"` | |
|
|
| vpc.defaults.endpoints.gateway.dynamodb | bool | `true` | |
|
|
| vpc.defaults.endpoints.gateway.s3 | bool | `true` | |
|
|
| vpc.defaults.endpoints.interface.ecr.api | bool | `false` | |
|
|
| vpc.defaults.endpoints.interface.ecr.dkr | bool | `false` | |
|
|
| vpc.defaults.endpoints.interface.sqs | bool | `true` | |
|
|
| vpc.defaults.internetGateway | bool | `true` | |
|
|
| vpc.defaults.subnets.private[0].availabilityZone | string | `"eu-west-1x"` | |
|
|
| vpc.defaults.subnets.private[0].cidrBlock | string | `"10.3.0.0/xx"` | |
|
|
| vpc.defaults.subnets.private[1].availabilityZone | string | `"eu-west-1x"` | |
|
|
| vpc.defaults.subnets.private[1].cidrBlock | string | `"10.3.0.16/xx"` | |
|
|
| vpc.defaults.subnets.private[2].availabilityZone | string | `"eu-west-1x"` | |
|
|
| vpc.defaults.subnets.private[2].cidrBlock | string | `"10.3.0.32/xx"` | |
|
|
| vpc.name | string | `"change-me-vpc"` | |
|
|
| vpc.region | string | `"change-me-region"` | |
|
|
|
|
----------------------------------------------
|
|
Autogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/norwoodj/helm-docs/releases/v1.14.2)
|