terraform-aws-vpc
terraform-aws-vpc copied to clipboard
Evaluate whether we should support IPv6
Right now, it doesn't look like we create any IPv6 routes. We also don't request an IPv6 CIDR block. Should we? What are we missing out on by not?
At the very least, it feels like we should be making more of a point to enable IPv6 on the edge of our stack (CloudFront, or at the ALB level if it isn't behind CloudFront), but this is out of scope of this issue.