hashicorp / terraform-provider-vault

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

secrets/azure: fix role update error #2063

Closed fairclothjm closed 11 months ago

fairclothjm commented 11 months ago

Description

Allow sending the role_name and role_id in the request since the Vault API does not make such a restriction.

Closes #1807

Checklist

Output from acceptance testing:

$ make testacc TESTARGS='-run=TestAccXXX'

...

Community Note