Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/infraspecdev/terraform-aws-organizations
This Terraform module can be used to create an AWS Organization, and it includes sub-modules to create Organizational Units and provision AWS member accounts.
https://github.com/infraspecdev/terraform-aws-organizations
Last synced: 3 days ago
JSON representation
This Terraform module can be used to create an AWS Organization, and it includes sub-modules to create Organizational Units and provision AWS member accounts.
- Host: GitHub
- URL: https://github.com/infraspecdev/terraform-aws-organizations
- Owner: infraspecdev
- License: mit
- Created: 2024-07-01T09:20:41.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-11-14T09:53:28.000Z (about 2 months ago)
- Last Synced: 2024-11-14T10:35:39.067Z (about 2 months ago)
- Language: HCL
- Homepage:
- Size: 137 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# Terraform AWS Organizations Module
A Terraform module for creating and managing AWS Organizations.## Available Features
- Organization Creation: Set up AWS Organizations.
- Account Management: Create and manage member accounts.
- Organizational Units: Establish and manage organizational units.## Requirements
| Name | Version |
|------|---------|
| [terraform](#requirement\_terraform) | >= 1.8.4 |
| [aws](#requirement\_aws) | >= 5.51.0 |## Providers
| Name | Version |
|------|---------|
| [aws](#provider\_aws) | >= 5.51.0 |## Modules
No modules.
## Resources
| Name | Type |
|------|------|
| [aws_organizations_organization.org](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/organizations_organization) | resource |## Inputs
| Name | Description | Type | Default | Required |
|------|-------------|------|---------|:--------:|
| [enabled\_policy\_types](#input\_enabled\_policy\_types) | (Optional) List of Organizations policy types to enable in the Organization Root. | `list(string)` | `[]` | no |
| [feature\_set](#input\_feature\_set) | (Optional) Specify "ALL" (default) or "CONSOLIDATED\_BILLING". | `string` | n/a | yes |
| [service\_access\_principals](#input\_service\_access\_principals) | (Optional) List of AWS service principal names for which you want to enable integration with your organization. | `list(string)` | `[]` | no |## Outputs
| Name | Description |
|------|-------------|
| [aws\_organizations\_organization\_accounts](#output\_aws\_organizations\_organization\_accounts) | List of organization accounts including the master account. |
| [aws\_organizations\_organization\_arn](#output\_aws\_organizations\_organization\_arn) | ARN of the organization. |
| [aws\_organizations\_organization\_id](#output\_aws\_organizations\_organization\_id) | Identifier of the organization. |
| [aws\_organizations\_organization\_master\_account\_arn](#output\_aws\_organizations\_organization\_master\_account\_arn) | ARN of the master account. |
| [aws\_organizations\_organization\_master\_account\_email](#output\_aws\_organizations\_organization\_master\_account\_email) | Email address of the master account. |
| [aws\_organizations\_organization\_master\_account\_id](#output\_aws\_organizations\_organization\_master\_account\_id) | Identifier of the master account. |
| [aws\_organizations\_organization\_none\_master\_accounts](#output\_aws\_organizations\_organization\_none\_master\_accounts) | List of organization accounts excluding the master account. |
| [aws\_organizations\_organization\_roots](#output\_aws\_organizations\_organization\_roots) | List of organization roots. |
\n