Update website/docs/language/functions (#227)

Signed-off-by: Marcin Białoń <mbialon@spacelift.io>
This commit is contained in:
Marcin Białoń
2023-08-30 14:59:37 +02:00
committed by GitHub
parent 19c658c516
commit 554f303899
101 changed files with 312 additions and 388 deletions

View File

@@ -16,7 +16,7 @@ uuidv5(namespace, name)
```
Unlike the pseudo-random UUIDs generated by
[`uuid`](/terraform/language/functions/uuid), name-based UUIDs derive from namespace and an name,
[`uuid`](/opentf/language/functions/uuid), name-based UUIDs derive from namespace and an name,
producing the same UUID value every time if the namespace and name are
unchanged.
@@ -77,4 +77,4 @@ defined it.
## Related Functions
* [`uuid`](/terraform/language/functions/uuid), which generates pseudorandom UUIDs.
* [`uuid`](/opentf/language/functions/uuid), which generates pseudorandom UUIDs.