-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
tests/vpc: Fix hardcoded regions, clean up EC2 public/private suffixes #16582
Conversation
476136b
to
35979ce
Compare
b819c30
to
3a9f7d1
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.
Might be good to adjust the configurations to be self-contained while we are adjusting them here. 👍
PR needs rebase 👍 |
3a9f7d1
to
cef0e3d
Compare
@bflad Tests after fixes: us-west-2
GovCloud
|
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 🚀
Output from acceptance testing:
--- PASS: TestAccAWSDefaultVpcDhcpOptions_basic (35.81s)
--- PASS: TestAccAWSDHCPOptions_basic (31.97s)
--- PASS: TestAccAWSDHCPOptions_deleteOptions (23.73s)
--- PASS: TestAccAWSDHCPOptions_disappears (24.62s)
--- PASS: TestAccAWSDHCPOptions_tags (56.80s)
--- PASS: TestAccAWSDHCPOptionsAssociation_basic (19.33s)
--- PASS: TestAccAWSDHCPOptionsAssociation_disappears_dhcp (22.95s)
--- PASS: TestAccAWSDHCPOptionsAssociation_disappears_vpc (16.56s)
--- FAIL: TestAccAWSEIP_Instance_Reassociate (319.41s) # unrelated; quota
--- FAIL: TestAccAWSEIP_NetworkBorderGroup (16.60s) # unrelated; quota
--- FAIL: TestAccAWSEIP_PublicIpv4Pool_default (41.14s) # unrelated; quota
--- PASS: TestAccAWSEIP_associated_user_private_ip (209.75s)
--- PASS: TestAccAWSEIP_basic (44.41s)
--- PASS: TestAccAWSEIP_CarrierIP (40.76s)
--- PASS: TestAccAWSEIP_disappears (23.98s)
--- PASS: TestAccAWSEIP_Ec2Classic (239.21s)
--- PASS: TestAccAWSEIP_instance (97.75s)
--- PASS: TestAccAWSEIP_networkInterface (97.34s)
--- PASS: TestAccAWSEIP_notAssociated (147.34s)
--- PASS: TestAccAWSEIP_tags_Ec2Classic (23.29s)
--- PASS: TestAccAWSEIP_tags_Vpc (57.91s)
--- PASS: TestAccAWSEIP_twoEIPsOneNetworkInterface (97.35s)
--- SKIP: TestAccAWSEIP_CustomerOwnedIpv4Pool (1.55s)
--- SKIP: TestAccAWSEIP_PublicIpv4Pool_custom (0.00s)
--- PASS: TestAccAWSEIPAssociation_basic (197.20s)
--- PASS: TestAccAWSEIPAssociation_disappears (117.31s)
--- PASS: TestAccAWSEIPAssociation_ec2Classic (254.86s)
--- PASS: TestAccAWSEIPAssociation_instance (115.70s)
--- PASS: TestAccAWSEIPAssociation_networkInterface (93.34s)
--- PASS: TestAccAWSEIPAssociation_spotInstance (110.76s)
--- PASS: TestAccAWSENI_attached (113.97s)
--- PASS: TestAccAWSENI_basic (64.18s)
--- PASS: TestAccAWSENI_computedIPs (69.64s)
--- PASS: TestAccAWSENI_disappears (59.41s)
--- PASS: TestAccAWSENI_ignoreExternalAttachment (140.02s)
--- PASS: TestAccAWSENI_ipv6 (117.78s)
--- PASS: TestAccAWSENI_ipv6_count (125.94s)
--- PASS: TestAccAWSENI_PrivateIpsCount (110.51s)
--- PASS: TestAccAWSENI_sourceDestCheck (108.07s)
--- PASS: TestAccAWSENI_tags (113.92s)
--- PASS: TestAccAWSENI_updatedDescription (94.69s)
--- PASS: TestAccDataSourceAWSEIP_CarrierIP (37.86s)
--- PASS: TestAccDataSourceAWSEIP_Filter (36.61s)
--- PASS: TestAccDataSourceAWSEIP_Id (37.93s)
--- PASS: TestAccDataSourceAWSEIP_Instance (173.05s)
--- PASS: TestAccDataSourceAWSEIP_NetworkInterface (88.01s)
--- PASS: TestAccDataSourceAWSEIP_PublicIP_EC2Classic (43.54s)
--- PASS: TestAccDataSourceAWSEIP_PublicIP_VPC (36.95s)
--- PASS: TestAccDataSourceAWSEIP_Tags (37.69s)
--- SKIP: TestAccDataSourceAWSEIP_CustomerOwnedIpv4Pool (1.73s)
This has been released in version 3.25.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 for triage. Thanks! |
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! |
Community Note
Relates #12995 Phase 2
Next level: GovCloud &
us-west-2
&us-east-1
Release note for CHANGELOG:
Tests:
GovCloud
us-west-2
us-east-1