-
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
aws_eip: Add 'carrier_ip' attribute #16724
Conversation
efd0844
to
ffa8e06
Compare
Acceptance test output: $ make testacc TEST=./aws/ TESTARGS='-run=TestAccAWSEIP_CarrierIP' ACCTEST_PARALLELISM=2 ==> Checking that code complies with gofmt requirements... TF_ACC=1 go test ./aws -v -count 1 -parallel 2 -run=TestAccAWSEIP_CarrierIP -timeout 120m === RUN TestAccAWSEIP_CarrierIP === PAUSE TestAccAWSEIP_CarrierIP === CONT TestAccAWSEIP_CarrierIP --- PASS: TestAccAWSEIP_CarrierIP (17.36s) PASS ok github.com/terraform-providers/terraform-provider-aws/aws 17.450s
ffa8e06
to
b877df5
Compare
Acceptance test output: $ make testacc TEST=./aws/ TESTARGS='-run=TestAccDataSourceAWSEIP_CarrierIP' ACCTEST_PARALLELISM=2 ==> Checking that code complies with gofmt requirements... TF_ACC=1 go test ./aws -v -count 1 -parallel 2 -run=TestAccDataSourceAWSEIP_CarrierIP -timeout 120m === RUN TestAccDataSourceAWSEIP_CarrierIP === PAUSE TestAccDataSourceAWSEIP_CarrierIP === CONT TestAccDataSourceAWSEIP_CarrierIP --- PASS: TestAccDataSourceAWSEIP_CarrierIP (14.74s) PASS ok github.com/terraform-providers/terraform-provider-aws/aws 14.829s
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, thank you, @ewbankkit 🚀
Output from acceptance testing in AWS Commercial:
--- PASS: TestAccAWSEIP_basic (23.34s)
--- PASS: TestAccAWSEIP_CarrierIP (26.38s)
--- PASS: TestAccAWSEIP_disappears (16.84s)
--- PASS: TestAccAWSEIP_Ec2Classic (211.77s)
--- PASS: TestAccAWSEIP_instance (116.62s)
--- PASS: TestAccAWSEIP_Instance_Reassociate (132.06s)
--- PASS: TestAccAWSEIP_NetworkBorderGroup (24.27s)
--- PASS: TestAccAWSEIP_networkInterface (83.09s)
--- PASS: TestAccAWSEIP_notAssociated (142.81s)
--- PASS: TestAccAWSEIP_PublicIpv4Pool_default (23.41s)
--- PASS: TestAccAWSEIP_tags_Ec2Classic (11.46s)
--- PASS: TestAccAWSEIP_tags_Vpc (31.99s)
--- PASS: TestAccAWSEIP_twoEIPsOneNetworkInterface (84.00s)
--- SKIP: TestAccAWSEIP_CustomerOwnedIpv4Pool (2.65s)
--- SKIP: TestAccAWSEIP_PublicIpv4Pool_custom (0.00s)
--- PASS: TestAccDataSourceAWSEIP_CarrierIP (24.36s)
--- SKIP: TestAccDataSourceAWSEIP_CustomerOwnedIpv4Pool (2.52s)
Output from acceptance testing in AWS GovCloud (US):
--- PASS: TestAccAWSEIP_associated_user_private_ip (228.21s)
--- PASS: TestAccAWSEIP_basic (27.86s)
--- PASS: TestAccAWSEIP_disappears (19.78s)
--- PASS: TestAccAWSEIP_instance (96.92s)
--- PASS: TestAccAWSEIP_Instance_Reassociate (122.67s)
--- PASS: TestAccAWSEIP_NetworkBorderGroup (27.88s)
--- PASS: TestAccAWSEIP_networkInterface (86.32s)
--- PASS: TestAccAWSEIP_notAssociated (126.33s)
--- PASS: TestAccAWSEIP_PublicIpv4Pool_default (26.38s)
--- PASS: TestAccAWSEIP_tags_Vpc (38.76s)
--- PASS: TestAccAWSEIP_twoEIPsOneNetworkInterface (86.89s)
--- SKIP: TestAccAWSEIP_CarrierIP (3.72s)
--- SKIP: TestAccAWSEIP_CustomerOwnedIpv4Pool (5.18s)
--- SKIP: TestAccAWSEIP_Ec2Classic (4.51s)
--- SKIP: TestAccAWSEIP_PublicIpv4Pool_custom (0.00s)
--- SKIP: TestAccAWSEIP_tags_Ec2Classic (4.51s)
--- SKIP: TestAccDataSourceAWSEIP_CarrierIP (3.74s)
--- SKIP: TestAccDataSourceAWSEIP_CustomerOwnedIpv4Pool (4.51s)
This has been released in version 3.22.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 #14518.
Release note for CHANGELOG:
Output from acceptance testing:
us-west-2
The 2 failures are because the default VPC in the region does not have an attached Internet Gateway.
eu-central-1