Skip to content

Commit

Permalink
* 1.7.1 -- 2026-03-26
Browse files Browse the repository at this point in the history
   - updated policies/sc-developer
     - add kms:UpdateKeyDescription
  • Loading branch information
badra001 committed Mar 26, 2026
1 parent b3f87b2 commit 1c2cec3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,3 +90,6 @@
- created policies
- policies/sc-operator

* 1.7.1 -- 2026-03-26
- updated policies/sc-developer
- add kms:UpdateKeyDescription
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 = "1.7.0"
_module_version = "1.7.1"
}
1 change: 1 addition & 0 deletions policies/sc-developer/policy.tf
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,7 @@ data "aws_iam_policy_document" "inline" {
"kms:RetireGrant",
"kms:TagResource",
"kms:UntagResource",
"kms:UpdateKeyDescription",
]
}
statement {
Expand Down

0 comments on commit 1c2cec3

Please sign in to comment.