Skip to content

BCDevOps/terraform-octk-aws-sea-workspace

Repository files navigation

License

AWS Workload Account Setup

This repo contains a Terraform module that is part of the tooling to provision a project team's accounts within an AWS Landing Zone.

This module is used in conjunction with other modules that provide other "layers" to project accounts within a landing zone. The modules are orchestrated using a terragrunt configuration that is contained in a private repository.

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

HashiCorp Terraform - License: MPL 2.0

Project Status

  • Development
  • Production/Maintenance

How To Use

Note: This module is intended to be used by another "root" module, or as part of a terragrunt "stack" rather than on its own. It doesn't do much on its own.

Requirements

Name Version
aws ~> 4.0

Providers

No providers.

Modules

Name Source Version
project_workspace github.com/BCDevOps/terraform-aws-sea-account-set.git v0.1.0

Resources

No resources.

Inputs

Name Description Type Default Required
account_email_domain Email domain to use when creating generated account email addresses. string "cloud.gov.bc.ca" no
account_email_prefix Prefix to use when creating generated account email addresses. string n/a yes
automation_role_name The name role to be assumed in the master account in order to allow creation of accounts within the organization. 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_definition_file_path Full path to JSON file containing project definition structure. (project.json by convention) string "project.json" no

Outputs

Name Description
project_account_ids n/a
project_accounts n/a

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 OCTK workspace in an AWS SEA-based landing zone.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages