{"id":18907730,"url":"https://github.com/infraspecdev/terraform-aws-organizations","last_synced_at":"2026-03-19T07:04:20.587Z","repository":{"id":247382485,"uuid":"822502146","full_name":"infraspecdev/terraform-aws-organizations","owner":"infraspecdev","description":"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.","archived":false,"fork":false,"pushed_at":"2024-11-14T09:53:28.000Z","size":142,"stargazers_count":0,"open_issues_count":1,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-06-01T00:52:52.691Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"HCL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/infraspecdev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-01T09:20:41.000Z","updated_at":"2024-11-14T09:53:32.000Z","dependencies_parsed_at":"2024-11-14T10:28:32.924Z","dependency_job_id":null,"html_url":"https://github.com/infraspecdev/terraform-aws-organizations","commit_stats":null,"previous_names":["infraspecdev/terraform-aws-organizations"],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/infraspecdev/terraform-aws-organizations","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/infraspecdev%2Fterraform-aws-organizations","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/infraspecdev%2Fterraform-aws-organizations/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/infraspecdev%2Fterraform-aws-organizations/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/infraspecdev%2Fterraform-aws-organizations/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/infraspecdev","download_url":"https://codeload.github.com/infraspecdev/terraform-aws-organizations/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/infraspecdev%2Fterraform-aws-organizations/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28747542,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-25T05:12:38.112Z","status":"ssl_error","status_checked_at":"2026-01-25T05:04:50.338Z","response_time":113,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-08T09:22:57.335Z","updated_at":"2026-01-25T07:32:36.388Z","avatar_url":"https://github.com/infraspecdev.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!-- BEGIN_TF_DOCS --\u003e\n# Terraform AWS Organizations Module\nA Terraform module for creating and managing AWS Organizations.\n\n## Available Features\n\n- Organization Creation: Set up AWS Organizations.\n- Account Management: Create and manage member accounts.\n- Organizational Units: Establish and manage organizational units.\n\n## Requirements\n\n| Name | Version |\n|------|---------|\n| \u003ca name=\"requirement_terraform\"\u003e\u003c/a\u003e [terraform](#requirement\\_terraform) | \u003e=  1.8.4 |\n| \u003ca name=\"requirement_aws\"\u003e\u003c/a\u003e [aws](#requirement\\_aws) | \u003e= 5.51.0 |\n\n## Providers\n\n| Name | Version |\n|------|---------|\n| \u003ca name=\"provider_aws\"\u003e\u003c/a\u003e [aws](#provider\\_aws) | \u003e= 5.51.0 |\n\n## Modules\n\nNo modules.\n\n## Resources\n\n| Name | Type |\n|------|------|\n| [aws_organizations_organization.org](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/organizations_organization) | resource |\n\n## Inputs\n\n| Name | Description | Type | Default | Required |\n|------|-------------|------|---------|:--------:|\n| \u003ca name=\"input_enabled_policy_types\"\u003e\u003c/a\u003e [enabled\\_policy\\_types](#input\\_enabled\\_policy\\_types) | (Optional) List of Organizations policy types to enable in the Organization Root. | `list(string)` | `[]` | no |\n| \u003ca name=\"input_feature_set\"\u003e\u003c/a\u003e [feature\\_set](#input\\_feature\\_set) | (Optional) Specify \"ALL\" (default) or \"CONSOLIDATED\\_BILLING\". | `string` | n/a | yes |\n| \u003ca name=\"input_service_access_principals\"\u003e\u003c/a\u003e [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 |\n\n## Outputs\n\n| Name | Description |\n|------|-------------|\n| \u003ca name=\"output_aws_organizations_organization_accounts\"\u003e\u003c/a\u003e [aws\\_organizations\\_organization\\_accounts](#output\\_aws\\_organizations\\_organization\\_accounts) | List of organization accounts including the master account. |\n| \u003ca name=\"output_aws_organizations_organization_arn\"\u003e\u003c/a\u003e [aws\\_organizations\\_organization\\_arn](#output\\_aws\\_organizations\\_organization\\_arn) | ARN of the organization. |\n| \u003ca name=\"output_aws_organizations_organization_id\"\u003e\u003c/a\u003e [aws\\_organizations\\_organization\\_id](#output\\_aws\\_organizations\\_organization\\_id) | Identifier of the organization. |\n| \u003ca name=\"output_aws_organizations_organization_master_account_arn\"\u003e\u003c/a\u003e [aws\\_organizations\\_organization\\_master\\_account\\_arn](#output\\_aws\\_organizations\\_organization\\_master\\_account\\_arn) | ARN of the master account. |\n| \u003ca name=\"output_aws_organizations_organization_master_account_email\"\u003e\u003c/a\u003e [aws\\_organizations\\_organization\\_master\\_account\\_email](#output\\_aws\\_organizations\\_organization\\_master\\_account\\_email) | Email address of the master account. |\n| \u003ca name=\"output_aws_organizations_organization_master_account_id\"\u003e\u003c/a\u003e [aws\\_organizations\\_organization\\_master\\_account\\_id](#output\\_aws\\_organizations\\_organization\\_master\\_account\\_id) | Identifier of the master account. |\n| \u003ca name=\"output_aws_organizations_organization_none_master_accounts\"\u003e\u003c/a\u003e [aws\\_organizations\\_organization\\_none\\_master\\_accounts](#output\\_aws\\_organizations\\_organization\\_none\\_master\\_accounts) | List of organization accounts excluding the master account. |\n| \u003ca name=\"output_aws_organizations_organization_roots\"\u003e\u003c/a\u003e [aws\\_organizations\\_organization\\_roots](#output\\_aws\\_organizations\\_organization\\_roots) | List of organization roots. |\n\u003c!-- END_TF_DOCS --\u003e\\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finfraspecdev%2Fterraform-aws-organizations","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finfraspecdev%2Fterraform-aws-organizations","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finfraspecdev%2Fterraform-aws-organizations/lists"}