Files
dev-intel-v2/foxtrot-docs-v3/reference/terraform/control-core-modules-hashicorp-vault.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

1.6 KiB

Terraform: control-core/modules/hashicorp-vault

Requirements

Name Version
terraform >= 1.9.0
helm 2.17.0

Providers

Name Version
helm 2.17.0

Modules

No modules.

Resources

Name Type
helm_release.vault resource

Inputs

Name Description Type Default Required
chart_version Version of the vault chart to deploy. string "0.42.4" no
create_namespace Whether to create the namespace if it doesn't exist. bool true no
lint Whether to lint the helm chart before deploying. bool true no
namespace Name of the namespace to install the chart. string "argocd" no
release_name Name of the helm release. string "vault" no
values_file Path to the values file that's used during the helm chart install. string "" no

Outputs

No outputs.