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:
parent
f1803ba4b6
commit
115cf4744a
|
@ -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 `-`.
|
* `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.
|
* `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