terraform/helper/resource
Martin Atkins 0573ff6793 helper/resource: pass config when testing import
Previously having a config was mutually exclusive with running an import,
but we need to provide a config so that the provider is declared, or else
we can't actually complete the import in the future world where providers
are installed dynamically based on their declarations.
2017-06-09 14:03:59 -07:00
..
error.go
id.go
id_test.go
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 helper/resource: pass config when testing import 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
wait_test.go fix tests affected by refreshGracePeriod 2017-04-19 18:07:00 -04:00