Skip to content

v0.15.0

Latest
Compare
Choose a tag to compare
@cloudpossebot cloudpossebot released this 08 Apr 19:14
9c5ef29
Add ipv6 support @cdobbyn (#55)

what

  • Add IPv6 subnet provisioning
  • Assumes that the subnet created at the end must be a /64 (as per AWS).
  • Only applies to public subnets. This could be added to private (with no default destination route ::/0) if others think this is necessary. There is no concept of NAT in AWS VPC IPv6.

why

  • We have a requirement to offer dualstack workloads.
  • Today we have to do this manually and if using this module, separate subnets need to be created.

references