-
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/eip, d/eip: add extra computed attributes and BYOIP feature support #6518
Conversation
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.
Thanks for submitting this @mhorbul, this is looking pretty good. Also, thanks for rebasing this on the existing commits from the other pull request. A few tweaks and this should be able to get in. Please let us know if you have questions or do not have time to implement the feedback.
62bde89
to
e68471e
Compare
@bflad Thank you for the feedback. |
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, thanks so much @mhorbul 🚀
--- PASS: TestAccAWSEIP_disappears (4.82s)
--- PASS: TestAccAWSEIP_basic (6.28s)
--- PASS: TestAccAWSEIP_PublicIpv4Pool_default (6.38s)
--- PASS: TestAccDataSourceAwsEip_Id (8.02s)
--- PASS: TestAccDataSourceAwsEip_PublicIP_VPC (8.07s)
--- PASS: TestAccDataSourceAwsEip_Filter (8.52s)
--- PASS: TestAccDataSourceAwsEip_Tags (10.98s)
--- PASS: TestAccAWSEIP_tags (11.09s)
--- PASS: TestAccDataSourceAwsEip_PublicIP_EC2Classic (16.28s)
--- PASS: TestAccAWSEIP_twoEIPsOneNetworkInterface (27.45s)
--- PASS: TestAccAWSEIP_network_interface (28.22s)
--- PASS: TestAccDataSourceAwsEip_NetworkInterface (28.60s)
--- PASS: TestAccAWSEIP_importVpc (33.78s)
--- PASS: TestAccAWSEIP_associated_user_private_ip (137.23s)
--- PASS: TestAccDataSourceAwsEip_Instance (150.10s)
--- PASS: TestAccAWSEIP_instance (182.89s)
--- PASS: TestAccAWSEIP_importEc2Classic (232.48s)
--- PASS: TestAccAWSEIP_classic_disassociate (291.84s)
This has been released in version 1.46.0 of the AWS provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks! |
Fixes #6251
Fixes #4551
supersedes #6463
Credits to @kl4w for data attributes work
Changes proposed in this pull request:
Output from acceptance testing: