Skip to content

Commit ecc814b

Browse files
Update links in the README to github page
1 parent b34b9be commit ecc814b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,19 @@ For Org Level Import, all 3 modules are required. For Non-Org Level Import, only
1414

1515
This module sets up a bastion account and delegates read access to the organization, either by creating a new account or using an existing one.
1616

17-
[Read more](modules/org-read-delegation/README.md)
17+
[Read more](https://github.com/lucidsoftware/terraform-aws-lucid-aws-import/tree/main/modules/org-read-delegation)
1818

1919
### Bastion Role Module
2020

2121
This module creates an IAM role in the bastion account that allows Lucid's AWS import proxy account to assume it and perform imports in member accounts.
2222

23-
[Read more](modules/bastion-role/README.md)
23+
[Read more](https://github.com/lucidsoftware/terraform-aws-lucid-aws-import/tree/main/modules/bastion-role)
2424

2525
### Import Role Module
2626

2727
This module creates an IAM role that can be assumed by Lucid's proxy AWS import account or the bastion account for performing imports.
2828

29-
[Read more](modules/import-role/README.md)
29+
[Read more](https://github.com/lucidsoftware/terraform-aws-lucid-aws-import/tree/main/modules/import-role)
3030

3131
## Requirements
3232

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 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`.
1313

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.
14+
You'd need to manually modify or extend the existing policy. Add the [actions](https://github.com/lucidsoftware/terraform-aws-lucid-aws-import/blob/main/modules/org-read-delegation/main.tf#L18) and [principals](https://github.com/lucidsoftware/terraform-aws-lucid-aws-import/blob/main/modules/org-read-delegation/main.tf#L29) to your policy.
1515

16-
For creating a new bastion account if you don't have one already, follow the [implementation](main.tf#L7) in the module.
16+
For creating a new bastion account if you don't have one already, follow the [implementation](https://github.com/lucidsoftware/terraform-aws-lucid-aws-import/blob/main/modules/org-read-delegation/main.tf#L7) in the module.
1717

1818
## Usage
1919

0 commit comments

Comments
 (0)