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
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -11,9 +11,9 @@ It will then delegate administrator access to the bastion account. This account
11
11
### Note
12
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`.
13
13
14
-
You'd need to manually modify or extend the existing policy. Add the [actions](modules/org-read-delegation/main.tf#L18) and [principals](modules/org-read-delegation/main.tf#L29) to your policy.
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.
15
15
16
-
For creating a new bastion account if you don't have one already, follow the [implementation](modules/org-read-delegation/main.tf#L7) in the module.
16
+
For creating a new bastion account if you don't have one already, follow the [implementation](main.tf#L7) in the module.
0 commit comments