<div dir="ltr">Hi<div><br></div><div>I have a HOT file that has 4 Nova::Server resources. They differences between them are minimal and, when I look at the file, I see a lot of duplication. How can I reduce this. I've tried fiddling with the 'repeat' intrinsic and StructuredConfig but with no luck. I basically want to create a loop like the following in the pseudo code:</div><div><br></div><div>list_of_servers = ["s1", "s2", "s3", "s4"]</div><div>for server_name in list_of_servers: </div><div>    create_server(server_name)</div><div><br></div><div><br></div></div>