Skip to content

Commit 30d6227

Browse files
authored
Update README.md
1 parent 0d8b518 commit 30d6227

File tree

1 file changed

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

1 file changed

+8
-8
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ Example AWS Policy
1313
{
1414
   "Version": "2012-10-17",
1515
   "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-
   }
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)