package
0.11.1
Repository: https://github.com/terramate-io/terramate.git
Documentation: pkg.go.dev

# Functions

AbspathFunc returns the `tm_abspath()` hcl function.
Functions returns all the Terramate default functions.
HCLDecode implements the `tm_hcldecode` function.
HCLEncode implements the `tm_hclencode()` function.
HCLExpressionFunc returns the tm_hcl_expression function.
Name converts the function name into the exported Terramate name.
NoFS returns all Terramate functions but excluding fs-related functions.
Regex is a copy of Terraform [stdlib.RegexFunc] but with cached compiled patterns.
TernaryFunc is the `tm_ternary` function implementation.
TomlDecode implements the `tm_tomldecode` function.
TomlEncode implements the `tm_tomlencode()` function.
TryFunc implements the `tm_try()` function.
VendorFunc returns the `tm_vendor` function.
VersionMatch returns the `tm_version_match` function spec, which checks if the provided version matches the constraint.

# Constants

ErrTomlDecode represents errors happening during decoding of TOML content.
TomlExperimentName is the name for the TOML experiment.