terraform/builtin/providers/terraform
Martin Atkins 861ac536dd provider/template: convert resources to data sources
The template resources don't actually need to retain any state, so they
are good candidates to be data sources.

This includes a few tweaks to the acceptance tests -- now configured to
run as unit tests -- since it seems that they have been slightly broken
for a while now. In particular, the "update" cases are no longer tested
because updating is not a meaningful operation for a data source.
2016-07-08 17:11:17 +01:00
..
test-fixtures provider/terraform: Fix outputs from remote state 2016-06-11 16:53:45 +01:00
data_source_state.go Fix panic when there is no remote state 2016-07-07 16:20:35 -04:00
data_source_state_test.go provider/template: convert resources to data sources 2016-07-08 17:11:17 +01: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