Skip to content

Commit c975efd

Browse files
authored
fix: Default admin permissions for special keys (#24)
Co-authored-by: magreenbaum <magreenbaum>
1 parent a84cb70 commit c975efd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

main.tf

+2
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,8 @@ data "aws_iam_policy_document" "this" {
140140
"kms:UntagResource",
141141
"kms:ScheduleKeyDeletion",
142142
"kms:CancelKeyDeletion",
143+
"kms:ReplicateKey",
144+
"kms:ImportKeyMaterial"
143145
]
144146
resources = ["*"]
145147

0 commit comments

Comments
 (0)