Skip to main content

evaluate_raw_expr

Function evaluate_raw_expr 

Source
pub fn evaluate_raw_expr(
    expr_str: &str,
    ctx: &Context<'_>,
) -> Result<Value, Error>
Expand description

Evaluates a raw HCL expression without the template wrapper.