Merge pull request #18829 from saravanan30erd/issue-18808

issue #18808  docs: update uuid definition - UUID is *not* in in RFC 4122 v4 format.
This commit is contained in:
Kristin Laemmert 2018-09-13 12:30:14 -07:00 committed by GitHub
commit 19f56e3cb4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -419,7 +419,7 @@ The supported built-in functions are:
* `urlencode(string)` - Returns an URL-safe copy of the string.
* `uuid()` - Returns a UUID string in RFC 4122 v4 format. This string will change with every invocation of the function, so in order to prevent diffs on every plan & apply, it must be used with the [`ignore_changes`](/docs/configuration/resources.html#ignore-changes) lifecycle attribute.
* `uuid()` - Returns a random UUID string. This string will change with every invocation of the function, so in order to prevent diffs on every plan & apply, it must be used with the [`ignore_changes`](/docs/configuration/resources.html#ignore-changes) lifecycle attribute.
* `values(map)` - Returns a list of the map values, in the order of the keys
returned by the `keys` function. This function only works on flat maps and