Documentation fix for random_id

This attribute, `decimal`, should actually be `dec`.

reference: a0c5d42fa4/builtin/providers/random/resource_id.go (L54)
This commit is contained in:
mioi hanaoka 2017-02-03 12:53:44 -08:00
parent f1803ba4b6
commit 115cf4744a
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.