This repo provides a starting point for users who want to create valid Terraform modules stored in GitHub.
- Development
- Production/Maintenance
Name | Version |
---|---|
aws | ~> 4.0 |
Name | Version |
---|---|
aws | ~> 4.0 |
null | n/a |
Name | Source | Version |
---|---|---|
lz_info | github.com/BCDevOps/terraform-aws-sea-organization-info | v0.0.7 |
Name | Type |
---|---|
aws_organizations_account.project_accounts | resource |
null_resource.enterprise_support | resource |
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({ |
n/a | yes |
Name | Description |
---|---|
project_accounts | n/a |
To report bugs/issues/feature requests, please file an issue.
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.
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.