-
Notifications
You must be signed in to change notification settings - Fork 9.2k
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
r/aws-lb: Add support for IPv6-only ALB #37700
r/aws-lb: Add support for IPv6-only ALB #37700
Conversation
Community NoteVoting for Prioritization
For Submitters
|
ad34e01
to
b4fae19
Compare
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.
Thank you!
% make testacc TESTS='TestAccELBV2LoadBalancer_updateIPAddressType' PKG=elbv2
make: Verifying source code with gofmt...
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go1.22.2 test ./internal/service/elbv2/... -v -count 1 -parallel 20 -run='TestAccELBV2LoadBalancer_updateIPAddressType' -timeout 360m
=== RUN TestAccELBV2LoadBalancer_updateIPAddressType
=== PAUSE TestAccELBV2LoadBalancer_updateIPAddressType
=== CONT TestAccELBV2LoadBalancer_updateIPAddressType
--- PASS: TestAccELBV2LoadBalancer_updateIPAddressType (326.42s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/elbv2 329.128s
This functionality has been released in v5.53.0 of the Terraform AWS Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Description
Adds support for IPv6-only internet-facing Application Load Balancers (ALBs). These load balancers do not require IPv4 addresses and can be used for clients that can connect using just IPv6 addresses.
Note this was already technically supported in the provider as the
ip_address_type
attribute uses theelbv2.IpAddressType_Values()
function, which was updated with the SDK. This PR adds an appropriate acceptance test and updates the resource documentation to reflect the change.Relations
Closes #37695
References
Output from Acceptance Testing
Full acceptance tests: