You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Using new `-upload-name` when publishing with `hc-releases`
* Updating dependencies
* Regenerated doc
* Updating CHANGELOG for 3.1.1
* Update CHANGELOG.md
Co-authored-by: Brian Flad <[email protected]>
Co-authored-by: Brian Flad <[email protected]>
-**byte_length** (Number) The number of random bytes to produce. The minimum value is 1, which produces eight bits of randomness.
66
+
-`byte_length` (Number) The number of random bytes to produce. The minimum value is 1, which produces eight bits of randomness.
67
67
68
68
### Optional
69
69
70
-
-**keepers** (Map of String) Arbitrary map of values that, when changed, will trigger recreation of resource. See [the main provider documentation](../index.html) for more information.
71
-
-**prefix** (String) Arbitrary string to prefix the output value with. This string is supplied as-is, meaning it is not guaranteed to be URL-safe or base64 encoded.
70
+
-`keepers` (Map of String) Arbitrary map of values that, when changed, will trigger recreation of resource. See [the main provider documentation](../index.html) for more information.
71
+
-`prefix` (String) Arbitrary string to prefix the output value with. This string is supplied as-is, meaning it is not guaranteed to be URL-safe or base64 encoded.
72
72
73
73
### Read-Only
74
74
75
-
-**b64_std** (String) The generated id presented in base64 without additional transformations.
76
-
-**b64_url** (String) The generated id presented in base64, using the URL-friendly character set: case-sensitive letters, digits and the characters `_` and `-`.
77
-
-**dec** (String) The generated id presented in non-padded decimal digits.
78
-
-**hex** (String) The generated id presented in padded hexadecimal digits. This result will always be twice as long as the requested byte length.
79
-
-**id** (String) The generated id presented in base64 without additional transformations or prefix.
75
+
-`b64_std` (String) The generated id presented in base64 without additional transformations.
76
+
-`b64_url` (String) The generated id presented in base64, using the URL-friendly character set: case-sensitive letters, digits and the characters `_` and `-`.
77
+
-`dec` (String) The generated id presented in non-padded decimal digits.
78
+
-`hex` (String) The generated id presented in padded hexadecimal digits. This result will always be twice as long as the requested byte length.
79
+
-`id` (String) The generated id presented in base64 without additional transformations or prefix.
-**max** (Number) The maximum inclusive value of the range.
49
-
-**min** (Number) The minimum inclusive value of the range.
48
+
-`max` (Number) The maximum inclusive value of the range.
49
+
-`min` (Number) The minimum inclusive value of the range.
50
50
51
51
### Optional
52
52
53
-
-**keepers** (Map of String) Arbitrary map of values that, when changed, will trigger recreation of resource. See [the main provider documentation](../index.html) for more information.
54
-
-**seed** (String) A custom seed to always produce the same value.
53
+
-`keepers` (Map of String) Arbitrary map of values that, when changed, will trigger recreation of resource. See [the main provider documentation](../index.html) for more information.
54
+
-`seed` (String) A custom seed to always produce the same value.
55
55
56
56
### Read-Only
57
57
58
-
-**id** (String) The string representation of the integer result.
59
-
-**result** (Number) The random integer result.
58
+
-`id` (String) The string representation of the integer result.
-**length** (Number) The length of the string desired.
39
+
-`length` (Number) The length of the string desired.
40
40
41
41
### Optional
42
42
43
-
-**keepers** (Map of String) Arbitrary map of values that, when changed, will trigger recreation of resource. See [the main provider documentation](../index.html) for more information.
44
-
-**lower** (Boolean) Include lowercase alphabet characters in the result. Default value is `true`.
45
-
-**min_lower** (Number) Minimum number of lowercase alphabet characters in the result. Default value is `0`.
46
-
-**min_numeric** (Number) Minimum number of numeric characters in the result. Default value is `0`.
47
-
-**min_special** (Number) Minimum number of special characters in the result. Default value is `0`.
48
-
-**min_upper** (Number) Minimum number of uppercase alphabet characters in the result. Default value is `0`.
49
-
-**number** (Boolean) Include numeric characters in the result. Default value is `true`.
50
-
-**override_special** (String) Supply your own list of special characters to use for string generation. This overrides the default character list in the special argument. The `special` argument must still be set to true for any overwritten characters to be used in generation.
51
-
-**special** (Boolean) Include special characters in the result. These are `!@#$%&*()-_=+[]{}<>:?`. Default value is `true`.
52
-
-**upper** (Boolean) Include uppercase alphabet characters in the result. Default value is `true`.
43
+
-`keepers` (Map of String) Arbitrary map of values that, when changed, will trigger recreation of resource. See [the main provider documentation](../index.html) for more information.
44
+
-`lower` (Boolean) Include lowercase alphabet characters in the result. Default value is `true`.
45
+
-`min_lower` (Number) Minimum number of lowercase alphabet characters in the result. Default value is `0`.
46
+
-`min_numeric` (Number) Minimum number of numeric characters in the result. Default value is `0`.
47
+
-`min_special` (Number) Minimum number of special characters in the result. Default value is `0`.
48
+
-`min_upper` (Number) Minimum number of uppercase alphabet characters in the result. Default value is `0`.
49
+
-`number` (Boolean) Include numeric characters in the result. Default value is `true`.
50
+
-`override_special` (String) Supply your own list of special characters to use for string generation. This overrides the default character list in the special argument. The `special` argument must still be set to true for any overwritten characters to be used in generation.
51
+
-`special` (Boolean) Include special characters in the result. These are `!@#$%&*()-_=+[]{}<>:?`. Default value is `true`.
52
+
-`upper` (Boolean) Include uppercase alphabet characters in the result. Default value is `true`.
53
53
54
54
### Read-Only
55
55
56
-
-**id** (String) A static value used internally by Terraform, this should not be referenced in configurations.
57
-
-**result** (String, Sensitive) The generated random string.
56
+
-`id` (String) A static value used internally by Terraform, this should not be referenced in configurations.
57
+
-`result` (String, Sensitive) The generated random string.
-**keepers** (Map of String) Arbitrary map of values that, when changed, will trigger recreation of resource. See [the main provider documentation](../index.html) for more information.
49
-
-**length** (Number) The length (in words) of the pet name.
50
-
-**prefix** (String) A string to prefix the name with.
51
-
-**separator** (String) The character to separate words in the pet name.
48
+
-`keepers` (Map of String) Arbitrary map of values that, when changed, will trigger recreation of resource. See [the main provider documentation](../index.html) for more information.
49
+
-`length` (Number) The length (in words) of the pet name.
50
+
-`prefix` (String) A string to prefix the name with.
51
+
-`separator` (String) The character to separate words in the pet name.
-**input** (List of String) The list of strings to shuffle.
35
+
-`input` (List of String) The list of strings to shuffle.
36
36
37
37
### Optional
38
38
39
-
-**keepers** (Map of String) Arbitrary map of values that, when changed, will trigger recreation of resource. See [the main provider documentation](../index.html) for more information.
40
-
-**result_count** (Number) The number of results to return. Defaults to the number of items in the `input` list. If fewer items are requested, some elements will be excluded from the result. If more items are requested, items will be repeated in the result but not more frequently than the number of items in the input list.
41
-
-**seed** (String) Arbitrary string with which to seed the random number generator, in order to produce less-volatile permutations of the list.
39
+
-`keepers` (Map of String) Arbitrary map of values that, when changed, will trigger recreation of resource. See [the main provider documentation](../index.html) for more information.
40
+
-`result_count` (Number) The number of results to return. Defaults to the number of items in the `input` list. If fewer items are requested, some elements will be excluded from the result. If more items are requested, items will be repeated in the result but not more frequently than the number of items in the input list.
41
+
-`seed` (String) Arbitrary string with which to seed the random number generator, in order to produce less-volatile permutations of the list.
42
42
43
43
**Important:** Even with an identical seed, it is not guaranteed that the same permutation will be produced across different versions of Terraform. This argument causes the result to be *less volatile*, but not fixed for all time.
44
44
45
45
### Read-Only
46
46
47
-
-**id** (String) A static value used internally by Terraform, this should not be referenced in configurations.
48
-
-**result** (List of String) Random permutation of the list of strings given in `input`.
47
+
-`id` (String) A static value used internally by Terraform, this should not be referenced in configurations.
48
+
-`result` (List of String) Random permutation of the list of strings given in `input`.
-**length** (Number) The length of the string desired.
34
+
-`length` (Number) The length of the string desired.
35
35
36
36
### Optional
37
37
38
-
-**keepers** (Map of String) Arbitrary map of values that, when changed, will trigger recreation of resource. See [the main provider documentation](../index.html) for more information.
39
-
-**lower** (Boolean) Include lowercase alphabet characters in the result. Default value is `true`.
40
-
-**min_lower** (Number) Minimum number of lowercase alphabet characters in the result. Default value is `0`.
41
-
-**min_numeric** (Number) Minimum number of numeric characters in the result. Default value is `0`.
42
-
-**min_special** (Number) Minimum number of special characters in the result. Default value is `0`.
43
-
-**min_upper** (Number) Minimum number of uppercase alphabet characters in the result. Default value is `0`.
44
-
-**number** (Boolean) Include numeric characters in the result. Default value is `true`.
45
-
-**override_special** (String) Supply your own list of special characters to use for string generation. This overrides the default character list in the special argument. The `special` argument must still be set to true for any overwritten characters to be used in generation.
46
-
-**special** (Boolean) Include special characters in the result. These are `!@#$%&*()-_=+[]{}<>:?`. Default value is `true`.
47
-
-**upper** (Boolean) Include uppercase alphabet characters in the result. Default value is `true`.
38
+
-`keepers` (Map of String) Arbitrary map of values that, when changed, will trigger recreation of resource. See [the main provider documentation](../index.html) for more information.
39
+
-`lower` (Boolean) Include lowercase alphabet characters in the result. Default value is `true`.
40
+
-`min_lower` (Number) Minimum number of lowercase alphabet characters in the result. Default value is `0`.
41
+
-`min_numeric` (Number) Minimum number of numeric characters in the result. Default value is `0`.
42
+
-`min_special` (Number) Minimum number of special characters in the result. Default value is `0`.
43
+
-`min_upper` (Number) Minimum number of uppercase alphabet characters in the result. Default value is `0`.
44
+
-`number` (Boolean) Include numeric characters in the result. Default value is `true`.
45
+
-`override_special` (String) Supply your own list of special characters to use for string generation. This overrides the default character list in the special argument. The `special` argument must still be set to true for any overwritten characters to be used in generation.
46
+
-`special` (Boolean) Include special characters in the result. These are `!@#$%&*()-_=+[]{}<>:?`. Default value is `true`.
47
+
-`upper` (Boolean) Include uppercase alphabet characters in the result. Default value is `true`.
-**keepers** (Map of String) Arbitrary map of values that, when changed, will trigger recreation of resource. See [the main provider documentation](../index.html) for more information.
35
+
-`keepers` (Map of String) Arbitrary map of values that, when changed, will trigger recreation of resource. See [the main provider documentation](../index.html) for more information.
36
36
37
37
### Read-Only
38
38
39
-
-**id** (String) The generated uuid presented in string format.
40
-
-**result** (String) The generated uuid presented in string format.
39
+
-`id` (String) The generated uuid presented in string format.
40
+
-`result` (String) The generated uuid presented in string format.
0 commit comments