Terraform module to create organizational units in an AWS master account.
This is assumed to be a temporary implementation until OU support is added to Terraform
module "organizational-units" {
source = "devops-workflow/organizational-units/aws"
version = "0.0.1"
aws_profile = "master"
ou_list = "core environments"
}
Name | Description | Type | Default | Required |
---|---|---|---|---|
aws_profile | AWS profile in local credentials file that has rights to master account | string | - | yes |
ou_list | List of organizational unit to manage. These will be top level under root | string | - | yes |
Name | Description |
---|---|
ids | Root and Organizational units IDs |