terraform/helper/resource
Martin Atkins c835ef8ff3 Update tests for the new ProviderResolver interface
Rather than providing an already-resolved map of plugins to core, we now
provide a "provider resolver" which knows how to resolve a set of provider
dependencies, to be determined later, and produce that map.

This requires the context to be instantiated in a different way, so this
very noisy diff is a mostly-mechanical update of all of the existing
places where contexts get created for testing, using some adapted versions
of the pre-existing utilities for passing in mock providers.
2017-06-09 14:03:59 -07:00
..
error.go helper/resource: Add retries to err message 2017-01-20 11:09:04 -08:00
id.go Fix resource.UniqueId to be properly ordered 2016-11-15 21:58:23 -05:00
id_test.go Fix resource.UniqueId to be properly ordered 2016-11-15 21:58:23 -05:00
map.go ResourceDiff => InstanceDiff 2014-09-17 16:33:24 -07:00
map_test.go helper/resource: automatically validate resources 2014-07-08 10:17:36 -07:00
resource.go ResourceDiff => InstanceDiff 2014-09-17 16:33:24 -07:00
state.go lint errors 2017-04-19 18:19:48 -04:00
state_test.go add test for proper cancelation 2017-04-19 18:07:00 -04:00
testing.go Update tests for the new ProviderResolver interface 2017-06-09 14:03:59 -07:00
testing_config.go testing: Add option to run only a plan on a TestStep configuration 2017-03-22 15:38:21 -05:00
testing_import_state.go core: Add ImportStateIdPrefix field for testing 2017-03-30 18:11:10 -04:00
testing_import_state_test.go helper/resource: pass config when testing import 2017-06-09 14:03:59 -07:00
testing_test.go helper/resource: pass config when testing import 2017-06-09 14:03:59 -07:00
wait.go Another race in resource.Retry 2016-07-29 18:35:54 -04:00
wait_test.go fix tests affected by refreshGracePeriod 2017-04-19 18:07:00 -04:00