Skip to content

Commit 0d8b518

Browse files
authored
Update README.md
1 parent 2e6f345 commit 0d8b518

File tree

1 file changed

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

1 file changed

+11
-11
lines changed

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

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@ 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-
* }
24-
]
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+
   ]
2525
}
2626

2727
1. AWS Amazon Linux

0 commit comments

Comments
 (0)