organizational-units
devops-workflow/organizational-units/aws
Terraform module to create AWS Organizational Units
Install
README
terraform-aws-organizational-units   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 ``hcl 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
Inputs (2)
| Name | Type | Description | Default |
|---|---|---|---|
| aws_profile | any | AWS profile in local credentials file that has rights to master account | required |
| ou_list | any | List of organizational unit to manage. These will be top level under root | required |
Outputs (1)
ids — Root and Organizational units IDsResources (1)
Topics & Tags
Details
Similar packages
Azure landing zones Terraform module
Terraform supermodule for the Terraform platform engineering for Azure
Terraform module to deploy landing zone subscriptions (and much more) in Azure
Terraform Module to define a consistent naming convention by (namespace, stage,