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

Terraform Vault provider

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

### Terraform Version `0.13.5` ### Provider Version `2.15.0` ### Affected Resource(s) - `vault_mount` ### Terraform Configuration Files ```hcl resource "vault_mount" "this" { path = "kv/io-cloud/dev" options = { version =...

### Affected Resource(s) Documentation at https://registry.terraform.io/providers/hashicorp/vault/latest/docs/resources/aws_auth_backend_role is missing `backend` argument documentation. ### Terraform Configuration Files It can be confusing if `/` should be included or not, e.g. ```hcl resource "vault_aws_auth_backend_role"...

documentation

It seems that the TFE token generated from resource `vault_terraform_cloud_secret_creds` cannot be used in the TFE provider. The root cause is most likely due to the fact that the TFE...

Hi there, Thank you for opening an issue. Please note that we try to keep the Terraform issue tracker reserved for bug reports and feature requests. For general usage questions,...

bug

The provider [apparently does not support](https://discuss.hashicorp.com/t/does-the-vault-provider-support-v1-sys-config-auditing/39197) the [/sys/config/auditing/request-headers](https://www.vaultproject.io/api-docs/system/config-auditing) APIs. Can a resource be added to represent this, e.g. `vault_audit_request_header` or `vault_audit_config_request_header`?

enhancement
feature-request

In the event where a Terraform script is designed to first deploy a Vault server, then configure it using this Vault provider, the plan creation step will fail because the...

feature-request

# Terraform Version v0.12.20 ### Affected Resource(s) - vault_generic_secret ### Terraform Configuration Files ```hcl variable "users" { description = "list of users to set up" type = map(string) default =...

bug

### Community Note * Please vote on this pull request by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original pull request comment to help the community and maintainers prioritize this request...

documentation
size/XS
feature-parity

### Terraform Version ``` Terraform v1.1.9 on darwin_amd64 + provider registry.terraform.io/hashicorp/vault v3.5.0 ``` ### Affected Resource(s) - resource_aws_auth_backend_sts_role ### Terraform Configuration Files Initial ```hcl resource "vault_auth_backend" "aws" { type =...

ecosystem

### Terraform Version ``` Terraform v1.1.4 on linux_amd64 + provider registry.terraform.io/hashicorp/aws v3.74.1 + provider registry.terraform.io/hashicorp/kubernetes v2.7.1 + provider registry.terraform.io/hashicorp/vault v3.5.0 ``` I'm discarding most of the issue template since this...

feature-request
auth-login