hashicorp / terraform-provider-aws

The AWS Provider enables Terraform to manage AWS resources.
https://registry.terraform.io/providers/hashicorp/aws
Mozilla Public License 2.0
9.65k stars 9.03k forks source link

[Enhancement]: more key types for aws_kms_external_key #32561

Open bentterp opened 1 year ago

bentterp commented 1 year ago

Description

There are now 4 types of KMS Keys where you can use Origin = EXTERNAL: Symmetric encryption KMS keys

Asymmetric RSA KMS keys (for encryption or signing, but not both)

Asymmetric elliptic curve (ECC) KMS keys (signing only)

HMAC KMS keys

Affected Resource(s) and/or Data Source(s)

aws_kms_external_key

Potential Terraform Configuration

No response

References

https://docs.aws.amazon.com/kms/latest/developerguide/importing-keys.html

Would you like to implement a fix?

None

github-actions[bot] commented 1 year ago

Community Note

Voting for Prioritization

Volunteering to Work on This Issue