Skip to content

Commit

Permalink
* 2.4.14 -- 2023-11-09
Browse files Browse the repository at this point in the history
  - iam-general-policies
    - add kms:ListGrants to KMS keys
  • Loading branch information
badra001 committed Nov 9, 2023
1 parent 1ea4be2 commit 8a3b01e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -321,3 +321,7 @@
* 2.4.13 -- 2023-11-08
- iam-general-policies
- add cloudforms_kms_key_arns to be added at run-time

* 2.4.14 -- 2023-11-09
- iam-general-policies
- add kms:ListGrants to KMS keys
2 changes: 1 addition & 1 deletion common/version.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
locals {
_module_version = "2.4.13"
_module_version = "2.4.14"
}
1 change: 1 addition & 0 deletions iam-general-policies/policy.cloudforms.tf
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ data "aws_iam_policy_document" "cloudforms_ami" {
effect = "Allow"
resources = c.value
actions = [
"kms:ListGrants",
"kms:DescribeKey",
"kms:ReEncrypt*",
"kms:CreateGrant",
Expand Down

0 comments on commit 8a3b01e

Please sign in to comment.