Skip to content

Commit f2c24fe

Browse files
Update README.md
1 parent 184cac7 commit f2c24fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/org-read-delegation/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ It will then delegate administrator access to the bastion account. This account
1111
### Note
1212
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`.
1313

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.
1515

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.
1717

1818
## Usage
1919

0 commit comments

Comments
 (0)