terraform/builtin/providers/null
Martin Atkins f95dccf1b3 provider/null: null_data_source data source
A companion to the null_resource resource, this is here primarily to
enable manual quick testing of data sources workflows without depending
on any external services.

The "inputs" map gets copied to the computed "outputs" map on read,
"rand" gives a random number to exercise cases with constantly-changing
values (an anti-pattern!), and "has_computed_default" is settable in
config but computed if not set.
2016-05-14 08:26:37 -07:00
..
data_source.go provider/null: null_data_source data source 2016-05-14 08:26:37 -07:00
provider.go provider/null: null_data_source data source 2016-05-14 08:26:37 -07:00
provider_test.go providers/null: null provider 2014-10-04 16:42:43 -07:00
resource.go Merge pull request #3244 from Banno/make-null-resource-more-useful 2015-10-27 13:30:54 -05:00