BCDevOps / terraform-octk-aws-sea-routing

A Terraform module to automate creation of routing resources for services running within and AWS SEA Landing Zone.
Apache License 2.0
0 stars 1 forks source link

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

Documentation

Requirements

Name Version
aws ~> 4.0

Providers

No providers.

Modules

Name Source Version
account_route ./modules/account-routing n/a
lz_info github.com/BCDevOps/terraform-aws-sea-organization-info n/a

Resources

No resources.

Inputs

Name Description Type Default Required
org_admin_role_name The role used for executing automation commands in the environment. string "OrganizationAccountAccessRole" no
parent_domain The parent domain (zone) for the resources created by the module. string n/a yes
perimeter_account_name Perimeter Account Name string "Perimeter" no
perimeter_alb Public ALB names
object({
dev_test = string
prod = string
})
n/a yes
project_config project.json config. any n/a yes

Outputs

No outputs.

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.