An opinionated Terraform module that can be used to create and manage a peering between two VPCs in AWS in a simplified way.
Name | Version |
---|---|
aws | >= 4.31.0 |
No providers.
Name | Source | Version |
---|---|---|
main | github.com/grem11n/terraform-aws-vpc-peering | v6.0.0 |
No resources.
Name | Description | Type | Default | Required |
---|---|---|---|---|
tags | The tags to set on the resources created by this module. | map(string) |
n/a | yes |
vpc_1_id | The ID of the first VPC. | string |
n/a | yes |
vpc_1_region | The region where the first VPC has been created. | string |
n/a | yes |
vpc_2_id | The ID of the second VPC. | string |
n/a | yes |
vpc_2_region | The region where the first VPC has been created. | string |
n/a | yes |
No outputs.
Copyright 2022 Isovalent, Inc.
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.