• 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
Name
Last commit
Last update
..
complete-vpc Loading commit data...
ipv6 Loading commit data...
issue-108-route-already-exists Loading commit data...
issue-224-vpcendpoint-apigw Loading commit data...
issue-44-asymmetric-private-subnets Loading commit data...
issue-46-no-private-subnets Loading commit data...
manage-default-vpc Loading commit data...
network-acls Loading commit data...
secondary-cidr-blocks Loading commit data...
simple-vpc Loading commit data...
test_fixture Loading commit data...
vpc-separate-private-route-tables Loading commit data...