terraform-provider-vault
terraform-provider-vault copied to clipboard
Terraform Vault provider
### Terraform Core Version 1.11.0 ### Terraform Vault Provider Version 4.8.0 ### Vault Server Version 1.19.2 ### Affected Resource(s) * vault_database_secret_backend_role ### Expected Behavior no diff when statement doesn't change...
### Description This PR add support for the `vault_generic_secret_item` resource. This new feature aims to enhance the existing `vault_generic_secret` resource in the **terraform-provider-vault** by allowing granular management of key/value items...
### Terraform Core Version 1.10.0 ### Terraform Vault Provider Version 4.8.0 ### Vault Server Version 1.19.1 ### Affected Resource(s) data.vault_identity_entity ### Expected Behavior terraform plan and apply to succeed ###...
### Description This PR fixes a logic bug that made authenticating to Vault via the `azure` login method never actually work unless a JWT was pre-supplied because of a logic...
feat(vault_kubernetes_auth_backend_role): support for bound_service_account_namespace_selector field
### Description Permits to use namespace selectors for allowing kubernetes namespaces to access roles. The bound_service_account_namespace_selector field was implemented in [Vault v1.16](https://developer.hashicorp.com/vault/api-docs/v1.16.x/auth/kubernetes) Closes #1882 ### Checklist - [x] Added [CHANGELOG](https://github.com/hashicorp/terraform-provider-vault/blob/master/CHANGELOG.md)...
### Description #### The problem Use case: Policy management in different Terraform projects. The default behaviour of the `vault_ldap_auth_backend_group` is to override the `policies` attribute. This causes a problem when...
### Documentation Link https://registry.terraform.io/providers/hashicorp/vault/4.8.0/docs/resources/kubernetes_secret_backend ### Description The `audit_non_hmac_*` properties are not in the documentation for `vault_kubernetes_secret_backend` but it's working when using it in terraform code. ### References _No response_ ###...
### Terraform Core Version 1.8.0 ### Terraform Vault Provider Version 4.8.0 ### Vault Server Version 1.18.1 ### Affected Resource(s) i try to use vault wit aws rds oracle , but...
### Description Terraform released ephemeral values in the latest 1.10.0 which would be really useful when dealing with vault secrets, avoiding to have them stored in the state. Here is...
### Description This PR fixes a crash in the `auth_login` block of the Vault provider when the `parameters` block is explicitly null. ### Context When the `parameters` block is set...