terraform-provider-vault
terraform-provider-vault copied to clipboard
Terraform Vault provider
### Terraform Core Version 1.7.5 ### Terraform Vault Provider Version 4.0.0 ### Vault Server Version 1.15.6 ### Affected Resource(s) * resource [`vault_identity_group_member_group_ids`](https://registry.terraform.io/providers/hashicorp/vault/latest/docs/resources/identity_group_member_group_ids) ### Expected Behavior The resource should populate the...
Support for server [Unix Domain Socket ("UDS") Listener](https://developer.hashicorp.com/vault/docs/configuration/listener/unix) was [added](https://github.com/hashicorp/vault/pull/18227) to Vault v1.13. The latest version of Vault provider/Terraform does not appear to support connecting via UDS. It would be...
Bug https://github.com/hashicorp/terraform-provider-vault/issues/873 is marked as closed but it is quite obviously not fixed. People have been asking for it to be re-reviewed for almost 3 years, the bug first being...
### Terraform Core Version 1.0.11 ### Terraform Vault Provider Version 3.25.0 ### Vault Server Version 1.15 ### Affected Resource(s) raft_snapshot_agent_config ### Expected Behavior aws_secret_access_key should be fetched ### Actual Behavior...
Hi, The `vault_gcp_auth_backend` [here](https://registry.terraform.io/providers/hashicorp/vault/latest/docs/resources/gcp_auth_backend) appears to be lacking some configuration options from the [GCP Auth method](https://developer.hashicorp.com/vault/api-docs/auth/gcp). - [iam_alias](https://developer.hashicorp.com/vault/api-docs/auth/gcp#iam_alias) - [iam_metadata](https://developer.hashicorp.com/vault/api-docs/auth/gcp#iam_metadata) - [gce_alias](https://developer.hashicorp.com/vault/api-docs/auth/gcp#gce_alias) - [gce_metadata](https://developer.hashicorp.com/vault/api-docs/auth/gcp#gce_metadata) Which were added in (AFAIK) `v1.5.x`...
### Description Capability to send password digest instead of cleartext has been added last year but it seems there is no associated parameter for backend config in the terraform provider...
### Description This PR updates README.md to reflect the Go version actually required to build the provider.
### Affected Resource(s) - vault_pki_secret_backend_root_cert ### Terraform Configuration Files ```hcl resource "vault_pki_secret_backend_root_cert" "test" { depends_on = [vault_mount.pki] backend = vault_mount.pki.path type = "internal" common_name = "Root CA" ttl = "315360000"...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.24.0 to 0.26.0. Commits 5bcd010 go.mod: update golang.org/x dependencies 3375612 ssh: add support for unpadded RSA signatures bb80217 ssh: don't use dsa keys in integration tests 6879722...
Bumps [github.com/Azure/azure-sdk-for-go/sdk/azcore](https://github.com/Azure/azure-sdk-for-go) from 1.11.1 to 1.14.0. Release notes Sourced from github.com/Azure/azure-sdk-for-go/sdk/azcore's releases. sdk/azcore/v1.14.0 1.14.0 (2024-08-07) Features Added Added field Attributes to runtime.StartSpanOptions to simplify creating spans with attributes. Other Changes...