module-name: Remove Maturity Model Cookiecutter Prompt
Problem
Currently in cookiecutter, we ask the user to select maturity model. There is a chance users can pick the wrong maturity model. Based on number selected, it is stored in the maturity_model_tier variable in code.json.
Solution
Remove maturity_model_tier question in cookiecutter.json, and add tier directly based on directory/tier.
Result
Reducing chances of incorrect/misleading metadata.
module-name: Remove Maturity Model Cookiecutter Prompt
Problem
Currently in cookiecutter, we ask the user to select maturity model. There is a chance users can pick the wrong maturity model. Based on number selected, it is stored in the maturity_model_tier variable in code.json.
Solution
Remove maturity_model_tier question in cookiecutter.json, and add tier directly based on directory/tier.
Result
Reducing chances of incorrect/misleading metadata.