hashivault∕mount‒kv - dicomgrid/pt-modules GitHub Wiki
Usage
To use this module in your Terraform, refer to the below module example:
module "hashivault_mount_kv" {
source = "git::https://github.com/dicomgrid/pt-modules.git?ref=null"
# See inputs below for additional required parameters
}
Attributes
Requirements
Name | Version |
---|---|
terraform | ~> 1.0 |
vault | 3.15.2 |
Providers
Name | Version |
---|---|
vault | 3.15.2 |
Modules
No modules.
Resources
Name | Type |
---|---|
vault_kv_secret_backend_v2.kvv2_backend | resource |
vault_mount.kvv1 | resource |
vault_mount.kvv2 | resource |
Inputs
Name | Description | Type | Default | Required |
---|---|---|---|---|
allowed_managed_keys | n/a | list |
[] |
no |
cas_required | n/a | bool |
true |
no |
delete_version_after | n/a | any |
null |
no |
kvv1_description | n/a | string |
"" |
no |
kvv1_path | n/a | string |
"kv" |
no |
kvv2_description | n/a | string |
"" |
no |
kvv2_path | n/a | string |
"secret" |
no |
max_versions | n/a | number |
5 |
no |
namespace | n/a | any |
null |
no |
Outputs
No outputs.