ResourceModules icon indicating copy to clipboard operation
ResourceModules copied to clipboard

Module parameters - Investigate if parameters that belong to the same "sub-module" are used in parent modules and are not part of an object

Open MariusStorhaug opened this issue 2 years ago • 2 comments

Description

Similarly to the issue we had with all the diagnostic settings parameters, where they all should start with diagnostic... we should investigate if we have similar discrepancies elsewhere. This is a easter-egg search to see if you can spot any.

The reason for having parameters that control a specific sub-module with the same name, is the ability to group these together in the param docs where they are sorted alphabetically.

MariusStorhaug avatar Apr 13 '22 06:04 MariusStorhaug

Guess we could go one step further and discuss if having parameters belonging to the same submodule grouped in an object instead. Exception would be for secrets, which would require to stay by themselves (e.g. in the case of vm extensions)

eriqua avatar Apr 25 '22 23:04 eriqua

We need a list of modules where this applies. Next step would be to create issues per module to address that.

rahalan avatar Jul 07 '22 15:07 rahalan