Skip to content

devops-workflow/terraform-aws-organizational-units

Repository files navigation

terraform-aws-organizational-units

CircleCI Github release

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

Terraform registry

Usage

Basic Example

module "organizational-units" {
  source        = "devops-workflow/organizational-units/aws"
  version       = "0.0.1"
  aws_profile   = "master"
  ou_list       = "core environments"
}

Inputs

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

Outputs

Name Description
ids Root and Organizational units IDs

Resource Graph of plan

Terraform Graph