This module creates an AWS account
| Name |
Version |
| aws |
~> 5.51.0 |
No modules.
| Name |
Description |
Type |
Default |
Required |
| account_email |
The email address associated with the AWS account. |
string |
n/a |
yes |
| account_name |
The name of the AWS account. |
string |
n/a |
yes |
| close_on_deletion |
Specifies if the account should be closed on deletion. |
bool |
true |
no |
| iam_user_access_to_billing |
If set to ALLOW, the IAM user will have access to the billing and cost management console. |
string |
"DENY" |
no |
| parent_org_id |
The ID of the parent organizational unit. |
string |
n/a |
yes |