terraform-aws-kms-key
terraform-aws-kms-key copied to clipboard
Enable key replication across regions when 'multi_region' option is selected
Have a question? Please checkout our Slack Community or visit our Slack Archive.
Describe the Feature
A clear and concise description of what the bug is.
Expected Behavior
Enable key replication across regions when 'multi_region' option is selected
Use Case
KMS supports key replication. It is logical to support it from this module as it already support creation of multi-region key.
Describe Ideal Solution
This module should use below Terraform recourse and create replication https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/kms_replica_key
Alternatives Considered
If i have to use 'multi-region' now i have to implement on top myself using https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/kms_replica_key