mirror of
https://github.com/opentffoundation/opentf.git
synced 2025-12-25 01:00:16 -05:00
Change docs links: /opentf-> /docs (#367)
Signed-off-by: Roman Grinovski <roman.grinovski@gmail.com>
This commit is contained in:
@@ -18,7 +18,7 @@ The result of this function will change every second, so using this function
|
||||
directly with resource attributes will cause a diff to be detected on every
|
||||
OpenTF run. We do not recommend using this function in resource attributes,
|
||||
but in rare cases it can be used in conjunction with
|
||||
[the `ignore_changes` lifecycle meta-argument](/opentf/language/meta-arguments/lifecycle#ignore_changes)
|
||||
[the `ignore_changes` lifecycle meta-argument](/docs/language/meta-arguments/lifecycle#ignore_changes)
|
||||
to take the timestamp only on initial creation of the resource. For more stable
|
||||
time handling, see the [Time Provider](https://registry.terraform.io/providers/hashicorp/time).
|
||||
|
||||
@@ -35,7 +35,7 @@ taken only once the plan is being applied.
|
||||
|
||||
## Related Functions
|
||||
|
||||
* [`formatdate`](/opentf/language/functions/formatdate) can convert the resulting timestamp to
|
||||
* [`formatdate`](/docs/language/functions/formatdate) can convert the resulting timestamp to
|
||||
other date and time formats.
|
||||
* [`plantimestamp`](/opentf/language/functions/plantimestamp) will return a consistent timestamp
|
||||
* [`plantimestamp`](/docs/language/functions/plantimestamp) will return a consistent timestamp
|
||||
representing the date and time during the plan.
|
||||
|
||||
Reference in New Issue
Block a user