Skip to content

A Terraform module to create "account sets" in a simple, consistency manner in an AWS SEA-based landing zone.

License

Notifications You must be signed in to change notification settings

BCDevOps/terraform-aws-sea-account-set

Repository files navigation

<application_license_badge>

BC Gov Terraform Template

This repo provides a starting point for users who want to create valid Terraform modules stored in GitHub.

Third-Party Products/Libraries used and the licenses they are covered by

Project Status

  • Development
  • Production/Maintenance

Documentation

Requirements

Name Version
aws ~> 4.0

Providers

Name Version
aws ~> 4.0
null n/a

Modules

Name Source Version
lz_info github.com/BCDevOps/terraform-aws-sea-organization-info v0.0.7

Resources

Name Type
aws_organizations_account.project_accounts resource
null_resource.enterprise_support resource

Inputs

Name Description Type Default Required
account_email_domain The domain to use as the suffix for the email accounts associated with the accounts created by the module. Don't change unless you know what you are doing. In other words, don't change. string n/a yes
account_email_prefix The prefix to use for the email accounts associated with the accounts created by the module. Don't change unless you know what you are doing. In other words, don't change. string n/a yes
close_on_deletion true means that the account will be closed when it is deleted. false means that the account be removed from the aws org when it is deleted. bool false no
master_account_id Master Account Id string n/a yes
org_admin_role_name The role name that will be created/set as the default cross-account admin role for accounts within an organization. string "OrganizationAccountAccessRole" no
project List of projects that product teams' workloads run within.
object({
identifier = string
name = string
tags = map(string)
accounts = list(object({
name = string
environment = string
enterprise_support = optional(string, null)
}))
})
n/a yes

Outputs

Name Description
project_accounts n/a

Getting Started

Getting Help or Reporting an Issue

To report bugs/issues/feature requests, please file an issue.

How to Contribute

If you would like to contribute, please see our CONTRIBUTING guidelines.

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

License

Copyright 2018 Province of British Columbia

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

About

A Terraform module to create "account sets" in a simple, consistency manner in an AWS SEA-based landing zone.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages