docs: remove link to HCL2 `timestamp` function (#13999)

The `timestamp` HCL2 function was never part of the set of supported
functions.
This commit is contained in:
Luiz Aoqui 2022-08-04 10:07:51 -04:00 committed by GitHub
parent 838f5515d4
commit 8f05a55def
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -102,5 +102,3 @@ configuration as needed:
- [`format`](/docs/job-specification/hcl2/functions/string/format) is a more general formatting function for arbitrary
data.
- [`timestamp`](/docs/job-specification/hcl2/functions/datetime/timestamp) returns the current date and time in a format
suitable for input to `formatdate`.