let mp = import "schemas/lib/manifest_plan.ncl" in { manifest_plan | mp.ManifestPlan = { init = [ { file = "httproute", action = 'apply }, ], update = [ { file = "httproute", action = 'apply }, ], delete = [ { file = "httproute", action = 'delete }, ], }, }