website: correct the synopsis on the formatdate function page
Was using "format" instead of "formatdate".
This commit is contained in:
parent
cbebb7cdf1
commit
5af8bcff2f
|
@ -15,7 +15,7 @@ earlier, see
|
|||
`formatdate` converts a timestamp into a different time format.
|
||||
|
||||
```hcl
|
||||
format(spec, timestamp)
|
||||
formatdate(spec, timestamp)
|
||||
```
|
||||
|
||||
In the Terraform language, timestamps are conventionally represented as
|
||||
|
|
Loading…
Reference in New Issue