Skip to content

Commit 995bd61

Browse files
Update README
1 parent fe78c6b commit 995bd61

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ This repository contains Terraform modules to set up the necessary IAM roles and
66
- **Bastion Role Module**: Sets up an IAM role in the bastion account to assume roles in member accounts for imports.
77
- **Import Role Module**: Sets up an IAM role in any AWS account for Lucid to perform imports.
88

9+
For Org Level Import, all 3 modules are required. For Non-Org Level Import, only **Import Role Module** is required.
10+
911
## Modules
1012

1113
### Org Read Delegation Module

modules/bastion-role/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Lucid AWS Import Bastion Role Module
22

3+
This module is only required for Org Level Import.
34

45
This module should be set up in the bastion account (or the management/root account if you choose to not have a separate bastion account).
56

modules/org-read-delegation/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# Lucid AWS Import Org Read Delegation Module
22

3+
This module is only required for Org Level Import.
34

4-
This module should be set up in the management/root account in the organization.
5+
This module should be set up in the management/root account in the organization.
56

67
This module will create a bastion account with the provided account email and account name if no account id is provided. If an account id is provided, we will use that account as the bastion account.
78

0 commit comments

Comments
 (0)