-
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/apigateway_vpc_link: move stateConf to internal/service/apigateway and update delete target status #20441
Conversation
…s for delete waiter
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 🚀.
Commercial
% make testacc TEST=./aws TESTARGS='-run=TestAccAWSAPIGatewayVpcLink_'
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./aws -v -count 1 -parallel 20 -run=TestAccAWSAPIGatewayVpcLink_ -timeout 180m
=== RUN TestAccAWSAPIGatewayVpcLink_basic
=== PAUSE TestAccAWSAPIGatewayVpcLink_basic
=== RUN TestAccAWSAPIGatewayVpcLink_tags
=== PAUSE TestAccAWSAPIGatewayVpcLink_tags
=== RUN TestAccAWSAPIGatewayVpcLink_disappears
=== PAUSE TestAccAWSAPIGatewayVpcLink_disappears
=== CONT TestAccAWSAPIGatewayVpcLink_basic
=== CONT TestAccAWSAPIGatewayVpcLink_disappears
=== CONT TestAccAWSAPIGatewayVpcLink_tags
--- PASS: TestAccAWSAPIGatewayVpcLink_basic (701.63s)
--- PASS: TestAccAWSAPIGatewayVpcLink_disappears (716.03s)
--- PASS: TestAccAWSAPIGatewayVpcLink_tags (734.25s)
PASS
ok github.com/terraform-providers/terraform-provider-aws/aws 738.059s
GovCloud
% make testacc TEST=./aws TESTARGS='-run=TestAccAWSAPIGatewayVpcLink_'
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./aws -v -count 1 -parallel 20 -run=TestAccAWSAPIGatewayVpcLink_ -timeout 180m
=== RUN TestAccAWSAPIGatewayVpcLink_basic
=== PAUSE TestAccAWSAPIGatewayVpcLink_basic
=== RUN TestAccAWSAPIGatewayVpcLink_tags
=== PAUSE TestAccAWSAPIGatewayVpcLink_tags
=== RUN TestAccAWSAPIGatewayVpcLink_disappears
=== PAUSE TestAccAWSAPIGatewayVpcLink_disappears
=== CONT TestAccAWSAPIGatewayVpcLink_basic
=== CONT TestAccAWSAPIGatewayVpcLink_disappears
=== CONT TestAccAWSAPIGatewayVpcLink_tags
--- PASS: TestAccAWSAPIGatewayVpcLink_disappears (685.10s)
--- PASS: TestAccAWSAPIGatewayVpcLink_basic (693.47s)
--- PASS: TestAccAWSAPIGatewayVpcLink_tags (730.27s)
PASS
ok github.com/terraform-providers/terraform-provider-aws/aws 733.910s
Thank you for fixing this issue that was causing us headaches!!! How long till it is in a release usually? |
Hi @lorelei-rupp-imprivata , this will likely be released later today with |
This functionality has been released in v3.53.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. |
Community Note
Closes #20316
Output from acceptance testing before change:
Output from acceptance testing after change: