Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 1.76 KB

File metadata and controls

26 lines (22 loc) · 1.76 KB

Inputs

Name Description Type Default Required
accept_region The region of the accepter VPC of the VPC Peering Connection. string "" no
acceptor_allow_remote_vpc_dns_resolution Allow acceptor VPC to resolve public DNS hostnames to private IP addresses when queried from instances in the requestor VPC. bool true no
acceptor_vpc_id Acceptor VPC ID. string n/a yes
attributes Additional attributes (e.g. 1). list(any) [] no
auto_accept Automatically accept the peering (both VPCs need to be in the same AWS account). bool true no
enable_peering Set to false to prevent the module from creating or accessing any resources. bool true no
environment Environment (e.g. prod, dev, staging). string "" no
label_order label order, e.g. name,application. list(any)
[
"name",
"environment"
]
no
managedby ManagedBy, eg 'CloudDrove'. string "hello@clouddrove.com" no
name Name (e.g. app or cluster). string "" no
repository Terraform current module repo string "https://github.com/clouddrove/terraform-aws-vpc-peering" no
requestor_allow_remote_vpc_dns_resolution Allow requestor VPC to resolve public DNS hostnames to private IP addresses when queried from instances in the acceptor VPC. bool true no
requestor_vpc_id Requestor VPC ID. string n/a yes

Outputs

Name Description
accept_status The status of the VPC peering connection request.
connection_id VPC peering connection ID.
tags A mapping of tags to assign to the resource.