You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please vote on this issue by adding a 👍 reaction to the original issue 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 issue followers and do not help prioritize the request
If you are interested in working on this issue or have submitted a pull request, please leave a comment
Description
The (*github.com/hashicorp/terraform-plugin-sdk/v2/helper/resource.StateChangeConf).WaitForState() receiver method is deprecated in preference of the context-aware WaitForStateContext(). The new functionality is not available in version 1 of the Terraform Plugin SDK so this check should only flag version 2 usage of WaitForState.
bflad
changed the title
New Check: V2 (*resource.StateChangeConf).WaitForState Deprecation
New Check: V2 (*resource.StateChangeConf).WaitForState() Deprecation
Aug 5, 2020
Community Note
Description
The
(*github.com/hashicorp/terraform-plugin-sdk/v2/helper/resource.StateChangeConf).WaitForState()
receiver method is deprecated in preference of the context-awareWaitForStateContext()
. The new functionality is not available in version 1 of the Terraform Plugin SDK so this check should only flag version 2 usage ofWaitForState
.New or Affected Checks(s)
Flagged Provider Code
Passing Provider Code
References
The text was updated successfully, but these errors were encountered: