Skip to content

Commit dfc284d

Browse files
authored
Merge pull request #87230 from Phuurl/patch-1
[minor docs] Fixes incorrect and inconsistent IAM policy indent
2 parents 9eb7d99 + 2d2b694 commit dfc284d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/cost-management-billing/costs/aws-integration-set-up-configure.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -130,10 +130,10 @@ The policy JSON should resemble the following example. Replace `bucketname` with
130130
"Sid": "VisualEditor0",
131131
"Effect": "Allow",
132132
"Action": [
133-
"organizations:ListAccounts",
134-
"iam:ListRoles",
135-
"ce:*",
136-
"cur:DescribeReportDefinitions"
133+
"organizations:ListAccounts",
134+
"iam:ListRoles",
135+
"ce:*",
136+
"cur:DescribeReportDefinitions"
137137
],
138138
"Resource": "*"
139139
},

0 commit comments

Comments
 (0)