Description
Is your request related to a new offering from AWS?
- No 🛑: this request isn't related to any new AWS features, just inside module.
Is your request related to a problem? Please describe.
I have few environments configuration with few let's say subenvironments/submodule inside. These subenvironmnets are like small environments, but logically are as parts of environment, and each subenvironment is very similar. Currently I have one module (and file) configuration per subenvironment, but if I need to change something (the same for each cluster) I need to do the same n times (for each subenvironment). With wrapper, will be totally less work, less code, and better to check any differences in configuration between subenvironments. I started migration to new way configuration (with wrapper), but left 2 modules without wrappers.
Describe the solution you'd like.
Add wrapper. If I understand properly, will be enough to add line - id: terraform_wrapper_module_for_each
to .pre-commit-config.yaml
file. This change should not affect other users of the module and does not involve a significant amount of work.
Describe alternatives you've considered.
I can create wrapper configuration for myself only.
Additional context
Related issue: 3298