Skip to content

Commit

Permalink
Changed wording in README.md to be consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
bebold-jhr committed Mar 22, 2023
1 parent a0a653f commit 325f213
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# terraform-aws-account-lookup

This module allows you to list AWS accounts of an organization in various forms.
* List accounts ids (with or without root account)
* Get mapping of **account id => account name** and vice versa (with or without root account)
* Get mapping **account id => account tags** (with or without root account)
* Get mapping **account name => account tags** (with or without root account)
* List accounts ids (with or without management account)
* Get mapping of **account id => account name** and vice versa (with or without management account)
* Get mapping **account id => account tags** (with or without management account)
* Get mapping **account name => account tags** (with or without management account)
* Query accounts and retrieve all data (account id, account name and tags)
* Include or exclude management account
* Group accounts by tags
Expand All @@ -13,7 +13,7 @@ This module allows you to list AWS accounts of an organization in various forms.

## Prerequisites

You need a role in your organization root account which allows the following:
You need a role in your organization management account which allows the following:

```json
{
Expand Down

0 comments on commit 325f213

Please sign in to comment.