terraform-provider-vault
terraform-provider-vault copied to clipboard
Terraform Vault provider
### Description This PR updates the `vault_database_secret_backend_static_role` resource by allowing to set the `credential_type` field in Vault for the static database roles. Therefore enabling `rsa_private_key` support for them. The changes...
`vault_identity_oidc_client` provides `client_id` and `client_secret` as output: https://github.com/hashicorp/terraform-provider-vault/blob/9f1b371673291df05abc0247fdea0fcb0bc060ed/vault/resource_identity_oidc_client.go#L68-L78 But it is not documented as far as I can tell: https://github.com/hashicorp/terraform-provider-vault/blob/9f1b371673291df05abc0247fdea0fcb0bc060ed/website/docs/r/identity_oidc_client.html.md
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 v0.11.11 ### Affected Resource(s) Please list the resources as a list, for example: - vault_database_secret_backend_role ### Terraform Configuration Files #### Desired ```hcl resource "vault_database_secret_backend_role" "myrole" { backend...
### Description `not_after` argument is not supported on the `vault_pki_secret_backend_root_sign_intermediate` resource. This is a valid argument according to the Vault PKI API. Although `ttl` argument can be used, it is...
### Terraform Core Version 1.5.4 ### Terraform Vault Provider Version 3.20.1 ### Vault Server Version 1.14.0+ent ### Affected Resource(s) * vault_identity_mfa_duo.duo * vault_identity_mfa_login_enforcement.duo ### Expected Behavior Importing a namespaced MFA...
### Terraform Version $ terraform -v Terraform v0.13.5 + provider registry.terraform.io/hashicorp/vault v2.16.0 ### Affected Resource(s) Please list the resources as a list, for example: - vault_token ### Terraform Configuration Files...
### Terraform Version Terraform version: 1.4.2 ### Affected Resource(s) - provider ### Terraform Configuration Files ```hcl provider "vault" { address = "https://vault.company.com/" auth_login_aws { role = "admin" aws_region = "eu-central-1"...
Hi there, We started facing an issue using the vault terraform provider 3.16.0, where the vault namespace seems to be duplicated at the vault API call, maybe it's related to...
### Description We are using Hashicorp Vault with kv2 storage and userpass auth. Our security policy defines an expiration of inactive sessions after 15min. In context of Vault we configured...