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
@@ -5,7 +5,7 @@ This module should be set up in the management/root account in the organization.
5
5
6
6
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.
7
7
8
-
It will then delegate administrator access to the bastion account.
8
+
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.
9
9
10
10
## Usage
11
11
@@ -52,4 +52,4 @@ module "org_read_delegation" {
52
52
|------|-------------|
53
53
| <aname="output_bastion_account_id"></a> [bastion\_account\_id](#output\_bastion\_account\_id)| The ID of the bastion account |
54
54
| <aname="output_bastion_account_email"></a> [bastion\_account\_email](#output\_bastion\_account\_email)| The email of the bastion account |
55
-
| <aname="output_bastion_account_name"></a> [bastion\_account\_name](#output\_bastion\_account\_name)| The name of the bastion account |
55
+
| <aname="output_bastion_account_name"></a> [bastion\_account\_name](#output\_bastion\_account\_name)| The name of the bastion account |
0 commit comments