Merge pull request #11683 from mioi/terraform_random_id_doc
Documentation fix for random_id
This commit is contained in:
commit
14bd04d5e9
|
@ -66,4 +66,4 @@ The following attributes are exported:
|
|||
|
||||
* `b64` - The generated id presented in base64, using the URL-friendly character set: case-sensitive letters, digits and the characters `_` and `-`.
|
||||
* `hex` - The generated id presented in padded hexadecimal digits. This result will always be twice as long as the requested byte length.
|
||||
* `decimal` - The generated id presented in non-padded decimal digits.
|
||||
* `dec` - The generated id presented in non-padded decimal digits.
|
||||
|
|
Loading…
Reference in New Issue