1. 02 Sep, 2019 1 commit
    • Anton Babenko's avatar
      Add IPv6 support (#317) · be962ae7
      Anton Babenko authored
      * IPv6 support
      
      Add variable "enable_ipv6" to allow enabling IPv6 support (resulting in
      passing "assign_generated_ipv6_cidr_block" to aws_vpc.
      
      Enabling IPv6 support further results in an Egress-only internet gateway
      being provisioned and routing tables of subnets being adjusted.
      
      Additional variables allow to choose the indices out of the /64 subnets
      based on the assigned /56 range.
      
      * Add example for IPv6 usage
      
      * Remove redundant parameter assign_generated_ipv6_cidr_block
      
      This is needed exactly when var.enable_ipv6 is true.
      
      * Set subnet ipv6_cidr_block to null if unused
      
      * Be picky about spelling
      
      * Revert unrelated change
      
      * More IPv6 spelling
      
      * Added IPv6 support to VPC module
      
      * Added IPv6 support to VPC module
      be962ae7
  2. 21 Jul, 2019 7 commits
  3. 15 Jul, 2019 4 commits
  4. 18 Jun, 2019 1 commit
  5. 17 Jun, 2019 2 commits
  6. 13 Jun, 2019 2 commits
  7. 06 Jun, 2019 1 commit
  8. 05 Jun, 2019 3 commits
  9. 04 Jun, 2019 2 commits
  10. 28 May, 2019 2 commits
  11. 27 May, 2019 3 commits
  12. 24 May, 2019 6 commits
  13. 21 May, 2019 2 commits
  14. 25 Apr, 2019 4 commits