terraform-provider-vault
terraform-provider-vault copied to clipboard
Terraform Vault provider
### Terraform Version 1.1.15 ### Affected Resource(s) vault_okta_auth_backend_group vault_ldap_auth_backend_group vault_identity_group ### Terraform Configuration Files ```hcl resource "vault_okta_auth_backend_group" "example" { group_name = "bob" path = "auth/okta/groups/bob" policies = ["default","aws-some-account","secrets-path-restriction"] } ```...
### 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...
Apologies if I misuse some terraform nomenclature as I consume `terraform-provider-vault` via pulumi. But from what I can tell its not possible to provision a snowflake secret engine role with...
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 Core Version 1.7.4 ### Terraform Vault Provider Version 3.25.0 ### Vault Server Version 1.15.6 ### Affected Resource(s) vault_database_secret_backend_static_role ### Expected Behavior password is updated for MongoDB dabase user,...
### Terraform Core Version 1.7.4 ### Terraform Vault Provider Version 3.25.0 ### Vault Server Version 1.15 ### Affected Resource(s) `vault_database_secrets_mount` `vault_database_secret_backend_connection` ### Expected Behavior After applying the configuration once, applying...
Hi there 👋 This PR was auto-generated as part of an internal review of public repositories that are not in compliance with HashiCorp's licensing standards. **Frequently Asked Questions** Why am...
### Description Adds 2 new resources for managing external plugins; `vault_plugin` and `vault_plugin_pinned_version`. Relates #1975 Closes #214 ### Checklist - [x] Added [CHANGELOG](https://github.com/hashicorp/terraform-provider-vault/blob/master/CHANGELOG.md) entry (only for user-facing changes) - [x]...
### Description Relates OR Closes #0000 ### Checklist - [ ] Added [CHANGELOG](https://github.com/hashicorp/terraform-provider-vault/blob/master/CHANGELOG.md) entry (only for user-facing changes) - [ ] Acceptance tests where run against all supported Vault Versions...
### Documentation Link https://registry.terraform.io/providers/hashicorp/vault/latest/docs/data-sources/auth_backends ### Description The Example has one of its examples out of the backticks or is missing the backticks at the end ### References _No response_ ###...