This terraform module is a utility for the BCGOV AWS SEA LZ2 network. VPC and Subnet info are output for use in other terraform code. Its gets the data(VPC, security groups, and subnets) from the AWS accounts, listed in main.tf file, such that the outputs of those values are used in other modules.
- Development
- Production/Maintenance
To report bugs/issues/feature requests, please file an issue.
Name | Version |
---|---|
aws | ~> 4.0 |
Name | Version |
---|---|
aws | ~> 4.0 |
No modules.
Name | Type |
---|---|
aws_security_group.app | data source |
aws_security_group.data | data source |
aws_security_group.web | data source |
aws_subnet.app | data source |
aws_subnet.data | data source |
aws_subnet.web | data source |
aws_subnet_ids.app | data source |
aws_subnet_ids.data | data source |
aws_subnet_ids.web | data source |
aws_vpc.main | data source |
Name | Description | Type | Default | Required |
---|---|---|---|---|
environment | The workload account environment (e.g. dev, test, prod) | any |
n/a | yes |
Name | Description |
---|---|
aws_security_groups | n/a |
aws_subnet | n/a |
aws_subnet_ids | n/a |
aws_vpc | n/a |
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.