Go to file
Paul Hinze 8c741db144 helper/resource: Consolidate unit test override
I noticed we had two mechanisms for unit test override. One that dropped
a sentinel into the env var, and another with a struct member on
TestCase. This consolidates the two, using the cleaner struct member
internal mechanism and the nicer `resource.UnitTest()` entry point.
2016-07-01 13:08:43 -05:00
test-fixtures provider/terraform: Fix outputs from remote state 2016-06-11 16:53:45 +01:00
data_source_state.go provider/terraform: Fix outputs from remote state 2016-06-11 16:53:45 +01:00
data_source_state_test.go helper/resource: Consolidate unit test override 2016-07-01 13:08:43 -05:00
flatten.go provider/terraform: Fix outputs from remote state 2016-06-11 16:53:45 +01:00
provider.go helper/schema: emit warning when using data source resource shim 2016-05-14 08:26:36 -07:00
provider_test.go providers/terraform: remote state resource 2015-03-11 18:17:47 -05:00