hashicorp / terraform-provider-vault

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

Add support for HMAC type to vault_transit_secret_backend_key #2034

Closed roberteckert closed 1 year ago

roberteckert commented 1 year ago

Description

This PR updates the vault_transit_secret_backend_key to accept the hmac key type along with the requisite key_size argument so that transit keys of the hmac type can be created.

Relates OR Closes #0000

Checklist

Output from acceptance testing:

$ make testacc TESTARGS='-run=TestAccXXX'

...

Community Note

hashicorp-cla commented 1 year ago

CLA assistant check
All committers have signed the CLA.

roberteckert commented 1 year ago

Thanks for the feedback. I:

roberteckert commented 1 year ago

This seems done - is there anything else you require from me?

fairclothjm commented 1 year ago

We don't require anything else, thanks @roberteckert!