Merge pull request #11683 from mioi/terraform_random_id_doc

Documentation fix for random_id
This commit is contained in:
Jake Champlin 2017-02-03 18:26:17 -05:00 committed by GitHub
commit 14bd04d5e9
1 changed files with 1 additions and 1 deletions

View File

@ -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.