chore(deps): update terraform vault to v5
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
vault (source) | required_provider | major |
4.8.0 -> 5.0.0
|
⚠ ️ WarningSome dependencies could not be looked up. Check the warning logs for more information.
Release Notes
hashicorp/terraform-provider-vault (vault)
v5.0.0
Important: 5.X
multiplexes the Vault provider to use the Terraform Plugin Framework,
upgrades to Terraform 1.11.x
, and adds support for Ephemeral Resources and Write-Only attributes.
Please refer to the
Terraform Vault Provider 5.0.0 Upgrade Guide for specific
details around the changes.
VERSION COMPATIBILITY:
5.X
is officially supported and tested against Vault server versions >= 1.15.x
.
5.X
supports Terraform versions >= 1.11.x
in order to support ephemeral resources and write-only attributes.
BREAKING CHANGES: Please refer to the upgrade topics in the guide for details on all breaking changes.
FEATURES:
- Add new ephemeral resources/attributes (#2457):
- Add new ephemeral resource
vault_kv_secret_v2
- Add new ephemeral resource
vault_database_secret
- Add new write-only attribute
data_json_wo
(along withdata_json_wo_version
) to resourcevault_kv_secret_v2
- Add new write-only attribute
credentials_wo
, (along withcredentials_wo_version
) to resourcevault_gcp_secret_backend
- Add new write-only attribute
password_wo
, (along withpassword_wo_version
to resource)vault_database_secret_backend_connection
- Add new ephemeral resource
BUGS:
- fix
vault_policy_document
data source regression to allow emptycapabilities
(#2466)
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.