A Terraform module that creates an AWS Organizations.
- Create AWS Organizations
- Create member account
- Create organizational unit
- Delegated Administrator
- Manage an AWS Organizations policy
Name | Version |
---|---|
terraform | >= 1.4.6 |
aws | >= 4.65.0 |
Name | Version |
---|---|
aws | >= 4.65.0 |
No modules.
Name | Type |
---|---|
aws_organizations_organization.this | resource |
Name | Description | Type | Default | Required |
---|---|---|---|---|
aws_service_access_principals | (Optional) List of AWS service principal names for which you want to enable integration with your organization. | list(string) |
[ |
no |
enabled_policy_types | (Optional) List of Organizations policy types to enable in the Organization Root. | list(string) |
[ |
no |
feature_set | (Optional) Specify "ALL" (default) or "CONSOLIDATED_BILLING". | string |
n/a | yes |
Name | Description |
---|---|
aws_organizations_organization_accounts | List of organization accounts including the master account. |
aws_organizations_organization_arn | ARN of the organization |
aws_organizations_organization_id | Identifier of the organization |
aws_organizations_organization_master_account_arn | ARN of the master account |
aws_organizations_organization_master_account_email | Email address of the master account |
aws_organizations_organization_master_account_id | Identifier of the master account |
aws_organizations_organization_none_master_accounts | List of organization accounts excluding the master account. |
aws_organizations_organization_roots | List of organization roots. |