terraform-aws-tardigrade-transit-gateway/peering-attachment Terraform module for managing a Transit Gateway Peering Attachment. Requirements Name Version terraform >= 0.13 aws >= 3.0 Providers Name Version aws >= 3.0 Resources Name Type Inputs Name Description Type Default Required peer_region Region of EC2 Transit Gateway to peer with string n/a yes peer_transit_gateway_id ID of the Transit Gateway to peer with string n/a yes transit_gateway_id ID of the Transit Gateway string n/a yes options Object of options for the TGW peering attachment object({ dynamic_routing = optional(string) }) null no peer_account_id ID of the AWS account that owns the Transit Gateway peer string null no tags Map of tags to apply to the TGW peering attachment map(string) {} no transit_gateway_route_table_association ID of the Transit Gateway route table to associate with the Peering attachment (an attachment can be associated with a single TGW route table) object({ transit_gateway_route_table_id = string }) null no Outputs Name Description peering_attachment Object with the Transit Gateway peering attachment attributes route_table_association Object with the Transit Gateway route table association attributes