Documentation
¶
Overview ¶
Package funcs provides the expression functions exposed by application HCL evaluation contexts.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MakeEnvFunc ¶
MakeEnvFunc returns an HCL function that reads an environment variable by name and accepts an optional fallback string. The fallback is returned when the variable is unset or contains an empty value. If no fallback is provided, an unset or empty variable returns an empty string.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.