mirror of
https://github.com/opentffoundation/opentf.git
synced 2025-12-25 01:00:16 -05:00
Update website/docs/language/functions (#227)
Signed-off-by: Marcin Białoń <mbialon@spacelift.io>
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user