We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d6ded1 commit 6aedaf0Copy full SHA for 6aedaf0
1 file changed
infrastructure/modules/kms/kms_replica_key_replica.tf
@@ -3,5 +3,6 @@ resource "aws_kms_replica_key" "replica" {
3
provider = aws.us-east-1
4
description = "Multi-Region replica key"
5
deletion_window_in_days = var.deletion_window
6
+ policy = data.aws_iam_policy_document.key.json
7
primary_key_arn = aws_kms_key.main.arn
8
}
0 commit comments