Manage database secrets with hashicorp.vault
Use the hashicorp.vault.database_connection and hashicorp.vault.database_connection_info modules to manage the lifecycle of Vault database secrets. These unified modules enable a supported migration from community.hashi_vault for consistent, validated creation and retrieval of connection data.
- Configure the hashicorp.vault.database_connection module
The hashicorp.vault.database_connection module performs Create, Update, Delete, and Reset operations on database connections for plug-ins. - Configure the hashicorp.vault.database_connection_info module
Thehashicorp.vault.database_connection_infomodule lists the available database connections or reads the configuration for a specified connection. - Examples for the hashicorp.vault.database_connection module
The following examples show basic configurations for thehashicorp.vault.database_connectionmodule. - Example for the hashicorp.vault.database_connection_info module
The following example shows a basic configuration for thehashicorp.database_connection_info module.