# Terraform: control-core/modules/hashicorp-vault ## Requirements | Name | Version | |------|---------| | [terraform](#requirement\_terraform) | >= 1.9.0 | | [helm](#requirement\_helm) | 2.17.0 | ## Providers | Name | Version | |------|---------| | [helm](#provider\_helm) | 2.17.0 | ## Modules No modules. ## Resources | Name | Type | |------|------| | [helm_release.vault](https://registry.terraform.io/providers/hashicorp/helm/2.17.0/docs/resources/release) | resource | ## Inputs | Name | Description | Type | Default | Required | |------|-------------|------|---------|:--------:| | [chart\_version](#input\_chart\_version) | Version of the vault chart to deploy. | `string` | `"0.42.4"` | no | | [create\_namespace](#input\_create\_namespace) | Whether to create the namespace if it doesn't exist. | `bool` | `true` | no | | [lint](#input\_lint) | Whether to lint the helm chart before deploying. | `bool` | `true` | no | | [namespace](#input\_namespace) | Name of the namespace to install the chart. | `string` | `"argocd"` | no | | [release\_name](#input\_release\_name) | Name of the helm release. | `string` | `"vault"` | no | | [values\_file](#input\_values\_file) | Path to the values file that's used during the helm chart install. | `string` | `""` | no | ## Outputs No outputs.