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...
An error condition can occur if attempting to create a kv-v2 mount and write secrets to it in the same terraform run, resulting in the error: ```Upgrading from non-versioned to...
Please add support for [listing_visibility](https://www.vaultproject.io/api-docs/system/auth#listing_visibility-1) in the [vault_ldap_auth_backend](https://registry.terraform.io/providers/hashicorp/vault/latest/docs/resources/ldap_auth_backend) resource. Its supported already in the [github_auth_backend](https://registry.terraform.io/providers/hashicorp/vault/latest/docs/resources/github_auth_backend) resource. ### Terraform Version ``` $ terraform -v Terraform v1.2.7 on linux_amd64 + provider registry.terraform.io/hashicorp/random...
tl;dr: If you setup Identity Aware Proxy to secure endpoint access, when accessing the endpoint from the provider returned HTML causes the provider to choke on the response. This is...
### Affected Resource(s) * vault_pki_secret_backend_role ### Expected Behavior Add `allowed_uri_sans_template` argument that corresponds to https://www.vaultproject.io/api-docs/secret/pki#allowed_uri_sans_template
### Proposal Add data-sources `vault_gcp_credentials`: ``` Outputs: ${vault_gcp_credentials.token_creds.token} ${vault_gcp_credentials.key_creds.key} ``` ``` # single data sources data "vault_gcp_credentials" "token_creds" { backend = "${vault_gcp_secret_backend.gcp.path}" roleset = "my-role" type = "token" scopes =...
According to the [documentation](https://www.vaultproject.io/docs/auth/kubernetes#discovering-the-service-account-issuer), `disable_iss_validation` is now deprecated. Additionally: > disable_iss_validation=true is the new recommended value for all versions of Vault However, omitting this parameter from `vault_kubernetes_auth_backend_config` sets the value...
### 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 1.2.4 ### Affected Resource(s) - vault_identity_group ### Terraform Configuration Files ```hcl resource "vault_identity_group" "this" { name = "test" type = "internal" policies = ["this"] member_entity_ids = null...
### 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...