apply Service "___TEST___service" { display_name = "Whatever service" vars.test1 = "string" vars.test2 = 17 vars.test3 = false vars.test4 = { "a" = [ "dict", "ionary" ] "this" = "is" } assign where match("128.*", host.address) ignore where host.name == "localhost" }