Closed jpb closed 5 years ago
$defs or $imports that are derived from other $defs or $imports do not resolve properly for commands that filter the contents of stack args.
$defs
$imports
Running iidy template-approval request ... with the following template:
iidy template-approval request ...
$defs: a: 1 b: !$ a ApprovedTemplateLocation: !$b ...
will produce an error that a is not defined.
a
$defs
or$imports
that are derived from other$defs
or$imports
do not resolve properly for commands that filter the contents of stack args.Running
iidy template-approval request ...
with the following template:will produce an error that
a
is not defined.