-
-
Notifications
You must be signed in to change notification settings - Fork 72
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 #55
Add ipv6 support #55
Conversation
ping @srhopkins |
Ping @Gowiem. Only because you were interacting with someone in a previous PR and no one seems to be looking at this :/. |
Co-authored-by: Andriy Knysh <aknysh@users.noreply.github.com>
variable "ipv6_cidr_block" { | ||
type = string | ||
description = "Private IPv6 CIDR block" | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should contain the same additional vars as variables.tf
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I included the enabled portion because we can use that flag, though the ipv6 block is unknown until the vpc is created so I left this out.
/test all |
/test all |
Any updates on this PR? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me. @aknysh could you also review to double check ?
Thanks @cdobbyn for your contribution, your persistence, and your patience! |
what
::/0
) if others think this is necessary. There is no concept of NAT in AWS VPC IPv6.why
references