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

feat(modules/vpc): Adding IPv6 support to the vpc module #30

Merged
merged 9 commits into from
Aug 1, 2024

Conversation

pavelrn
Copy link
Contributor

@pavelrn pavelrn commented Jul 30, 2024

Description

vpc module now supports:

  • Using IPv6 Unique Local Addresses (ULA) for private connectivity
  • Using IPv6 Globally Unique Addresses (GUA) for external connectivity
  • Using IPv6 addresses in the network firewall rules

Motivation and Context

Enabling networks that rely on IPv6 connectivity.

How Has This Been Tested?

Creating and deleting resources according to the example usage (see README).

Screenshots (if appropriate)

N/A

Types of changes

New feature (non-breaking change which adds functionality)

Checklist

  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes if appropriate.
  • All new and existing tests passed.

@pavelrn pavelrn requested a review from a team as a code owner July 30, 2024 11:30
@pavelrn pavelrn added the enhancement New feature or request label Jul 30, 2024
@pavelrn pavelrn self-assigned this Jul 31, 2024
modules/vpc/variables.tf Outdated Show resolved Hide resolved
modules/vpc/variables.tf Outdated Show resolved Hide resolved
@pavelrn pavelrn linked an issue Aug 1, 2024 that may be closed by this pull request
@pavelrn pavelrn merged commit bbd9e72 into main Aug 1, 2024
41 checks passed
@pavelrn pavelrn deleted the feature/ipv6-vpc branch August 1, 2024 10:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add IPv6 support for the vpc module
2 participants