terraform/helper/resource
James Bardin 60ea42cd1c Add testProviderConfig to import tests
Provider import tests previously didn't have to supply a config, but
terraform now requires the provider to be declared for discovery.

testProviderConfig returns a stub config with provider blocks based
on the TestCase Providers. This allows basic import tests in providers
to remain unchanged.
2017-07-07 16:16:35 -04:00
..
error.go
id.go Fix resource.UniqueId to be properly ordered over multiple runs 2017-06-15 08:09:23 -07:00
id_test.go Fix resource.UniqueId to be properly ordered over multiple runs 2017-06-15 08:09:23 -07:00
map.go
map_test.go
resource.go
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 Add testProviderConfig to import tests 2017-07-07 16:16:35 -04:00
testing_config.go
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
wait_test.go fix tests affected by refreshGracePeriod 2017-04-19 18:07:00 -04:00