terraform-provider-vault icon indicating copy to clipboard operation
terraform-provider-vault copied to clipboard

Terraform Vault provider

Results 388 terraform-provider-vault issues
Sort by recently updated
recently updated
newest added
trafficstars

Hello, Is it possible to append secrets while preserving the manually added existing secrets? Please refer to the details provided below. ### Terraform Version Terraform v1.3.7 on darwin_amd64 ### Affected...

### Terraform Core Version 1.10.4 ### Terraform Vault Provider Version >=3.9.0,

bug

### Description Adding missing documentation for the `backend` argument. ### Checklist - [ ] Added [CHANGELOG](https://github.com/hashicorp/terraform-provider-vault/blob/master/CHANGELOG.md) entry (only for user-facing changes) - [ ] Acceptance tests where run against all...

### Description Snowflake is updating its security requirements for users. Specifically, "service account" will no longer support "password" authentication and will move to OAuth or key-pair only. It appears that...

enhancement

### Description It looks like the terraform provider does not support the `stores` parameter on the `vault_transform_transformation` resource. Because of this, i have to use a funky work around using...

enhancement

### Description Are there any plans on creating a new resource to create/update tokenization stores? I would also like to be able to create the schemas in the same resource...

### Terraform Version v0.13.7 ### Affected Resource(s) Please list the resources as a list, for example: - vault_azure_secret_backend_role ### Terraform Configuration Files ```hcl resource "vault_azure_secret_backend" "azure" { path = "/azure/path"...

### Description For Enterprise users, it is possible to configure events/subscriptions via policies. Would it be possible to add support for this? ### Affected Resource(s) and/or Data Source(s) `vault_policy_document` data...

enhancement