PSArm
PSArm copied to clipboard
Make available option to include outputs in root template
Right now when you use outputs, they are included in nested template but there is seemingly no way to output from the root template so they are available to the process triggering the deployment
Again here I'd like to understand outputs a bit better in the context of nested templates. Do outputs need to just be moved from the child to the parent template, or do they need to be declared in both and propagated through, or do we need to do something cleverer to make individual templates' outputs available in the full nested template?
Right now there is no way to define ouputs at the root level. This is the core problem, I don’t necessarily think they should be automatically exposed to the parent template, although this would be cool. I would accept though being able to define resources in the root template I.e parameters and outputs