You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you have a stacker file A.yaml that uses a substitution ${{A}}, and then another file B.yaml, that does not use ${{A}}, but does have A.yaml as a prerequisite, then running stacker build on B.yaml still requires a sub value for ${{A}}.
The build fails with the error error: no value for substitution A but does not say that it came from A.yaml.
This is confusing when you look for the use of ${{A}} in B.yaml and don't find it.
To reproduce
No response
Expected behavior
No response
Screenshots
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
stacker version
main
Describe the bug
If you have a stacker file A.yaml that uses a substitution
${{A}}
, and then another file B.yaml, that does not use${{A}}
, but does have A.yaml as a prerequisite, then runningstacker build
on B.yaml still requires a sub value for${{A}}
.The build fails with the error
error: no value for substitution A
but does not say that it came from A.yaml.This is confusing when you look for the use of
${{A}}
in B.yaml and don't find it.To reproduce
No response
Expected behavior
No response
Screenshots
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: