Hi, folks, I am trying to populate a map like property collection like below (it could be any number of entries in the map):
'https://server1.com', { 'property1': 'value11', 'property2': 'value21' }, 'https://server2.com', { 'property1': 'value12', 'property2': 'value22' }, 'https://server3.com', { 'property1': 'value13', 'property2': 'value23' }, .......As you can see, it is more like a map with the keys being a unique url.
I wonder if I can use template map function. The confD website has this documentation:
Template Functions