hashicorp / terraform-provider-vault

Terraform Vault provider
https://www.terraform.io/docs/providers/vault/
Mozilla Public License 2.0
457 stars 536 forks source link

ldap rotation import skip parameter #2128

Closed kpcraig closed 6 months ago

kpcraig commented 7 months ago

This PR adds TFVP support for the import-skip parameters for LDAP static roles on both the backend (which applies to all static roles), and on individual roles.

Related PR on the LDAP plugin that this supports: https://github.com/hashicorp/vault-plugin-secrets-openldap/pull/83

kpcraig commented 6 months ago

Since the thing already got merged I'll put in a second PR for the doc/test issues: https://github.com/hashicorp/terraform-provider-vault/pull/2151