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

### Description In order to run some checks agains Vault or to handle endpoints which supports the `GET` or `HEAD` verbs and require authentication (or not). It would be interesting...

### Description The [vault_aws_auth_backend_client](https://registry.terraform.io/providers/hashicorp/vault/latest/docs/resources/aws_auth_backend_client) does not have the `max_retries` argument to configure retry behavior of the AWS SDK as outlined in the [API docs](https://developer.hashicorp.com/vault/api-docs/auth/aws#configure-client). This should be added to the...

enhancement

### Terraform Core Version 1.6.2 ### Terraform Vault Provider Version 3.21.0 ### Vault Server Version 1.15.1 ### Affected Resource(s) vault_jwt_auth_backend ### Expected Behavior with change of `description` the change should...

bug

### Description We use the vault terraform provider and OKTA extensively. Currently, there is no way to set the OKTA auth method as the default one that users see when...

enhancement

### Description This PR updates resource vault_approle_auth_backend_login so it behaves correctly when using batch tokens. The earlier version failed for batch tokens specifically , because it used the accessor to...

size/L

### Terraform Core Version 1.3.3. ### Terraform Vault Provider Version 3.21.0 ### Vault Server Version 1.13.5+ent.shm ### Affected Resource(s) vault_pki_secret_backend_issuer update for this resource errase parameters like name or issuing_certificates\...

bug

### Terraform Core Version 1.4.6 ### Terraform Vault Provider Version 3.21.0 ### Vault Server Version 1.15.0 ### Affected Resource(s) `resource "vault_pki_secret_backend_root_sign_intermediate" ` ### Expected Behavior When running the command :...

bug

### Community Note * Please vote on this pull request by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original pull request comment to help the community and maintainers prioritize this request...

documentation
size/XL

Hi Folks, I have realized that currently the provider does not support [disaster- or performance replication](https://developer.hashicorp.com/vault/api-docs/system/replication/replication-performance). Is there a reason for this, or has it simply not been implemented yet?...

feature-parity

Hi there, I've got a number of secrets that all share a common path in my vault instance is there a way to ask vault for multiple secrets with one...