Open
Description
Currently template variables are expanded to string literals.
I would like to have the ability to expand template variable to a dynamic value, received as an environment variable.
One possible use case is to have template versioning ability.
Template version can be received as an environment variable (via git commit id).