Skip to content
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

Merged
merged 2 commits into from
Aug 5, 2021

Conversation

anGie44
Copy link
Contributor

@anGie44 anGie44 commented Aug 4, 2021

Community Note

  • Please vote on this pull request by adding a 👍 reaction to the original pull request comment to help the community and maintainers prioritize this request
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for pull request followers and do not help prioritize the request

Closes #20316

Output from acceptance testing before change:

Error: error waiting for API Gateway VPC Link (63k00x) deletion: couldn't find resource (21 retries)

    testing_new.go:70: Error running post-test destroy, there may be dangling resources: exit status 1

        Error: error waiting for API Gateway VPC Link (63k00x) deletion: couldn't find resource (21 retries)
--- FAIL: TestAccAWSAPIGatewayVpcLink_basic (849.54s)

Output from acceptance testing after change:

--- PASS: TestAccAWSAPIGatewayVpcLink_disappears (704.22s)
--- PASS: TestAccAWSAPIGatewayVpcLink_basic (725.88s)
--- PASS: TestAccAWSAPIGatewayVpcLink_tags (726.58s)
--- PASS: TestAccAWSAPIGatewayUsagePlan_tags (63.22s)

@anGie44 anGie44 added the bug Addresses a defect in current functionality. label Aug 4, 2021
@github-actions github-actions bot added service/apigateway Issues and PRs that pertain to the apigateway service. size/M Managed by automation to categorize the size of a PR. labels Aug 4, 2021
@ewbankkit ewbankkit self-assigned this Aug 4, 2021
Copy link
Contributor

@ewbankkit ewbankkit left a 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

@ewbankkit ewbankkit removed their assignment Aug 4, 2021
@anGie44 anGie44 added this to the v3.53.0 milestone Aug 5, 2021
@anGie44 anGie44 merged commit 2a0f202 into main Aug 5, 2021
@anGie44 anGie44 deleted the b-apigateway-vpclink-status branch August 5, 2021 01:07
github-actions bot pushed a commit that referenced this pull request Aug 5, 2021
@lorelei-rupp-imprivata
Copy link

Thank you for fixing this issue that was causing us headaches!!! How long till it is in a release usually?

@anGie44
Copy link
Contributor Author

anGie44 commented Aug 5, 2021

Hi @lorelei-rupp-imprivata , this will likely be released later today with v3.53.0 of the AWS provider. Our releases are generally every Thursday evening EST.

@github-actions
Copy link

github-actions bot commented Aug 5, 2021

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!

@github-actions
Copy link

github-actions bot commented Sep 5, 2021

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.
If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 5, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Addresses a defect in current functionality. service/apigateway Issues and PRs that pertain to the apigateway service. size/M Managed by automation to categorize the size of a PR.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

resource/aws_api_gateway_vpc_link: Acceptance tests failing since 10 July 2021
3 participants