terraform-provider-vault
terraform-provider-vault copied to clipboard
Terraform Vault provider
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,...
### Terraform Version v1.3.0 ### Affected Resource(s) - data.vault_kv_secret_v2 ### Terraform Configuration Files ```hcl data "vault_kv_secret_v2" "secret_data" { mount = "secret" name = "my/secret" version = 8 } ``` ###...
Supports the sys/config/auditing/request-headers APIs. Closes #1465 ### 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...
### Terraform Version ``` Terraform v1.2.6 on darwin_arm64 + provider registry.terraform.io/hashicorp/vault v3.8.0 Your version of Terraform is out of date! The latest version is 1.2.8. You can update by downloading...
Hi! I have the next workflow: Pass token with only access to get the role-id an secret-id of an approle in variables (from terraform cloud). And then, with the token...
As it says in the subject... the `vault_aws_access_credentials` data source supports a `region` argument that isn't documented. It's in [the source code](https://github.com/terraform-providers/terraform-provider-vault/blob/a71a304aee4fdbf1808a9b01125c001b36560558/vault/data_source_aws_access_credentials.go#L72-L76), just not in the [docs](https://registry.terraform.io/providers/hashicorp/vault/latest/docs/data-sources/aws_access_credentials) (as of today)....
### Terraform Version ``` Terraform v1.2.8 on linux_amd64 + provider registry.terraform.io/hashicorp/vault v2.24.1 ``` ### Affected Resource(s) Please list the resources as a list, for example: - vault_mfa_duo If this issue...
Error: Provider produced inconsistent final plan │ │ When expanding the plan for vault_okta_auth_backend_user.terraform-user to include new values │ learned so far during apply, provider "registry.terraform.io/hashicorp/vault" produced an invalid │...
### Affected Resource(s) Please list the resources as a list, for example: - vault_token ### Terraform Configuration Files ```hcl resource "vault_token" "example" { policies = ["default"] ttl = "1d" metadata...