From 06a886274ecfa304f75e948543e3c11d51c54083 Mon Sep 17 00:00:00 2001 From: RahulSrivastav14 Date: Thu, 31 Jul 2025 15:50:33 +0530 Subject: [PATCH] Update guide - Typo on Managing AWS Permissions Docs page. Closes #374 --- docs/guides/aws/permissions/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/aws/permissions/index.md b/docs/guides/aws/permissions/index.md index 77eab086..17cb7229 100644 --- a/docs/guides/aws/permissions/index.md +++ b/docs/guides/aws/permissions/index.md @@ -193,7 +193,7 @@ resource "turbot_policy_setting" "aws_permissions_modifiers" { ```
-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 ec2:DescribeInstance is assigned to AWS/EC2/Operator and also EAWS/EC2/User then it will be assigned to AWS/User +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 ec2:DescribeInstance is assigned to AWS/EC2/Operator and also AWS/EC2/User then it will be assigned to AWS/User