terraform-provider-vault
terraform-provider-vault copied to clipboard
Terraform Vault provider
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.55.6 to 1.55.7. Release notes Sourced from github.com/aws/aws-sdk-go's releases. Release v1.55.7 (2025-04-22) SDK Bugs service/s3/s3manager: Abort multipart download if object is modified during download Fixes 4986 Commits...
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.37.0 to 0.41.0. Commits 6e41cae go.mod: update golang.org/x dependencies 15f7d40 http2: correctly wrap ErrFrameTooLarge in Framer.ReadFrame ef33bc0 internal/http3: use bubbled context in synctest tests 919c6bc http2: use...
Bumps [github.com/go-sql-driver/mysql](https://github.com/go-sql-driver/mysql) from 1.8.1 to 1.9.3. Release notes Sourced from github.com/go-sql-driver/mysql's releases. v1.9.3 What's Changed [1.9] test stability improvement. by @methane in go-sql-driver/mysql#1699 [1.9] Transaction Commit/Rollback returns conn's cached error...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.36.0 to 0.39.0. Commits 3bf9d2a ssh/test: skip KEX test if unsupported by system SSH client 9bab967 go.mod: update golang.org/x dependencies 4f9f0ca x509roots/fallback: add init time benchmark eac7cf0...
Bumps the golang group with 1 update: [golang.org/x/net](https://github.com/golang/net). Updates `golang.org/x/net` from 0.37.0 to 0.38.0 Commits e1fcd82 html: properly handle trailing solidus in unquoted attribute value in foreign... ebed060 internal/http3: fix...
### Description Adding support for new plugin feature: https://github.com/hashicorp/vault-plugin-secrets-terraform/pull/89 ### Affected Resource(s) and/or Data Source(s) _No response_ ### Potential Terraform Configuration ```terraform ``` ### References _No response_ ### Would you...
### Description This PR fixes https://github.com/hashicorp/terraform-provider-vault/issues/952 Add sorting for vhosts after read Add test Relates OR Closes #952 ### Checklist - [ ] Added [CHANGELOG](https://github.com/hashicorp/terraform-provider-vault/blob/master/CHANGELOG.md) entry (only for user-facing changes)...
### Description This PR adds supports to the new `group_by` and `secondary_rate` fields to the `vault_quota_rate_limit` resource, added to the API in https://github.com/hashicorp/vault/pull/30447. These new collective and entity-based rate limits...
### Terraform Core Version 1.12.2 ### Terraform Vault Provider Version 5.0.0 ### Vault Server Version 1.19.5 ### Affected Resource(s) I have a `vault_database_secret_backend_role` with trailing whitespace in the creation statement....
### Terraform Core Version 1.7.5 ### Terraform Vault Provider Version 5.0.0 ### Vault Server Version 1.16.3 ### Affected Resource(s) vault ssh_secret_backend_role ### Expected Behavior `algorithm_signer = null` or `algorithm_signer =...