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

### Terraform Version Terraform v1.2.6 ### Affected Resource(s) Please list the resources as a list, for example: - vault provider auth ### Terraform Configuration Files ``` provider "vault" { address...

enhancement
feature-parity
agent-support

Long story short: Vault has supported the MongoDB Atlas Secrets Engine quite along time already (since April 2020): https://www.mongodb.com/blog/post/manage-atlas-database-secrets-hashicorp-vault https://www.vaultproject.io/docs/secrets/mongodbatlas https://www.mongodb.com/atlas/hashicorp-vault https://docs.atlas.mongodb.com/partner-integrations/#hashicorp-vault , but, unfortunately, the Vault provider seems still...

feature-parity

### Terraform Version v1.2.1 ### Affected Resource(s) Datasource: - vault_aws_secret_backend_role - vault_aws_access_credentials ### Terraform Configuration Files ```hcl data "vault_aws_access_credentials" "cert_manager" { backend = vault_aws_secret_backend.aws.path role = vault_aws_secret_backend_role.cert_manager.name } resource "vault_aws_secret_backend_role"...

Release note for [CHANGELOG](https://github.com/hashicorp/terraform-provider-vault/blob/master/CHANGELOG.md): ```release-note feat: Add support for the upcoming Redis-ElastiCache Database Plugin ``` Output from acceptance testing: ``` /usr/local/go/bin/go tool test2json -t /tmp/GoLand/___1TestAccDatabaseSecretBackendConnection_redisElastiCache_in_github_com_hashicorp_terraform_provider_vault_vault.test -test.v -test.paniconexit0 -test.run ^\QTestAccDatabaseSecretBackendConnection_redisElastiCache\E$ 2022/09/06...

size/M

### Overview After upgrading this provider from v2.3.0 to v2.5.0 and updating my `vault_gcp_auth_backend_role` resource to use `token_policies` instead of `policies`, constantly see changes to `token_policies`, with the `policies` attribute...

_This issue was originally opened by @olafz as hashicorp/terraform#27943. It was migrated here as a result of the [provider split](https://www.hashicorp.com/blog/upcoming-provider-changes-in-terraform-0-10/). The original body of the issue is below._ Vaults supports...

feature-parity

Hi there, I'm using Terraform to create GKE cluster, deploy vault helm charts in the cluster, initialise vault and then create policies, auth, secrets etc. I'm passing vault address (data.kubernetes_service.vault.load_balancer_ingress.0.ip)...

bug

### Terraform Version Terraform v1.1.7 on darwin_amd64 ### Affected Resource(s) Please list the resources as a list, for example: - N/A - (new) identity_group_member (replace identity_group_member_entity_ids?) ### Terraform Configuration Files...

feature-request

### 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...

size/M

There are no `vault_alicloud_access_credentials` data resource in the vault provider, any plan to support this?