Files
dev-intel-v2/foxtrot-docs-v3/reference/terraform/control-core-aws-control-plane-compute-hub-resources.md
Jarvis Prime 0265ec7a60 feat: confluence benchmark, pattern extractor, agent KB, UX spec
- 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
2026-03-10 14:20:35 +00:00

4.4 KiB

Terraform: control-core/aws/control-plane-compute-hub/resources

Requirements

Name Version
terraform >= 1.9.0
aws >= 5.34
helm 2.17.0
kubernetes >= 2.7.1

Providers

Name Version
aws 5.85.0
aws.network 5.85.0
kubernetes 2.35.1

Modules

Name Source Version
resources ../../../modules/hub/aws/resources n/a

Resources

Name Type
aws_acm_certificate.argo_cloud resource
aws_acm_certificate.argo_internal resource
aws_acm_certificate_validation.argo_cloud resource
aws_acm_certificate_validation.argo_internal resource
aws_route53_record.argo_cloud_alb resource
aws_route53_record.argo_cloud_caa resource
aws_route53_record.argo_cloud_cert_validation resource
aws_route53_record.argo_internal_alb resource
aws_route53_record.argo_internal_caa resource
aws_route53_record.argo_internal_cert_validation resource
kubernetes_manifest.argo_manifests resource
kubernetes_manifest.argocd_proxy_ing_cloud resource
kubernetes_manifest.argocd_proxy_ing_internal resource
kubernetes_manifest.crossplane_provider_configs resource
kubernetes_manifest.crossplane_providers resource
aws_eks_cluster.cluster data source
aws_eks_cluster_auth.cluster data source
aws_route53_zone.cloud data source
aws_route53_zone.internal data source
kubernetes_ingress_v1.argocd_proxy_ing_cloud data source
kubernetes_ingress_v1.argocd_proxy_ing_internal data source

Inputs

Name Description Type Default Required
cluster_name Name of the EKS cluster to deploy resources to. string "control-plane-compute-hub" no
region AWS region to deploy resources to. string "eu-west-1" no

Outputs

No outputs.