@devramps/cli 0.1.17 → 0.1.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.js +2 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -2031,7 +2031,8 @@ function buildOrgRolePolicies(orgSlug) {
2031
2031
  "kms:Encrypt",
2032
2032
  "kms:Decrypt",
2033
2033
  "kms:GenerateDataKey*",
2034
- "kms:DescribeKey"
2034
+ "kms:DescribeKey",
2035
+ "kms:CreateGrant"
2035
2036
  ],
2036
2037
  Resource: "*",
2037
2038
  Condition: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devramps/cli",
3
- "version": "0.1.17",
3
+ "version": "0.1.18",
4
4
  "description": "DevRamps CLI - Bootstrap AWS infrastructure for CI/CD pipelines",
5
5
  "main": "dist/index.js",
6
6
  "bin": {