Skip to content

BCDevOps/terraform-octk-aws-sea-network-info

Repository files navigation

Terraform-octk-aws-sea-network-info

License

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.

Project Status

  • Development
  • Production/Maintenance

Getting Help or Reporting an Issue

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

Requirements

Name Version
aws ~> 4.0

Providers

Name Version
aws ~> 4.0

Modules

No modules.

Resources

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

Inputs

Name Description Type Default Required
environment The workload account environment (e.g. dev, test, prod) any n/a yes

Outputs

Name Description
aws_security_groups n/a
aws_subnet n/a
aws_subnet_ids n/a
aws_vpc n/a

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

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages