Skip to content

Commit

Permalink
fix: Default admin permissions for special keys (#24)
Browse files Browse the repository at this point in the history
Co-authored-by: magreenbaum <magreenbaum>
  • Loading branch information
magreenbaum authored Sep 18, 2023
1 parent a84cb70 commit c975efd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,8 @@ data "aws_iam_policy_document" "this" {
"kms:UntagResource",
"kms:ScheduleKeyDeletion",
"kms:CancelKeyDeletion",
"kms:ReplicateKey",
"kms:ImportKeyMaterial"
]
resources = ["*"]

Expand Down

0 comments on commit c975efd

Please sign in to comment.