We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27c742e commit 2e6f345Copy full SHA for 2e6f345
Management-Utilities/ec2-user-data-iscsi-create-and-mount/README.md
@@ -11,16 +11,16 @@ Set the following permissions:
11
12
Example AWS Policy
13
{
14
- "Version": "2012-10-17",
15
- "Statement": [
16
- {
17
- "Sid": "VisualEditor0",
18
- "Effect": "Allow",
19
- "Action": [
20
- "secretsmanager:GetSecretValue"
21
- ],
22
- "Resource": "arn:aws:secretsmanager:us-west-2:847548833:secret:test/posh-75WJ57"
23
- }
+ *"Version": "2012-10-17",
+ *"Statement": [
+ * {
+ * "Sid": "VisualEditor0",
+ * "Effect": "Allow",
+ * "Action": [
+ ** "secretsmanager:GetSecretValue"
+ * ],
+ * "Resource": "arn:aws:secretsmanager:us-west-2:847548833:secret:test/posh-75WJ57"
+ * }
24
]
25
}
26
0 commit comments