-
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_instance: add support for http_protocol_ipv6 to metadata_options #32759
r/aws_instance: add support for http_protocol_ipv6 to metadata_options #32759
Conversation
Community NoteVoting for Prioritization
For Submitters
|
b04f227
to
9d83daa
Compare
9d83daa
to
a80b0de
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.
LGTM 🚀.
% make testacc TESTARGS='-run=TestAccEC2InstanceDataSource_metadataOptions\|TestAccEC2InstanceDataSource_basic\|TestAccEC2Instance_basic\|TestAccEC2Instance_metadataOptions' PKG=ec2 ACCTEST_PARALLELISM=2
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/ec2/... -v -count 1 -parallel 2 -run=TestAccEC2InstanceDataSource_metadataOptions\|TestAccEC2InstanceDataSource_basic\|TestAccEC2Instance_basic\|TestAccEC2Instance_metadataOptions -timeout 180m
=== RUN TestAccEC2InstanceDataSource_basic
=== PAUSE TestAccEC2InstanceDataSource_basic
=== RUN TestAccEC2InstanceDataSource_metadataOptions
=== PAUSE TestAccEC2InstanceDataSource_metadataOptions
=== RUN TestAccEC2Instance_basic
=== PAUSE TestAccEC2Instance_basic
=== RUN TestAccEC2Instance_metadataOptions
=== PAUSE TestAccEC2Instance_metadataOptions
=== RUN TestAccEC2Instance_basicWithSpot
=== PAUSE TestAccEC2Instance_basicWithSpot
=== CONT TestAccEC2InstanceDataSource_basic
=== CONT TestAccEC2Instance_metadataOptions
--- PASS: TestAccEC2InstanceDataSource_basic (120.93s)
=== CONT TestAccEC2Instance_basic
--- PASS: TestAccEC2Instance_basic (132.21s)
=== CONT TestAccEC2Instance_basicWithSpot
--- PASS: TestAccEC2Instance_metadataOptions (277.08s)
=== CONT TestAccEC2InstanceDataSource_metadataOptions
--- PASS: TestAccEC2Instance_basicWithSpot (131.69s)
--- PASS: TestAccEC2InstanceDataSource_metadataOptions (144.97s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/ec2 427.455s
@kadrach Thanks for the contribution 🎉 👏. |
This functionality has been released in v5.12.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 enabling instance metadata IPv6 endpoint (e.g. for use in IPv6-only instances).
Relations
Closes #22332.
Relates #20796.
References
https://aws.amazon.com/blogs/networking-and-content-delivery/introducing-ipv6-only-subnets-and-ec2-instances/
Output from Acceptance Testing