terraform/helper/resource
Martin Atkins 6b5ca49578 helper: remove a bunch of unused packages, types and functions
With the SDK moving out into its own repository, a lot of the packages
under "helper/" are no longer needed. We still need to keep around just
enough legacy SDK to support the "test" provider and some little bits and
bobs in the backends and provisioners, but a lot of this is now just dead
code.

One of the test provider tests was depending on some validation functions
only because the schema in there was originally copied from a "real"
provider. The validation rules are not actually important for the test,
so I removed them. Otherwise, this removes only dead code.
2020-10-02 09:01:37 -07:00
..
error.go helper/resource: Add retries to err message 2017-01-20 11:09:04 -08:00
grpc_test_provider.go Stop grpc server when running ACC tests 2019-04-29 14:14:04 -04:00
id.go Export a const for validation methods 2018-03-10 12:40:37 -05:00
id_test.go Make failure message more explicit 2018-03-10 21:53:54 -05:00
state.go grammatical updates to comments and docs (#20195) 2019-03-21 14:05:41 -07:00
state_shim.go remove depends_on from helper test shims 2020-05-14 15:57:16 -04:00
state_shim_test.go remove depends_on from helper test shims 2020-05-14 15:57:16 -04:00
state_test.go add test for proper cancelation 2017-04-19 18:07:00 -04:00
testing.go Mildwonkey/tests (#24548) 2020-04-06 09:24:23 -07:00
testing_config.go remove Refresh steps from legacy provider tests 2020-09-17 09:55:00 -04:00
testing_import_state.go Mildwonkey/ps import (#24412) 2020-03-20 08:15:29 -04:00
testing_import_state_test.go skip resource tests for now 2018-10-31 14:17:23 -04:00
testing_test.go Mildwonkey/tests (#24548) 2020-04-06 09:24:23 -07:00
wait.go Fixing small typo in resource/wait.go 2018-03-14 17:33:03 +01:00
wait_test.go fix tests affected by refreshGracePeriod 2017-04-19 18:07:00 -04:00