terraform/helper/resource
James Bardin 5238f51dc7 move TestReset mock from terraform to helper
the terraform package doesn't know about TestProvider, so don't put the
hooks in terraform.MockResourceProvider. Wrap the mock in the test where
we need to check the TestProvider functionality.
2017-03-08 17:48:11 -05: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
map_test.go
resource.go
state.go Add more details (Retries) to resource.NotFoundError 2017-01-20 07:08:30 -08:00
state_test.go
testing.go reword TestProvider doc 2017-03-08 17:41:35 -05:00
testing_config.go
testing_import_state.go
testing_import_state_test.go
testing_test.go move TestReset mock from terraform to helper 2017-03-08 17:48:11 -05:00
wait.go
wait_test.go