- 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
2.8 KiB
2.8 KiB
Terraform: network-core/modules/aws-to-aws-ha-vpn
Requirements
No requirements.
Providers
| Name | Version |
|---|---|
| aws | n/a |
Modules
No modules.
Resources
| Name | Type |
|---|---|
| aws_ec2_transit_gateway.this | resource |
| aws_ec2_transit_gateway_route.this | resource |
| aws_ec2_transit_gateway_route_table.this | resource |
| aws_ec2_transit_gateway_vpc_attachment.this | resource |
Inputs
| Name | Description | Type | Default | Required |
|---|---|---|---|---|
| create_route | Whether to create a route in the Transit Gateway route table | bool |
false |
no |
| create_route_table | Whether to create a Transit Gateway route table | bool |
false |
no |
| create_vpc_attachment | Whether to create a VPC attachment | bool |
false |
no |
| description | Description of the Transit Gateway | string |
"Transit Gateway for inter-account networking" |
no |
| destination_cidr_block | CIDR block for the route | string |
"" |
no |
| subnet_ids | List of subnet IDs for the VPC attachment | list(string) |
[] |
no |
| tags | Tags to apply to resources | map(string) |
{} |
no |
| vpc_id | ID of the VPC to attach | string |
"" |
no |
Outputs
| Name | Description |
|---|---|
| transit_gateway_arn | ID of the Transit Gateway |
| transit_gateway_id | ID of the Transit Gateway |
| transit_gateway_route_table_id | ID of the Transit Gateway route table |
| transit_gateway_vpc_attachment_id | ID of the Transit Gateway VPC attachment |