terraform/builtin/providers/random
Martin Atkins b1de477691 provider/random: random_id resource
This resource generates a cryptographically-strong set of bytes and
provides them as base64, hexadecimal and decimal string representations.
It is intended to be used for generating unique ids for resources
elsewhere in the configuration, and thus the "keepers" would be set to
any ForceNew attributes of the target resources, so that a new id is
generated each time a new resource is generated.
2016-05-14 15:26:42 -07:00
..
provider.go provider/random: random_id resource 2016-05-14 15:26:42 -07:00
provider_test.go New "random" provider, representing randomness 2016-05-14 15:26:38 -07:00
resource_id.go provider/random: random_id resource 2016-05-14 15:26:42 -07:00
resource_id_test.go provider/random: random_id resource 2016-05-14 15:26:42 -07:00