terraform-provider-vault
terraform-provider-vault copied to clipboard
Terraform Vault provider
### 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...
### Description Vault PKI roles have an exclude_cn_from_sans boolean attribute. If the attribute is true the given common_name will not be included in DNS or Email Subject Alternate Names (as...
### Description This PR introduces a new resource named **vault_config_ui_custom_message** to the provider to allow managing the newly introduced UI Custom Messages in Vault v.1.16.0. ### Checklist - [x] Added...
### Description You set the default value of the GCP auth TTL to 30 minutes. This TTL is extreamly long and divert from the default value set on the `vault_gcp_auth_backend_role`...
### Description Updates `resource_github_auth_backend`, `resource_github_team`, and `resource_github_user` to handle resources present in state but missing from Vault configuration. For `resource_github_auth_backend`, `authMountInfoGet` was simply relocated to occur after checking for the...
### Description This PR adds a new resource to enable ACME configuration of a PKI (`vault_pki_secret_backend_config_acme`). Relates #1947 ### Checklist - [x] Added [CHANGELOG](https://github.com/hashicorp/terraform-provider-vault/blob/master/CHANGELOG.md) entry (only for user-facing changes) -...
Starting from Vault 1.14 added support for ACME protocol - https://www.hashicorp.com/blog/vault-1-14-brings-acme-for-pki-aws-roles-and-more-improvements It would be great to have support for following resources to be able configure ACME from Terraform: - [Set...
### Description I want to set an issuer for a intermediate certificate (`vault_pki_secret_backend_root_sign_intermediate`). Also I want to create a role for the intermediate certificate (`vault_pki_secret_backend_role`). I found no way to...
**Is your feature request related to a problem? Please describe.** The vault_azure_auth_backend_role resource is not returning the role_id attribute. ``` Error: Unsupported attribute │ │ on ../modules/azure-entity-alias/main.tf line 42, in...
### Description When reading a kvv1 secret, this PR updates both `data_json` and `data` (previously this was just `data`). This catches any discrepancies and drifts. Note that this may cause...