hashicorp / terraform-provider-aws

The AWS Provider enables Terraform to manage AWS resources.
https://registry.terraform.io/providers/hashicorp/aws
Mozilla Public License 2.0
9.74k stars 9.1k forks source link

Technical debt: Add missing '_disappears' acceptance test cases #13826

Closed ewbankkit closed 2 years ago

ewbankkit commented 4 years ago

Community Note

Description

A resource's _disappears acceptance test case verifies that the provider correctly accounts for the resource being deleted outside of Terraform. Incorrectly handling this scenario can lead to provider crashes or having to manually taint or delete resource from state.

A number of resource do not have a _disappears acceptance test case. Add relevant tests cases for these resources.

Affected Resources

Ideally any submissions for this should be split up per AWS service to ease review and merge process.

An initial list (grep -L _disappears aws/resource_*_test.go | grep -v migrate_test):

References

github-actions[bot] commented 2 years ago

This functionality has been released in v3.71.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[bot] commented 2 years ago

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