# Some instance variables locals { is_moose = length(regexall("moose", var.prefix)) > 0 ? true : false }