Skip to content

Commit 2e6f345

Browse files
authored
Update README.md
1 parent 27c742e commit 2e6f345

File tree

1 file changed

+10
-10
lines changed
  • Management-Utilities/ec2-user-data-iscsi-create-and-mount

1 file changed

+10
-10
lines changed

Management-Utilities/ec2-user-data-iscsi-create-and-mount/README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@ Set the following permissions:
1111

1212
Example AWS Policy
1313
{
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-
}
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+
* }
2424
]
2525
}
2626

0 commit comments

Comments
 (0)