Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add IPv6 support #317

Merged
merged 10 commits into from
Sep 2, 2019
Merged

Add IPv6 support #317

merged 10 commits into from
Sep 2, 2019

Commits on Jul 8, 2019

  1. 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.
    dekimsey authored and StephenKing committed Jul 8, 2019
    Configuration menu
    Copy the full SHA
    9d2f244 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ad3957 View commit details
    Browse the repository at this point in the history
  3. Remove redundant parameter assign_generated_ipv6_cidr_block

    This is needed exactly when var.enable_ipv6 is true.
    StephenKing committed Jul 8, 2019
    Configuration menu
    Copy the full SHA
    d7dcc9e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0fe6199 View commit details
    Browse the repository at this point in the history
  5. Be picky about spelling

    StephenKing committed Jul 8, 2019
    Configuration menu
    Copy the full SHA
    47b694d View commit details
    Browse the repository at this point in the history
  6. Revert unrelated change

    StephenKing committed Jul 8, 2019
    Configuration menu
    Copy the full SHA
    5b20e5c View commit details
    Browse the repository at this point in the history
  7. More IPv6 spelling

    StephenKing committed Jul 8, 2019
    Configuration menu
    Copy the full SHA
    e448434 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2019

  1. Configuration menu
    Copy the full SHA
    425b190 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c451448 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a460e0c View commit details
    Browse the repository at this point in the history