equinix-labs / terraform-equinix-fabric-connection-aws

Terraform module to create a Fabric L2 Connection to AWS Direct Connect
Apache License 2.0
5 stars 4 forks source link

Direct Connect Gateway support #16

Open nickzxcv opened 1 year ago

nickzxcv commented 1 year ago

Summary: The module should allow to attach to and/or create a Direct Connect Gateway similar to the VPN Gateway support.

Motivation: I would use this when I want to increase or decrease capacity for my Equinix connections to AWS Direct Connect Gateways.

Proposal: I would copy the structure of the VPN Gateway support, with the option to create a Direct Connect Gateway or attach dxvifs to an existing Direct Connect Gateway.

nickzxcv commented 1 year ago

https://github.com/equinix-labs/terraform-equinix-fabric-connection-aws/pull/17 is related to this issue.