terraform-provider-vault
terraform-provider-vault copied to clipboard
Terraform Vault provider
### 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...
### 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...
The latest version of this provider, v2.23.0, doesn't support IAM role (for Kubernetes service account) authentication in AWS auth method. However, it works in the latest version of the Vault...
### 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...
Add support for the new (1.10) [Login MFA](https://www.vaultproject.io/docs/auth/login-mfa#login-mfa) feature.
* added the azure auth method ```hcl provider vault { address = "https://vault.acme.corp" auth_login { path = "auth/azure/login" method = "azure" parameters = { role = "some-vault-role" resource = "https://management.azure.com"...
### 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...
### Terraform Version Terraform v1.1.6 on darwin_amd64 Vault provider 3.3.1 ### Affected Resource(s) Please list the resources as a list, for example: - vault_kubernetes_auth_backend_config - probably all resources that read-after-write...
## Description I tried to create a `jwt_auth_backend` with the jwt type, but it failed. After the failure, the state was not updated, but the backend was partially created in...
Using Transit BYOK is kind of weird with Terraform, and I'm not sure if this an approach we like. I tried to create a separate resource, but it doesn't quite...