Skip to content

Commit efcd38b

Browse files
Update guide - Typo on Managing AWS Permissions Docs page. Closes #374 (#378)
1 parent f0513c4 commit efcd38b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/aws/permissions/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ resource "turbot_policy_setting" "aws_permissions_modifiers" {
193193
```
194194

195195
<div className="alert alert-warning">
196-
If multiple service-level polices assign an operation to different levels, the operation will be assigned at the lower permission level in the provider permissions. For example, if <code>ec2:DescribeInstance</code> is assigned to <b>AWS/EC2/Operator</b> and also <b>EAWS/EC2/User</b> then it will be assigned to <b>AWS/User</b>
196+
If multiple service-level polices assign an operation to different levels, the operation will be assigned at the lower permission level in the provider permissions. For example, if <code>ec2:DescribeInstance</code> is assigned to <b>AWS/EC2/Operator</b> and also <b>AWS/EC2/User</b> then it will be assigned to <b>AWS/User</b>
197197
</div>
198198

199199
<div className="alert alert-warning">

0 commit comments

Comments
 (0)