-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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_ec2_route_table_association: use retry logic on newly created resource #22927
aws_ec2_route_table_association: use retry logic on newly created resource #22927
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.
LGTM 🚀.
% make testacc TESTS=TestAccEC2RouteTableAssociation_ PKG=ec2
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/ec2/... -v -count 1 -parallel 20 -run='TestAccEC2RouteTableAssociation_' -timeout 180m
=== RUN TestAccEC2RouteTableAssociation_Subnet_basic
=== PAUSE TestAccEC2RouteTableAssociation_Subnet_basic
=== RUN TestAccEC2RouteTableAssociation_Subnet_changeRouteTable
=== PAUSE TestAccEC2RouteTableAssociation_Subnet_changeRouteTable
=== RUN TestAccEC2RouteTableAssociation_Gateway_basic
=== PAUSE TestAccEC2RouteTableAssociation_Gateway_basic
=== RUN TestAccEC2RouteTableAssociation_Gateway_changeRouteTable
=== PAUSE TestAccEC2RouteTableAssociation_Gateway_changeRouteTable
=== RUN TestAccEC2RouteTableAssociation_disappears
=== PAUSE TestAccEC2RouteTableAssociation_disappears
=== CONT TestAccEC2RouteTableAssociation_Subnet_basic
=== CONT TestAccEC2RouteTableAssociation_Gateway_changeRouteTable
=== CONT TestAccEC2RouteTableAssociation_disappears
=== CONT TestAccEC2RouteTableAssociation_Gateway_basic
=== CONT TestAccEC2RouteTableAssociation_Subnet_changeRouteTable
--- PASS: TestAccEC2RouteTableAssociation_Subnet_basic (41.46s)
--- PASS: TestAccEC2RouteTableAssociation_Gateway_basic (45.30s)
--- PASS: TestAccEC2RouteTableAssociation_disappears (53.14s)
--- PASS: TestAccEC2RouteTableAssociation_Gateway_changeRouteTable (69.14s)
--- PASS: TestAccEC2RouteTableAssociation_Subnet_changeRouteTable (70.76s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/ec2 74.535s
@thatderek Thanks for the contribution 🎉 👏. |
And thanks for the clean up on that @ewbankkit . I feel like I keep creating more work for you rather than less, but know I'm looking at the changes you do and learning from them for whatever I end up trying to PR next. |
@thatderek No worries. We need to document some of this stuff better. |
This functionality has been released in v4.0.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! |
…-association-retry-logic aws_ec2_route_table_association: use retry logic on newly created resource
backport #22927 thatderek/ec2-vpc-route-table-association to release/3.x
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. |
Community Note
Relates #22479
Closes #21629
Closes #21683
Closes #21978
Output from acceptance testing: