File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ Following inputs can be used as `step.with` keys
6666You shouldn't be using a root user. Below are snippets of an inline policies with suggested permissions for the action.
6767
6868 * You might need to adapt these to fit your use case.
69- * You will need to insert proper resources/arns to make the snippets below valid.
69+ * You will need to insert proper resources/ARNs to make the snippets below valid.
7070
7171` ` ` json
7272{
@@ -89,7 +89,7 @@ You shouldn't be using a root user. Below are snippets of an inline policies wit
8989}
9090` ` `
9191
92- * This restrict the action to uploading an object and listing/getting the object so it can obtain the location for CodeDeploy
92+ * This restricts the action to uploading an object and listing/getting the object so it can obtain the location for CodeDeploy
9393 * It is restricted to a specific bucket.
9494
9595For deploying via CodeDeploy you will need another set of permissions.
@@ -120,7 +120,7 @@ For deploying via CodeDeploy you will need another set of permissions.
120120}
121121` ` `
122122
123- * These permissions are a rough example of allowing the user to list/get/register a revision for all
123+ * These permissions are a rough example of allowing the user to list/get/register a revision for all resources
124124 * A specific permission statement exists to lock creating the deployment to a specific resource
125125
126126---
You can’t perform that action at this time.
0 commit comments