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

Fix migration to terraform-plugin-testing causes panic in existing test suite #1167

Merged
merged 3 commits into from
Mar 16, 2023

Commits on Mar 9, 2023

  1. helper/resource: Deprecating NotFoundError, UnexpectedStateError, Tim…

    …eoutError, StateRefreshFunc, StateChangeConf, RetryFunc, RetryContext, Retry, RetryError, RetryableError and NonRetryableError
    
    Equivalent types and functions are now available in the helper/retry package (#1166)
    bendbennett committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    1ab58e4 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2023

  1. Configuration menu
    Copy the full SHA
    09f78dc View commit details
    Browse the repository at this point in the history
  2. Responding to code review feedback (#1167)

    * Expanding aliases to include helper/id
    
    * Expanding contents of changie notes and adding enhancement entries
    
    * Updating documentation to refer to import of helper/retry
    bendbennett committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    240ad29 View commit details
    Browse the repository at this point in the history