Sharing aws KMS key between account

Hi! Is there any way to share KMS key using Terraform? I can see that in aws_kms_key resource Terraform Registry there is no option to add account_id to share the key. Do you know if there is any recommended way of doing it?

IMHO, this is covered by the key policy. There’s no specific need to use a sharing feature.

yep, you’re right, I didn’t notice the key policy covers that. Thank You :slight_smile: