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
{{ message }}
This repository was archived by the owner on Apr 15, 2026. It is now read-only.
Description
Reviewer feedback:
testResourcePrefixfor all resource names in acceptance test configsCheck:withConfigStateChecks:in allTestStepblocksresource.TestCase{PreCheck: ..., ProviderFactories: ...}directly (not the oldtestCasehelper pattern)Acceptance Criteria
testResourcePrefixCheck: resource.ComposeTestCheckFunc(...)replaced withConfigStateChecks: []statecheck.StateCheck{...}resource.TestCase{...}directlymake buildpasses (acceptance tests don't need to run locally)Notes
Upstream PR: integrations#3008