Accept a custom key store Id as a KMS origin during create key #16491
Labels
enhancement
Requests to existing resources that expand the functionality or scope.
new-data-source
Introduces a new data source.
service/kms
Issues and PRs that pertain to the kms service.
Milestone
Community Note
Description
Currently
aws_kms_key
only allows for creating a KMS key with a KMS origin. I would like to use a custom key store to create my keys.KMS allows you to set a custom key store (often a cloudHSM cluster), and then use this key store to generate KMS keys without having to import key material for them directly.
As a developer I would like to be able to define in terraform an origin of my custom key store through its id.
New or Affected Resource(s)
New
Potential Terraform Configuration
References
The text was updated successfully, but these errors were encountered: