Enhancing BluePrintJinjaTemplateService
[ccsdk/cds.git] / ms / blueprintsprocessor / modules / blueprints / blueprint-core / src / test / resources / templates / default-variable-jinja-template-resolved.jinja
1 sample-node0_hostname
2 {{ node1_hostname }}
3 This will be kept as-is {{ node0_backup_router_address }}
4 sample-node0_hostname
5 Even this one {{ node1_backup_router_address }} as it doesn't matter if variable is surrounded by text
6 sample-node2_backup_router_address {{ node1_backup_router_address }} Even this One if multiple variable in same line