From ee0ba780e86a2e4b92bd75e1d17dba9e51182bab Mon Sep 17 00:00:00 2001 From: Ori Hoch Date: Thu, 12 Oct 2023 18:34:00 +0300 Subject: [PATCH] Update website/docs/language/functions/uuid.mdx Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com> --- website/docs/language/functions/uuid.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/language/functions/uuid.mdx b/website/docs/language/functions/uuid.mdx index 6199bde47c..08a3471e52 100644 --- a/website/docs/language/functions/uuid.mdx +++ b/website/docs/language/functions/uuid.mdx @@ -7,7 +7,7 @@ description: The uuid function generates a unique id. `uuid` generates UUID-format strings using random bytes. -It is not intended to be RFC compliant, merely to use a well-understood string representation of a 128-bit value. +The function generates a well-understood string representation of a 128-bit value, but the output is not RFC-compliant. This function produces a new value each time it is called, and so using it directly in resource arguments will result in spurious diffs. We do not