Skip to content

Commit

Permalink
Add TagResource conditionally to KMS.CreateKey
Browse files Browse the repository at this point in the history
  • Loading branch information
iann0036 committed Feb 6, 2025
1 parent d723cfb commit fb5041e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions iamlivecore/map.json
Original file line number Diff line number Diff line change
Expand Up @@ -27836,6 +27836,12 @@
{
"action": "kms:CreateKey",
"resource_mappings": {}
},
{
"action": "kms:TagResource",
"arn_override": {
"template": "%%iftruthy%${Tags[].TagKey}%*%%%"
}
}
],
"KMS.Decrypt": [
Expand Down

0 comments on commit fb5041e

Please sign in to comment.