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 support for enabling primary ipv6 address on EC2 instance #36425

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Commits on Mar 16, 2024

  1. Configuration menu
    Copy the full SHA
    162a6a3 View commit details
    Browse the repository at this point in the history
  2. ec2_instance: Add enable_primary_ipv6 field

    The first ipv6 address will be marked immutable and can not be removed
    untill the instance is terminated
    arianvp committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    d9c6520 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    03ca5f3 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2024

  1. Configuration menu
    Copy the full SHA
    6ba9cb9 View commit details
    Browse the repository at this point in the history
  2. Fix typo

    arianvp committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    4b05431 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d2c1a99 View commit details
    Browse the repository at this point in the history
  4. Enable ForceNew for enable_primary_ipv6

    Once this boolean is set to true it can not be set to false without
    recreating the network interface.
    
    IDK how to model it being false by default though
    arianvp committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    d7fd68e View commit details
    Browse the repository at this point in the history
  5. add AtLeastOneOf

    arianvp committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    c39f0cf View commit details
    Browse the repository at this point in the history