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

Terraform Vault provider

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

### Description This PR adds the field [use_annotations_as_alias_metadata](https://developer.hashicorp.com/vault/api-docs/v1.16.x/auth/kubernetes#use_annotations_as_alias_metadata) to the `vault_kubernetes_auth_backend_config` resource. The field is missing in older versions of Vault (

size/M

### Description The `vault_azure_secret_backend` resource does not have support for any of the [mount configuration options](https://developer.hashicorp.com/vault/api-docs/system/mounts#config) supported by the Vault API, and in particular does not support [`listing_visibility`](https://developer.hashicorp.com/vault/api-docs/system/mounts#listing_visibility) so there...

enhancement
feature-parity

### Terraform Version Terraform: 1.3.7 Vault provider: 3.12.0 ### Affected Resource(s) Not resource specific, but not necessarily a TF core issue. ### Expected Behavior When VAULT_ADDR is not set, expecting...

### Terraform Version Terraform v0.13.6 Vault v1.6.1 (6d2db3f033e02e70202bef9ec896360062b88b03) ### Affected Resource(s) - vault_rabbitmq_secret_backend_role ### Terraform Configuration Files ```hcl terraform { required_providers { vault = { source = "hashicorp/vault" version =...

Cutting out all the templating cuz this is a pretty easy fix. The docs here https://registry.terraform.io/providers/hashicorp/vault/latest/docs/resources/ssh_secret_backend_ca state that `generate_signing_key` defaults to true, however, this is not the case, as without...

### Terraform Version 1.4.0 ### Affected Resource(s) Please list the resources as a list, for example: - azure_secret_backend ### Terraform Configuration Files ```hcl resource "vault_azure_secret_backend" "_azure" { use_microsoft_graph_api = true...

secret/azure

The `path_fq` is computed attribute and not an argument, so don't allow users to set it. --- ### Community Note * Please vote on this pull request by adding a...

size/XS

### Terraform Core Version 1.8.0 ### Terraform Vault Provider Version 3.25.0 ### Vault Server Version 1.11.3 ### Affected Resource(s) _No response_ ### Expected Behavior We are running Aquasec for container...

bug

**Is your feature request related to a problem? Please describe.** Currently, policies have to be statically attached (optionally) to configured backend roles. Example is as below (some resource attributes are...

ecosystem

### Terraform Core Version 1.7.3 ### Terraform Vault Provider Version 3.25.0 ### Vault Server Version 1.15.5 ### Affected Resource(s) * vault_jwt_auth_backend ### Expected Behavior Secrets should not be visible in...

bug