cloudtools / cloudtools/stacker
Lookup mechanism in `stacker.lookups` is unused but still present and tested
Open
- Dominant language
- Python
- Stars
- 707
- Forks
- 162
- PR merge metrics
- No merged PRs in 30d
Description
It seems the lookup handling logic has been rewritten and is now almost completely contained in `stacker.variables.Variable`, but the code in `stacker.lookups` is still included and test.
We should remove that code, and if keeping compatibility is needed, make them share the same code.
Contributor guide
Assessment
This issue has not been assessed yet.