Update website/docs/configuration/functions/timestamp.html.md
Co-authored-by: Matthew Sanabria <24284972+sudomateo@users.noreply.github.com>
This commit is contained in:
parent
9cc658b491
commit
5e35dedc2a
|
@ -13,7 +13,7 @@ description: |-
|
||||||
earlier, see
|
earlier, see
|
||||||
[0.11 Configuration Language: Interpolation Syntax](../../configuration-0-11/interpolation.html).
|
[0.11 Configuration Language: Interpolation Syntax](../../configuration-0-11/interpolation.html).
|
||||||
|
|
||||||
`timestamp` returns the current date and time in UTC.
|
`timestamp` returns a UTC timestamp string in [RFC 3339](https://tools.ietf.org/html/rfc3339) format.
|
||||||
|
|
||||||
In the Terraform language, timestamps are conventionally represented as
|
In the Terraform language, timestamps are conventionally represented as
|
||||||
strings using [RFC 3339](https://tools.ietf.org/html/rfc3339)
|
strings using [RFC 3339](https://tools.ietf.org/html/rfc3339)
|
||||||
|
|
Loading…
Reference in New Issue