Couper Documentation

edge

Expressions

Since we use HCL 2.0 for our configuration, we are able to use attribute values as expression.

// Arithmetic with literals and application-provided variables.sum = 1 + addend// String interpolation and templates.message = "Hello, ${name}!"// Application-provided functions.shouty_message = upper(message)

See functions.