Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: error for "no value for substitution" is confusing when it refers to a prerequisite #615

Open
mikemccracken opened this issue Apr 25, 2024 · 0 comments
Labels

Comments

@mikemccracken
Copy link
Contributor

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 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant