terraform/builtin/providers/random
James Nugent a0c5d42fa4 provider/random: Separate read from create
We now generate the read operation which sets the various encodings of
the random value such that adding new ones does not require generating a
new random value.

We also verify that these are set correctly via the acceptance tests.
2016-11-06 17:05:11 -06:00
..
provider.go
provider_test.go
resource_id.go provider/random: Separate read from create 2016-11-06 17:05:11 -06:00
resource_id_test.go provider/random: Separate read from create 2016-11-06 17:05:11 -06:00
resource_shuffle.go
resource_shuffle_test.go
seed.go