organizational-units

devops-workflow/organizational-units/aws

Terraform Module HCL AWS ⏱ stale 2y 4mo

Terraform module to create AWS Organizational Units

Install

module "organizational-units" {
source = "devops-workflow/organizational-units/aws"
version = "0.0.6"
}
⭐ Source on GitHub 📦 Registry page

README

terraform-aws-organizational-units ![CircleCI](https://circleci.com/gh/devops-workflow/terraform-aws-organizational-units) ![Github release](https://github.com/devops-workflow/terraform-aws-organizational-units/releases) 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)

NameTypeDescriptionDefault
aws_profileanyAWS profile in local credentials file that has rights to master account required
ou_listanyList of organizational unit to manage. These will be top level under root required

Outputs (1)

ids — Root and Organizational units IDs

Resources (1)

null_resource

Details

FrameworkTerraform Module
LanguageHCL
Version0.0.6
Cloud AWS
★ Stars8
Forks8
Total downloads6.7k
Inputs2
Outputs1
Resources1
Examples3
Namespacedevops-workflow
Updated