Skip to content

Commit cc59a8c

Browse files
authored
Format AWS policy JSON document for consistency. (#2447)
1 parent fee6232 commit cc59a8c

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

docs/install/iam_policy.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
"Statement": [
44
{
55
"Effect": "Allow",
6-
"Action": "iam:CreateServiceLinkedRole",
6+
"Action": [
7+
"iam:CreateServiceLinkedRole"
8+
],
79
"Resource": "*",
810
"Condition": {
911
"StringEquals": {

docs/install/iam_policy_cn.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
"Statement": [
44
{
55
"Effect": "Allow",
6-
"Action": "iam:CreateServiceLinkedRole",
6+
"Action": [
7+
"iam:CreateServiceLinkedRole"
8+
],
79
"Resource": "*",
810
"Condition": {
911
"StringEquals": {

docs/install/iam_policy_us-gov.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
"Statement": [
44
{
55
"Effect": "Allow",
6-
"Action": "iam:CreateServiceLinkedRole",
6+
"Action": [
7+
"iam:CreateServiceLinkedRole"
8+
],
79
"Resource": "*",
810
"Condition": {
911
"StringEquals": {

0 commit comments

Comments
 (0)