organizational-unit-members

devops-workflow/organizational-unit-members/aws

Terraform Module HCL AWS ⏱ stale 5y 0mo

Terraform module to move organization member account to right organizational unit

Install

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

README

terraform-aws-organizational-unit-members ![CircleCI](https://circleci.com/gh/devops-workflow/terraform-aws-organizational-unit-members) ![Github release](https://github.com/devops-workflow/terraform-aws-organizational-unit-members/releases) Terraform module to move member accounts to the right organizational units This is assumed to be a temporary implementation until OU support is added to Terraform Terraform registry Usage Basic Example ``hcl module "organizational-unit-members" { source = "devops-workflow/organizational-unit-members/aws" version = "0.0.1" aws_profile = "master" account_list = "1111:core 1234:environments 2345:core" } `` Inputs | Name | Description | Type | Default | Required | |------|-------------|:----:|:-----:|:-----:| | account\_list | List of member account and or

Inputs (2)

NameTypeDescriptionDefault
aws_profileanyAWS profile in local credentials file that has rights to master account required
account_listanyList of member account and organizational units they should be into. Format: {ac required

Resources (1)

null_resource

Details

FrameworkTerraform Module
LanguageHCL
Version0.0.1
Cloud AWS
★ Stars1
Forks3
Total downloads6.7k
Inputs2
Resources1
Examples3
Namespacedevops-workflow
Updated