1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
{ "parameters": { "test1": "test1value" }, "spec": [ { "type": "TEST_RESOURCE", "resource_spec": { "test1": "{{test1}}", "test2": [ { "test2_nested": "test2nested", "test2_nesteddict": { "abc": "123" } } ] } } ] }