terraform/helper/resource
Martin Atkins 1908aff476 helper/resource: Fix duplicated function testConfig
An earlier change introduced a new function testConfig to the main code
for this package, which conflicted with a function of the same name in
the test code.

Here we rename the function from the test code, allowing for the more
generally-named testConfig to be the one in the main code.
2018-10-16 19:14:11 -07:00
..
error.go helper/resource: Add retries to err message 2017-01-20 11:09:04 -08: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
map.go ResourceDiff => InstanceDiff 2014-09-17 16:33:24 -07:00
map_test.go helper/resource: Fix duplicated function testConfig 2018-10-16 19:14:11 -07:00
resource.go ResourceDiff => InstanceDiff 2014-09-17 16:33:24 -07:00
state.go helper/resource: fix ungrammatical doc comment in StateChangeConf 2017-11-08 09:43:36 -08:00
state_test.go add test for proper cancelation 2017-04-19 18:07:00 -04:00
testing.go terraform: More wiring in of new provider types 2018-10-16 19:12:54 -07:00
testing_config.go terraform: Ugly huge change to weave in new State and Plan types 2018-10-16 19:11:09 -07:00
testing_import_state.go terraform: Ugly huge change to weave in new State and Plan types 2018-10-16 19:11:09 -07:00
testing_import_state_test.go unused variable 2017-12-26 14:32:57 -05:00
testing_test.go helper/resource: Add ParallelTest() function to allow opt-in acceptance testing concurrency with t.Parallel() 2018-08-15 15:00:27 -04: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