cjww-development / terraform-aws-organisations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

terraform-aws-organisations

Requirements

Name Version
terraform >=0.15.1
aws >=3.38.0

Providers

Name Version
aws >=3.38.0

Modules

No modules.

Resources

Name Type
aws_organizations_account.development resource
aws_organizations_account.home_server resource
aws_organizations_account.sandbox resource
aws_organizations_account.shared resource
aws_organizations_organization.main resource
aws_organizations_organizational_unit.development resource
aws_organizations_organizational_unit.home_server resource
aws_organizations_organizational_unit.sandbox resource
aws_organizations_organizational_unit.shared resource

Inputs

Name Description Type Default Required
dev_email Email address associated with the development account string n/a yes
feature_set Valid values are ALL (default) or CONSOLIDATED_BILLING string n/a yes
home_server_email Email address associated with the home server account string n/a yes
sandbox_email Email address associated with the sandbox account string n/a yes
shared_email Email address associated with the shared account string n/a yes

Outputs

Name Description
organisation_arn n/a

About

License:Apache License 2.0


Languages

Language:HCL 100.0%