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

Terraform Vault provider

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

### Description Relates OR Closes #0000 ### 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 supported Vault Versions...

pki
pki-enhancements

### Description Tuning auth mounts is currently managed by a resource block, which: - manages durations using strings and - relies on `sys/auth//tune` as the source of truth instead of...

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.24.0 to 0.28.0. Commits adef4cc go.mod: update golang.org/x dependencies a0819fb sha3: fix cSHAKE initialization for extremely large N and or S 42ee18b ssh: return ServerAuthError after too...

dependencies
go

### Description Because there is a resource to configure a `vault_kubernetes_secret_backend` i think there should be a data source to read the configuration of the secret backend. ### Potential Terraform...

### Terraform Core Version 1.9.3 ### Terraform Vault Provider Version 4.4.0 ### Vault Server Version 1.17.2 ### Affected Resource(s) vault_secrets_sync_association ### Expected Behavior I would have expected Terraform to not...

bug

### Description Relates OR Closes #0000 ### 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 supported Vault Versions...

### Description Currently the `allowed_domains` field of the `vault_ssh_secret_backend_role` resource accepts multiple domains as a comma-separated string. HCL supports lists natively, but using one currently returns: ```Inappropriate value for attribute...

enhancement

### Description Updates all Secrets Mount resources to include all `vault_mount` fields. Relates OR Closes #2223 #1051 ### Checklist - [x] Added [CHANGELOG](https://github.com/hashicorp/terraform-provider-vault/blob/master/CHANGELOG.md) entry (only for user-facing changes) - [x]...

### 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/XS
pki

We are currently using an older version of the Vault provider and are trying to upgrade to a more recent version. Following the upgrade guide, we plan to upgrade to...

bug