Skip to content

Commit 1a8a44f

Browse files
committed
Format AWS policy JSON document for consistency.
1 parent beb9510 commit 1a8a44f

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)