Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 2.35 KB

File metadata and controls

47 lines (31 loc) · 2.35 KB

AWS Organizations Terraform module

A Terraform module which configures your AWS Organization and creates AWS accounts. Read this page for more information, and for a secure reference architecture by AWS, read this page.

blackbird-logo

Requirements

Name Version
terraform >= 1
aws ~> 5

Providers

Name Version
aws 5.49.0

Resources

Name Type
aws_organizations_policy.default resource
aws_organizations_policy_attachment.default resource

Inputs

Name Description Type Default Required
organizations_policies A map of policies to attach to the organization
map(object({
content = string
ous = list(string)
description = optional(string)
skip_destroy = optional(bool)
type = optional(string)
}))
n/a yes
tags A map of tags to add to the resources map(string) n/a yes

Outputs

Name Description
policies The policies for the organization

About

We are Blackbird Cloud, Amsterdam based cloud consultancy, and cloud management service provider. We help companies build secure, cost efficient, and scale-able solutions.

Checkout our other 👉 terraform modules

Copyright

Copyright © 2017-2023 Blackbird Cloud