You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/org-read-delegation/README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ This module will create a bastion account with the provided account email and ac
9
9
It will then delegate administrator access to the bastion account. This account will receive organization-level permissions to scan your organization structure and configure permissions for member accounts.
10
10
11
11
### Note
12
-
AWS Organization allows you to have only one resource policy per organization. If you already have an existing resource policy in your organization, this module will fail to deploy as it attemptes to create a new `aws_organizations_resource_policy`.
12
+
AWS Organizations allow you to have only one resource policy per organization. If you already have an existing resource policy in your organization, this module will fail to deploy as it attemptes to create a new `aws_organizations_resource_policy`.
13
13
14
14
You'd need to manually modify or extend the existing policy. Add the [actions](main.tf#L18) and [principals](main.tf#L29) to your policy.
0 commit comments