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 80a8bdf commit 27c742eCopy full SHA for 27c742e
Management-Utilities/ec2-user-data-iscsi-create-and-mount/README.md
@@ -11,17 +11,17 @@ 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
- }
24
- ]
+ "Version": "2012-10-17",
+ "Statement": [
+ {
+ "Sid": "VisualEditor0",
+ "Effect": "Allow",
+ "Action": [
+ "secretsmanager:GetSecretValue"
+ ],
+ "Resource": "arn:aws:secretsmanager:us-west-2:847548833:secret:test/posh-75WJ57"
+ }
+ ]
25
}
26
27
1. AWS Amazon Linux
0 commit comments