Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/guides/aws/permissions/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ resource "turbot_policy_setting" "aws_permissions_modifiers" {
```

<div className="alert alert-warning">
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>
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>
</div>

<div className="alert alert-warning">
Expand Down