Description
Reviewer feedback:
- Use
testResourcePrefix for all resource names in acceptance test configs
- Replace
Check: with ConfigStateChecks: in all TestStep blocks
- Use
resource.TestCase{PreCheck: ..., ProviderFactories: ...} directly (not the old testCase helper pattern)
Acceptance Criteria
Notes
Upstream PR: integrations#3008
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