Comprehensive guide to template string interpolation in Pylee configurations
{}
to denote placeholders:
{var.VARIABLE_NAME}
- Explicitly references a variable{VARIABLE_NAME}
- References a variable or secret (with secrets taking precedence){secret.SECRET_NAME}
- Explicitly references a secret{SECRET_NAME}
- References a variable or secret (with secrets taking precedence){API_URL}
resolves to "https://registry.api.com"
(registry overrides organization).