Skip to content

Latest commit

 

History

History
46 lines (29 loc) · 2.01 KB

File metadata and controls

46 lines (29 loc) · 2.01 KB

AWS Organizations Terraform module

A Terraform module which configures your AWS Organization and creates AWS accounts. Read this page for more information, and for a secure reference architecture by AWS, read this page.

blackbird-logo

Requirements

Name Version
terraform >= 1
aws ~> 5

Providers

Name Version
aws 5.49.0

Resources

Name Type
aws_organizations_organizational_unit.default resource

Inputs

Name Description Type Default Required
organization_units List of organizational units to create
map(object(
{
name = string
parent_id = string
tags = optional(map(string))
}
))
n/a yes

Outputs

Name Description
ous The organizational units for the organization

About

We are Blackbird Cloud, Amsterdam based cloud consultancy, and cloud management service provider. We help companies build secure, cost efficient, and scale-able solutions.

Checkout our other 👉 terraform modules

Copyright

Copyright © 2017-2023 Blackbird Cloud